summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/aead/aeadtest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.jsing2016-04-281-3/+3
|
* After opening an AEAD, ensure that the decrypted output matches thejsing2016-04-131-0/+5
| | | | plaintext for the regress test case.
* Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,reyk2015-11-021-0/+6
| | | | | | | | | "ChaCha20 and Poly1305 for IETF Protocols", introduced a modified AEAD construction that is incompatible with the common style that has been already used in TLS with EVP_aead_chacha20_poly1305(). The IETF version also adds a constant (salt) that is prepended to the nonce. OK mikeb@ jsing@
* Wrong logic; Coverity CID 78894miod2015-02-151-1/+1
|
* Update the aead regress to work with the improved EVP AEAD API.jsing2014-05-261-22/+14
|
* Add additional chacha20-poly1305 test vectors.jsing2014-05-151-9/+9
| | | | Thanks to Piotr Sikora for providing a reference to the source.
* Add chacha20-poly1305 test vector to regress.jsing2014-05-151-2/+9
|
* KNF.jsing2014-05-151-6/+7
|
* Add a regress test for AEAD, based on Adam Langley's code.jsing2014-05-151-0/+362