aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/aead.py
Commit message (Collapse)AuthorAgeFilesLines
* Only EVP_CTRL_AEAD_SET_TAG in _aead_setup for CCM mode (#4916)Christian Heimes2019-06-051-1/+2
|
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-2/+2
|
* support byteslike in aead for key and nonce (#4695)Paul Kehrer2019-01-151-2/+4
|
* add AESGCM AEAD support (#3785)Paul Kehrer2017-07-171-3/+5
| | | | | | | | * add AESGCM AEAD support * remove stray newline * move AESGCM docs above CCM
* AESCCM support (#3700)Paul Kehrer2017-07-161-9/+47
|
* use an instance in aead_cipher_supported (#3772)Paul Kehrer2017-07-091-11/+8
| | | | | | | | * use an instance in aead_cipher_supported * test for chacha20poly1305 compatibility via init exception * pep8
* stop using backend methods for chacha (#3765)Paul Kehrer2017-07-081-2/+13
|
* make the aead work a bit more generic (#3761)Paul Kehrer2017-07-081-0/+111