Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

45 lines (33 loc) · 1.37 KB

Changelog

0.5.3

  • Bumped aws-sdk-kms to 1.22
  • Bumped MSRV to 1.71
  • Updated docstrings to mention the need in Tokio runtime for non-local key use-cases

0.5.2

  • Bumped serde_with to 3.3
  • Bumped tss-esapi to 7.5
  • Bumped aws-sdk-kms to 1.20
  • Bumped MSRV to 1.68

0.5.1

  • Fixed serde build errors after update

0.5.0

  • Support signing with an AWS KMS private key via the key_kms feature. (thank you @puiterwijk)
  • Abstract Openssl operations (thank you @raoulstrackx)
  • Update and declare MSRV to 1.58

0.4.0

  • Abstract signing support: provide traits to abstract private and public keys.
  • Support signing with a TPM-backed private key via the key_tpm feature.

0.3.0

  • Breaking change: Use upper case acronyms as advised by clippy
  • New Feature: COSE encryption is now available. Thank you @runcom for the patches.
  • Allow access to CoseSign1 headers, to allow algorithms to use read and set them. Thank you @puiterwijk.
  • Minor fixes and version bumps.

0.2.0

  • Bump serde_with version.
  • CBOR tags support: can add and verify tags on COSESign1.
  • Use PKey instead of EcKey. Just an interface change, RSA not supported yet. (thanks @puiterwijk) This will likely change again in the future to support #5.
  • Implement std::error::Error for COSEError (thanks @puiterwijk)

0.1.0

Initial Release