Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported)... | Alex Gaynor | 2020-04-25 | 1 | -14/+0 |
* | support byteslike in aead for key and nonce (#4695) | Paul Kehrer | 2019-01-15 | 1 | -0/+45 |
* | also check iv length for GCM nonce in AEAD (#4350) | Paul Kehrer | 2018-07-17 | 1 | -0/+6 |
* | document one shot AEAD length restrictions (#4322) | Paul Kehrer | 2018-07-14 | 1 | -0/+38 |
* | add AESGCM AEAD support (#3785) | Paul Kehrer | 2017-07-17 | 1 | -1/+81 |
* | move tag_length to the AESCCM constructor (#3783) | Paul Kehrer | 2017-07-16 | 1 | -20/+18 |
* | AESCCM support (#3700) | Paul Kehrer | 2017-07-16 | 1 | -6/+151 |
* | use an instance in aead_cipher_supported (#3772) | Paul Kehrer | 2017-07-09 | 1 | -9/+15 |
* | change chacha20poly1305_supported to aead_cipher_supported (#3762) | Paul Kehrer | 2017-07-08 | 1 | -2/+2 |
* | ChaCha20Poly1305 support (#3680) | Paul Kehrer | 2017-06-08 | 1 | -0/+142 |