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

v0.7.0 #211

Merged
merged 1 commit into from
Oct 10, 2022
Merged

v0.7.0 #211

merged 1 commit into from
Oct 10, 2022

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
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.

None yet

2 participants