aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_aead.py
Commit message (Expand)AuthorAgeFilesLines
* also check iv length for GCM nonce in AEAD (#4350)Paul Kehrer2018-07-171-0/+6
* document one shot AEAD length restrictions (#4322)Paul Kehrer2018-07-141-0/+38
* add AESGCM AEAD support (#3785)Paul Kehrer2017-07-171-1/+81
* move tag_length to the AESCCM constructor (#3783)Paul Kehrer2017-07-161-20/+18
* AESCCM support (#3700)Paul Kehrer2017-07-161-6/+151
* use an instance in aead_cipher_supported (#3772)Paul Kehrer2017-07-091-9/+15
* change chacha20poly1305_supported to aead_cipher_supported (#3762)Paul Kehrer2017-07-081-2/+2
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-081-0/+142