Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rsa requirement from 0.6.1 to 0.9.2 in /sdk #247

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2023

Updates the requirements on rsa to permit the latest version.

Changelog

Sourced from rsa's changelog.

0.9.2 (2023-05-08)

Fixed

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

#330: RustCrypto/RSA#330

0.9.1 (2023-05-03)

Fixed

  • Left pad signatures when encoding (#325)

#325: RustCrypto/RSA#325

0.9.0 (2023-04-27)

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)

#268: RustCrypto/RSA#268 #270: RustCrypto/RSA#270 #277: RustCrypto/RSA#277

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.9.2 branch from fa77678 to 96ecfe1 Compare May 18, 2023 23:50
@codecov-commenter
Copy link

codecov-commenter commented May 19, 2023

Codecov Report

Merging #247 (4d8569c) into main (c33c9c7) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #247   +/-   ##
=======================================
  Coverage   77.38%   77.38%           
=======================================
  Files          73       73           
  Lines       20174    20174           
=======================================
  Hits        15612    15612           
  Misses       4562     4562           

@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.9.2 branch 2 times, most recently from 7742ce3 to 7a9b1f6 Compare May 25, 2023 21:01
Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version.
- [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.7.0-pre...v0.9.2)

---
updated-dependencies:
- dependency-name: rsa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rsa-0.9.2 branch from 7a9b1f6 to 4d8569c Compare May 26, 2023 13:18
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2024

Superseded by #443.

@dependabot dependabot bot closed this Apr 11, 2024
@dependabot dependabot bot deleted the dependabot/cargo/sdk/rsa-0.9.2 branch April 11, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant