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
AssociatedAlgorithmIdentifier
implementation (#278)pss::BlindedSigningKey
(#295)Signer
forpss::SigningKey
(#297)core::hash::Hash
forRsaPrivateKey
(#308)ZeroizeOnDrop
forRsaPrivateKey
,SigningKey
,DecryptingKey
(#311)u64_digit
feature; on-by-default (#313)AsRef<RsaPublicKey>
impl onRsaPrivateKey
(#317)Changed
serde
(#268)pkcs1
to v0.7,pkcs8
to v0.10; MSRV 1.65 (#270)*_with_prefix
methods (#290)SigningKey::new
=>SigningKey::new_unprefixed
SigningKey::new_with_prefix
=>SigningKey::new
VerifyingKey::new
=>VerifyingKey::new_unprefixed
VerifyingKey::new_with_prefix
=>VerifyingKey::new
Pkcs1v15Sign::new_raw
toPkcs1v15Sign::new_unprefixed
(#293)salt_len
when verifying PSS signatures (#294)CRTValue
=>CrtValue
(#314)padding
module now located undertraits
module (#315)PublicKeyParts
/PrivateKeyParts
now located undertraits
module (#315)Removed
EncryptionPrimitive
/DecriptionPrimitive
traits (#300)PublicKey
/PrivateKey
traits (#300)Zeroize
impl onRsaPrivateKey
; automatically zeroized on drop (#311)Deref<Target=RsaPublicKey>
impl onRsaPrivateKey
; useAsRef
instead (#317)