diff options
Diffstat (limited to 'doc/relnotes/1_11_12.rst')
-rw-r--r-- | doc/relnotes/1_11_12.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/relnotes/1_11_12.rst b/doc/relnotes/1_11_12.rst index 516f41e81..88ece0477 100644 --- a/doc/relnotes/1_11_12.rst +++ b/doc/relnotes/1_11_12.rst @@ -6,8 +6,10 @@ 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. + * When encrypted as PKCS #8 structures, Curve25519 and McEliece private keys default to using AES-256/GCM instead of AES-256/CBC * Define OIDs for OCB mode with AES, Serpent and Twofish. - |