Changelog

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

The format is based on Keep a Changelog.

[Unreleased]

[0.3.0] - 2019-02-20

Added

  • Added public::rsa module which supports RSA-PSS signing.

Changed

  • In the public module, functions to parse and marshal DER-encoded public/private keys have been moved from bare functions to methods on the DerPublicKey and DerPrivateKey traits.
  • In the public::ec module, functions to parse and marshal DER-encoded public/private keys as the EcPubKeyAnyCurve and EcPrivKeyAnyCurve types have been moved from bare functions to methods on those types.
  • The public::Signature::verify method has been renamed to is_valid to make the meaning of its return value more self-evident.
  • The public::ec module added experimental support for ECDSA-SHA512 under the experimental-sha512-ec feature.