Update Rust crate rcgen to 0.14 - abandoned #510
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
rust
technical-debt
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/patch-seq!510
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/rcgen-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.13→0.14Release Notes
rustls/rcgen (rcgen)
v0.14.8: 0.14.8Compare Source
What's Changed
v0.14.7: 0.14.7Compare Source
What's Changed
From<KeyPair> for PrivateKeyDer<'static>by @LebedevRI in #403v0.14.6: 0.14.6Compare Source
What's Changed
v0.14.5: 0.14.5Compare Source
Implement SigningKey for
&impl SigningKeyto makeIssuermore broadly useful.What's Changed
v0.14.4: 0.14.4Compare Source
What's Changed
v0.14.3: 0.14.3Compare Source
What's Changed
PKCS_RSA_SHA384doc comment by @Bravo555 in #367v0.14.2: 0.14.2Compare Source
CertifiedIssuertype (see #363)What's changed
Issuerby @p-avital in #362v0.14.1: 0.14.1Compare Source
Declare 1.71
rust-versionand check MSRV in CI.What's Changed
v0.14.0: 0.14.0Compare Source
0.14.0 contains a number of potentially breaking API changes, though hopefully the rate of API change should slow down after this. Here is a summary of the most noticeable changes you might run into:
signed_by()methods now take a reference to an&Issuertype that contains both the issuer's relevant certificate parameters and the signing key (see #356). Thefrom_ca_cert_der()andfrom_ca_cert_pem()constructors that were previously attached toCertificateParamsare now attached toIssuerinstead, removing a number of documented caveats.RemoteKeyPairtrait is now calledSigningKeyand instead ofKeyPairbeing an enum that contains aRemotevariant, that variant has been removed in favor ofKeyPairimplementing the trait (see #328). To align with this change, theCertifiedKey::key_pairfield is now calledsigning_key, andCertifiedKeyis generic over the signing key type.KeyPair::public_key_der()method has moved toPublicKeyData::subject_public_key_info()(see #328).Certificateno longer contain their originatingCertificateParams. Instead,signed_by()andself_signed()now take&self, allowing the caller to retain access to the input parameters (see #328). In order to make this possible,Certificate::key_identifier()can now be accessed viaCertificateParamsdirectly.What's Changed
.gitignoreto be more specific by @Rynibami in #342Debugtrait by @Rynibami in #343PartialEqandEqtraits by @Rynibami in #344v0.13.3: 0.13.3Compare Source
This release was yanked due to #324
What's Changed
Certificatecloneable (deriveClone) by @MadLittleMods in #319Configuration
📅 Schedule: (UTC)
* 8-9 * * 1,4)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
e6f33706f3abcaca3659Update Rust crate rcgen to 0.14to Update Rust crate rcgen to 0.14 - abandonedAutoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
Pull request closed