aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/ciphers/aead.py
Commit message (Expand)AuthorAgeFilesLines
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported)...Alex Gaynor2020-04-251-6/+0
* Fixed error message in AES-CCM data length validation to reflect the error re...Maciej Jurczak2020-03-281-1/+1
* support byteslike in aead for key and nonce (#4695)Paul Kehrer2019-01-151-6/+6
* Refs #4375 -- integrate wycheproof AES CCM tests (#4379)Alex Gaynor2018-08-021-1/+1
* also check iv length for GCM nonce in AEAD (#4350)Paul Kehrer2018-07-171-0/+2
* document one shot AEAD length restrictions (#4322)Paul Kehrer2018-07-141-0/+24
* Latest flake8 has some rules about variable names (#3996)Alex Gaynor2017-10-231-2/+2
* add AESGCM AEAD support (#3785)Paul Kehrer2017-07-171-0/+42
* move tag_length to the AESCCM constructor (#3783)Paul Kehrer2017-07-161-14/+16
* AESCCM support (#3700)Paul Kehrer2017-07-161-0/+63
* use an instance in aead_cipher_supported (#3772)Paul Kehrer2017-07-091-3/+3
* stop using backend methods for chacha (#3765)Paul Kehrer2017-07-081-4/+5
* change chacha20poly1305_supported to aead_cipher_supported (#3762)Paul Kehrer2017-07-081-1/+1
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-081-0/+54