summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/backends/openssl/aead.py
Commit message (Expand)AuthorAgeFilesLines
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-12/+14
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-071-5/+5
* add support for bytes-like objects in data and associated_data in aead algori...Mat2023-02-021-4/+8
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-1/+0
* use fixed pool to improve perf of aead ChaCha20Poly1305 (#7601)Paul Kehrer2022-09-121-14/+70
* SIV support (#7029)Paul Kehrer2022-04-021-9/+48
* small refactors for upcoming SIV support (#7028)Paul Kehrer2022-04-021-7/+9
* simple internal aead typing (#6736)Paul Kehrer2021-12-221-7/+42
* OCB3 support (#6607)Paul Kehrer2021-11-141-3/+13
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-11/+15
* 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
* AESCCM support (#3700)Paul Kehrer2017-07-161-9/+47
* use an instance in aead_cipher_supported (#3772)Paul Kehrer2017-07-091-11/+8
* 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