Skip to content
This repository has been 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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@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 7 times, most recently from a392fcf to c0ad116 Compare April 20, 2023 07:28
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 4 times, most recently from 8bc488e to 7e67096 Compare April 27, 2023 19:08
@renovate renovate bot changed the title fix(deps): update rust crate rsa to 0.8.2 fix(deps): update rust crate rsa to 0.9.0 Apr 27, 2023
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 2 times, most recently from b8f9606 to 02951dc Compare May 4, 2023 04:15
@renovate renovate bot changed the title fix(deps): update rust crate rsa to 0.9.0 fix(deps): update rust crate rsa to 0.9.1 May 4, 2023
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 3 times, most recently from 3f08944 to 78078a5 Compare May 8, 2023 15:48
@renovate renovate bot changed the title fix(deps): update rust crate rsa to 0.9.1 fix(deps): update rust crate rsa to 0.9.2 May 8, 2023
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 4 times, most recently from 62365d2 to 55c5e56 Compare May 15, 2023 14:55
@renovate renovate bot force-pushed the renovate/rsa-0.x branch 5 times, most recently from 5242d40 to 27e66d3 Compare May 23, 2023 18:05
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