Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

97 lines (67 loc) · 2.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.8.0-pre.0 (2022-12-??)

Added

  • Fix benches (#225)

Changed

  • Switched to signature trait v2.0.0-pre development versions (#217)

0.7.2 (2022-11-14)

Added

  • Public accessor methods for PrecomputedValues (#221)
  • Re-export signature crate (#223)

0.7.1 (2022-10-31)

Added

  • Documentation improvements (#216)

Changed

  • Ensure PaddingScheme is Send and Sync (#215)

0.7.0 (2022-10-10) [YANKED]

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)

0.6.1 (2022-04-11)

0.6.0 (2022-04-08)

0.5.0 (2021-07-27)

0.4.1 (2021-07-26)

0.4.0 (2021-03-28)

0.3.0 (2020-06-11)

0.2.0 (2019-12-11)

0.1.4 (2019-10-13)

0.1.3 (2019-03-26)

0.1.2 (2019-02-25)

0.1.1 (2019-02-20)

0.1.0 (2018-12-05)