aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-12-29 02:47:28 +0000
committerlloyd <[email protected]>2014-12-29 02:47:28 +0000
commit28eaccc661862b5e129e1226e2a0ac6af99bec75 (patch)
tree3cd2e30d6a05d48aa87a88fd795bfceb45bf9436 /doc/relnotes
parent32674508acebe1a0454a1267c01a5fb7db7f485d (diff)
Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-poly1305-03
Diffstat (limited to 'doc/relnotes')
-rw-r--r--doc/relnotes/1_11_12.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/relnotes/1_11_12.rst b/doc/relnotes/1_11_12.rst
index 88ece0477..288c30a5c 100644
--- a/doc/relnotes/1_11_12.rst
+++ b/doc/relnotes/1_11_12.rst
@@ -6,8 +6,9 @@ Version 1.11.12, Not Yet Released
encrypting Curve25519 keys under PKCS #8 and including them in
certificates and CRLs have been defined.
-* Add Poly1305, based on the implementation poly1305-donna by
- Andrew Moon.
+* Add Poly1305, based on the implementation poly1305-donna by Andrew Moon.
+
+* Add the ChaCha20Poly1305 AEAD defined in draft-irtf-cfrg-chacha20-poly1305-03
* When encrypted as PKCS #8 structures, Curve25519 and McEliece
private keys default to using AES-256/GCM instead of AES-256/CBC