aws-encryption-sdk-python

AWS Encryption SDK

APACHE-2.0 License

Downloads
1.3M
Stars
228
Committers
30

Bot releases are visible (Hide)

aws-encryption-sdk-python - AWS Encryption SDK for Python 1.3.7 release

Published by mattsb42-aws about 6 years ago

Bugfixes

  • Fix KMSMasterKeyProvider to determine the default region before trying to create the requested master keys. #83
aws-encryption-sdk-python - AWS Encryption SDK 1.3.0 release

Published by mattsb42-aws about 7 years ago

Major

  • Added cryptographic materials managers as a concept
  • Added data key caching
  • Moved to deterministic IV generation

Minor

  • Added changelog
  • Fixed attrs usage to provide consistent behavior with 16.3.0 and 17.x
  • Fixed performance bug which caused KDF calculations to be performed too frequently
  • Removed line_length as a configurable parameter of EncryptingStream and DecryptingStream objects to simplify class APIs after it was found in further testing to have no measurable impact on performance
  • Added deterministic length eliptic curve signature generation
  • Added support for calculating ciphertext message length from header
  • Migrated README from md to rst