Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

70 lines (52 loc) · 2.84 KB

Changelog

2.0.0 -- 2020-09-24

BREAKING CHANGES

  • AWS KMS KeyIDs must be specified explicitly or Discovery mode explicitly chosen.
  • Key committing suites are now default.
  • CommitmentPolicy requires commitment by default.

1.7.0 -- 2020-09-24

1.1.0 -- 2020-02-17

  • Add security reporting instruction. (#467)
  • Cbmc to master (#454)
  • aws-cpp-sdk dependency bump to version 1.7.231

1.0.1 -- 2019-10-10

  • Modified Doxygen config file to generate dependency graphs #376
  • Ran reformat #426
  • Strengthen memory_order for refcount_down #433
  • Update PR template #391
  • Refreshing the clang-format file and checking the version #430
  • Fix MultiKeyringNew proof so it runs again. #444
  • Windows build fixes #446
  • OSX build steps and README updates #453
  • Fix duplicate in encryption context deserialization bug #408
  • Fix a bug where framefmt serialize returns a wrong ciphertext size #385
  • Fix: Improve initialization. #451

1.0.0 -- 2019-05-20

  • Changed links from awslabs to aws
  • Initial stable release

0.2.0 -- 2019-05-13

  • Added API function to make session from keyring
  • Added API function to make caching CMM from keyring
  • Added _from_cmm to end of aws_cryptosdk_caching_cmm_new function name
  • Changed aws_cryptosdk_session_get_algorithm to aws_cryptosdk_session_get_alg_id
  • Fixed HKDF bug

0.1.2 -- 2019-02-28

  • Fixed empty string bug on git version of KMS user agent
  • Local tests only by default
  • Fix of MAP_ANONYMOUS issue for older Linuxes

0.1.1 -- 2019-02-21

  • Fixed cmake bug regarding git version of KMS user agent
  • Added CBMC header file needed by newer aws-c-common versions

0.1.0 -- 2019-02-05

  • Initial public release