Skip to content

v0.7.0#211

Merged
tarcieri merged 1 commit intomasterfrom
v0.7.0
Oct 10, 2022
Merged

v0.7.0#211
tarcieri merged 1 commit intomasterfrom
v0.7.0

Conversation

@tarcieri
Copy link
Member

NOTE: when computing signatures with this release, make sure to enable the oid crate feature of the digest crate you are using when computing the signature (e.g. sha2, sha3). If the oid feature doesn't exist, make sure you're using the latest versions.

Added

  • pkcs1v15 and pss modules with SigningKey/VerifyingKey types (#174, #195, #202, #207, #208)
  • 4096-bit default max RsaPublicKey size (#176)
  • RsaPublicKey::new_with_max_size (#176)
  • RsaPublicKey::new_unchecked (#206)

Changed

  • MSRV 1.57 (#162)
  • Bump pkcs1 to 0.4 (#162)
  • Bump pkcs8 to 0.9 (#162)
  • RsaPrivateKey::from_components is now fallible (#167)
  • pkcs1v15: use AssociatedOid for getting the RSA prefix (#183)

Removed

  • rng member from PSS padding scheme (#173)
  • Hash removed in favor of using OIDs defined in digest crates (#183)

@tarcieri
Copy link
Member Author

cc @lumag @npmccallum @Xynnn007

@tarcieri tarcieri merged commit 942571f into master Oct 10, 2022
@tarcieri tarcieri deleted the v0.7.0 branch October 10, 2022 18:15
tarcieri added a commit to RustCrypto/SSH that referenced this pull request Oct 10, 2022
This was referenced Oct 10, 2022
tarcieri added a commit to RustCrypto/SSH that referenced this pull request Oct 10, 2022
scv35 added a commit to scv35/SSH that referenced this pull request Jul 4, 2025
takumi-earth pushed a commit to earthlings-dev/RSA that referenced this pull request Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants