Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

part 2 of typing x509 extensions #5815

Merged
merged 1 commit into from
Feb 12, 2021
Merged

part 2 of typing x509 extensions #5815

merged 1 commit into from
Feb 12, 2021

Conversation

alex
Copy link
Member

@alex alex commented Feb 11, 2021

No description provided.

@alex alex force-pushed the moar-type-x509 branch 2 times, most recently from 5761952 to 4a7fc92 Compare February 11, 2021 19:39
@alex alex changed the title part 2/3 of typing x509 extensions part 2 of typing x509 extensions Feb 11, 2021
Base automatically changed from master to main February 12, 2021 02:15
@reaperhulk reaperhulk merged commit 250b992 into pyca:main Feb 12, 2021
reaperhulk pushed a commit to reaperhulk/cryptography that referenced this pull request Feb 13, 2021
alex added a commit that referenced this pull request Feb 13, 2021
* Bump pyo3 and lower MSRV (#5823)

* fix signature of EllipticCurvePublicKey.verify() (#5808)

The signature change was introduced in #5729 but is inconsistent with respect to related methods, breaks backward compatibility and compatibility with the OpenSSL backend (and maybe other backends) when named arguments are used.

* Name: update get_attributes_for_oid return type (#5809)

`List` gives more power to the caller.

Note that `RelativeDistinguishedName`, the same function returns a `List`.

Is there a reason this was `Iterable` only for `Name`? If we don't want to
promise `List`, `Sequence` is another alternative.

* Start typing a bunch of stuff from x509 extensions (#5812)

* part 2 of typing x509 extensions (#5815)

* 3.4.5 changelog and version bump

* spelling

* fix a false positive from the latest clippy (#5813)

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Co-authored-by: Markus Wamser <wamserma@users.noreply.github.com>
Co-authored-by: Dan Halperin <dhalperi@users.noreply.github.com>
@alex alex deleted the moar-type-x509 branch September 25, 2021 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants