Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for xchacha20 and xchacha20-poly1305 | dlg | 2019-01-22 | 1 | -1/+10 |
| | | | | | | | xchacha is a chacha stream that allows for an extended nonce, which in turn makes it feasible to use random nonces. ok tb@ | ||||
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Remove chacha20-poly1305-old regress and test vectors. | jsing | 2017-08-28 | 1 | -621/+0 |
| | |||||
* | Update AEAD regress to match EVP_aead_chacha20_poly1305() changes. | jsing | 2016-04-28 | 1 | -80/+80 |
| | |||||
* | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | reyk | 2015-11-02 | 1 | -0/+36 |
| | | | | | | | | | "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@ | ||||
* | Add additional chacha20-poly1305 test vectors. | jsing | 2014-05-15 | 1 | -1/+611 |
| | | | | Thanks to Piotr Sikora for providing a reference to the source. | ||||
* | Add chacha20-poly1305 test vector to regress. | jsing | 2014-05-15 | 1 | -3/+15 |
| | |||||
* | Add a regress test for AEAD, based on Adam Langley's code. | jsing | 2014-05-15 | 1 | -0/+39 |