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.8.2 to 0.9.1 #18

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on rsa to permit the latest version.

Changelog

Sourced from rsa's changelog.

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 #278: RustCrypto/RSA#278 #290: RustCrypto/RSA#290 #293: RustCrypto/RSA#293 #294: RustCrypto/RSA#294 #295: RustCrypto/RSA#295 #297: RustCrypto/RSA#297

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 4, 2023
@codecov
Copy link

codecov bot commented May 4, 2023

Codecov Report

Merging #18 (a77fe9e) into master (b75119e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   27.75%   27.75%           
=======================================
  Files          28       28           
  Lines        1351     1351           
=======================================
  Hits          375      375           
  Misses        976      976           

Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/RSA/releases)
- [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.8.2...v0.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2023

Superseded by #22.

@dependabot dependabot bot closed this May 9, 2023
@dependabot dependabot bot deleted the dependabot/cargo/rsa-0.9.1 branch May 9, 2023 03:06
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants