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
* chore: add __all__ values for keyring modules
* chore: add versionadded tags for keyrings
* feat: plump keyrings into stream handlers and default CMM
* chore: incorporate keyrings into tests
* add raw AES keyring-MKP compatibility tests
* add raw RSA MKP-keyring compatibility tests
* fix: fix integ test to run when default region is set
* chore: add public-private keyring-MKP compat tests
* fix: fix typo
* add DefaultCryptographicMaterialsProvider tests for keyrings that return incomplete or broken materials
* feat: enable caching CMM to accept either MKP or keyring
* fix: rename test keyring to avoid name collision
* chore: caching CMM has too many instance attributes and that's ok
* docs: add versionadded flags to docstrings for keyring values
* docs: update docs on encrypt/decrypt helper functions to match underlying docs
* chore: update copyright notices on modified files
* docs: render keyring docs
* docs: clean up keyring method docs
* fix: fix linting issues
* fix: autoformat
* docs: fix typo
* fix: fix docs and error message inconsistency
* fix: re-order checks to avoid misleading error messages if materials are invalid
* chore: test broken paths in default CMM with more algorithm suites
* docs: make docs correctly link to pyca/cryptography docs
0 commit comments