Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

fix(deps): update rust crate rsa to 0.9.2#41

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rsa-0.x
Open

fix(deps): update rust crate rsa to 0.9.2#41
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rsa-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Jan 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rsa dependencies minor 0.7.2 -> 0.9.2

Release Notes

RustCrypto/RSA

v0.9.2

Compare Source

Fixed
  • pkcs1v15: have fmt impls call SignatureEncoding::to_bytes (#​330)

v0.9.1

Compare Source

Fixed
  • Left pad signatures when encoding (#​325)

v0.9.0

Compare Source

Added
  • Function to get salt length from RSA PSS keys (#​277)
  • AssociatedAlgorithmIdentifier implementation (#​278)
  • Random key generation for pss::BlindedSigningKey (#​295)
  • Impl Signer for pss::SigningKey (#​297)
  • Impl core::hash::Hash for RsaPrivateKey (#​308)
  • Impl ZeroizeOnDrop for RsaPrivateKey, SigningKey, DecryptingKey (#​311)
  • u64_digit feature; on-by-default (#​313)
  • AsRef<RsaPublicKey> impl on RsaPrivateKey (#​317)
Changed
  • Use namespaced features for serde (#​268)
  • Bump pkcs1 to v0.7, pkcs8 to v0.10; MSRV 1.65 (#​270)
  • Rename PKCS#​1v1.5 *_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
  • Rename Pkcs1v15Sign::new_raw to Pkcs1v15Sign::new_unprefixed (#​293)
  • Use digest output size as default PSS salt length (#​294)
  • Specify salt_len when verifying PSS signatures (#​294)
  • Ensure signatures have the expected length and don't overflow the modulus (#​306)
  • Improved public key checks (#​307)
  • Rename CRTValue => CrtValue (#​314)
  • Traits under padding module now located under traits module (#​315)
  • PublicKeyParts/PrivateKeyParts now located under traits module (#​315)
Removed
  • "Unsalted" PSS support (#​294)
  • EncryptionPrimitive/DecriptionPrimitive traits (#​300)
  • PublicKey/PrivateKey traits (#​300)
  • Zeroize impl on RsaPrivateKey; automatically zeroized on drop (#​311)
  • Deref<Target=RsaPublicKey> impl on RsaPrivateKey; use AsRef instead (#​317)

v0.8.2

Compare Source

Added
  • Encryption-related traits (#​259)
Fixed
  • Possible panic in internals::left_pad (#​262)
  • Correct PSS sign/verify when key length is multiple of 8+1 bits (#​263)

v0.8.1

Compare Source

Added
  • sha2 feature with oid subfeature enabled (#​255)

v0.8.0

Compare Source

Changed
  • Bump signature crate dependency to v2 (#​217, #​249)
  • Switch to CryptoRngCore marker trait (#​237)
  • Make padding module private (#​243)
  • Refactor PaddingScheme into a trait (#​244)
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rsa-0.x branch 12 times, most recently from 84ad29e to 3264a5d Compare January 31, 2023 06:38
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 8 times, most recently from 703c661 to 11cc3cb Compare February 15, 2023 00:04
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 9 times, most recently from b55a6bf to a27828e Compare March 2, 2023 04:59
@renovate renovate bot changed the title fix(deps): update rust crate rsa to 0.8.1 fix(deps): update rust crate rsa to 0.8.2 Mar 2, 2023
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 6 times, most recently from 61cdc1b to c82150a Compare March 18, 2023 09:45
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 9 times, most recently from 5fc0514 to 668fc93 Compare March 25, 2023 03:36
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 7 times, most recently from 41f2815 to 4b8f522 Compare April 1, 2023 05:13
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 6 times, most recently from 30bbbac to 2bb6356 Compare April 9, 2023 07:17
@renovate renovate bot force-pushed the renovate/rsa-0.x branch from 2bb6356 to 1efb525 Compare April 11, 2023 14:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants