You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: change keyring materials modifiers to immutable constructors
* feat: add key_name parameter and key_namespace accessor to MasterKeyInfo
* feat: adopt immutable materials for KMS keyring
* feat: adopt immutable materials for multi-keyring
* fix: revise test helpers to use key IDs that are not used in tests
* feat: add key_name parameter and key_namespace accessor to MasterKeyInfo pt2
* feat: fix raw keyrings and move to immutable materials
* adopt immutable materials
* add encryption context entries to keyring trace awslabs/aws-encryption-sdk-specification#32
* use the key name, not the provider info, in the keyring trace
* fix the keyring trace tests to accurately fail when trace is wrong
* fix: fix incorrectly placed test assertions
* chore: clean up linting
* docs: update src/aws_encryption_sdk/keyrings/raw.py
Co-Authored-By: Wesley Rosenblum <55108558+WesleyRosenblum@users.noreply.github.com>
* chore: remove unnecessary copies on encrypt and avoid overwriting pointers on decrypt
* chore: finish copy cleanup
Co-authored-by: Wesley Rosenblum <55108558+WesleyRosenblum@users.noreply.github.com>
0 commit comments