Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 1.68 KB

Changelog

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

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

[v0.10.2]

Changed

  • Made members of OnePassSignature public #234
  • Update to newly published rsa@0.9.0 #240
  • Implement LowerHex and UpperHex for KeyId #244
  • Update dependencies
    • num-derive to 0.4.0
    • ed25519-dalek to 2.0.0-rc.3
    • x25519-dalek to 2.0.0-rc.3

Breaking

  • Ensures that signature validation is more strict, by ensuring that issuers match the key id. This is now stricter than in 0.9.

v0.10.0 - YANKED

Breaking

  • Update MSRV to 1.65

Added

  • ECDSA support for P256 and P384 #204 and #215.
  • Expand cipher support to include Camellia and Idea #198.
  • Improved support for unicode and UTF8 #221.

Removed

Changed