Conversation
6e29d0b to
c9617ab
Compare
Added - Certificate builder (RustCrypto#764) - Support for `RandomizedSigner` in builder (RustCrypto#1007) - Provide parsing profiles (RustCrypto#987) - Support for `Time::INFINITY` (RustCrypto#1024) - Conversion from `std::net::IpAddr` (RustCrypto#1035) - `CertReq` builder (RustCrypto#1034) - missing extension implementations (RustCrypto#1050) - notes about `UTCTime` range being 1970-2049 (RustCrypto#1052) - consume the `SignatureBitStringEncoding` trait (RustCrypto#1048) Changed - use `ErrorKind::Value` for overlength serial (RustCrypto#988) - Bump `hex-literal` to v0.4.1 (RustCrypto#999) - Builder updates (RustCrypto#1001) - better debug info when `zlint` isn't installed (RustCrypto#1018) - make SKI optional in leaf certificate (RustCrypto#1028) - bump rsa from 0.9.0-pre.2 to 0.9.0 (RustCrypto#1033) - bump rsa from 0.9.1 to 0.9.2 (RustCrypto#1056) Fixed - fix `KeyUsage` bit tests (RustCrypto#993) - extraneous PhantomData in `TbsCertificate` (RustCrypto#1017) - CI flakiness (RustCrypto#1042) - usage of ecdsa signer (RustCrypto#1043)
c9617ab to
dbeced4
Compare
Member
Author
|
No issues raised since the last pre-release a week ago. I think we can release this? WDYT? |
tarcieri
approved these changes
May 19, 2023
baloo
added a commit
to baloo/formats
that referenced
this pull request
May 19, 2023
Got a bit excited with RustCrypto#1040 and pressed merge too early.
Merged
baloo
added a commit
that referenced
this pull request
May 19, 2023
Got a bit excited with #1040 and pressed merge too early.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
RandomizedSignerin builder ([x509-cert: builder: support RandomizedSigner too. #1007])Time::INFINITY([x509-cert: adds support forTime::INFINITY#1024])std::net::IpAddr([x509-cert: adds conversion fromstd::net::IpAddr#1035])CertReqbuilder ([x509-cert: adds aCertReqbuilder #1034])UTCTimerange being 1970-2049 ([Add notes aboutUTCTimerange being 1970-2049 #1052])SignatureBitStringEncodingtrait ([x509-cert: consume theSignatureBitStringEncodingtrait #1048])Changed
ErrorKind::Valuefor overlength serial ([x509-cert: useErrorKind::Valuefor overlength serial #988])hex-literalto v0.4.1 ([Bumphex-literalto v0.4.1 #999])zlintisn't installed ([x509-cert: better debug info whenzlintisn't installed #1018])Fixed
KeyUsagebit tests ([x509-cert: fixKeyUsagebit tests #993])TbsCertificate([x509-cert: extraneous PhantomData inTbsCertificate#1017])