summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_aead.py
AgeCommit message (Expand)Author
2021-11-11Upgrade cryptography from 2.5 to 3.3Lucia Li
2019-01-15support byteslike in aead for key and nonce (#4695)Paul Kehrer
2018-07-17also check iv length for GCM nonce in AEAD (#4350)Paul Kehrer
2018-07-14document one shot AEAD length restrictions (#4322)Paul Kehrer
2017-07-17add AESGCM AEAD support (#3785)Paul Kehrer
2017-07-16move tag_length to the AESCCM constructor (#3783)Paul Kehrer
2017-07-16AESCCM support (#3700)Paul Kehrer
2017-07-09use an instance in aead_cipher_supported (#3772)Paul Kehrer
2017-07-08change chacha20poly1305_supported to aead_cipher_supported (#3762)Paul Kehrer
2017-06-08ChaCha20Poly1305 support (#3680)Paul Kehrer