diff options
author | lloyd <[email protected]> | 2014-12-27 18:05:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-27 18:05:03 +0000 |
commit | 223ef5ef234a9534e7b71c4738788299755b654e (patch) | |
tree | c9a3314a31df65c9c58c2e7caa2f7d1bf7ff8abe /doc | |
parent | d0daf875978848c3edf65c7b3683a21605f72e64 (diff) |
When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC.
Add OIDS for OCB mode with various ciphers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_12.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/relnotes/1_11_12.rst b/doc/relnotes/1_11_12.rst index 344dc95dc..516f41e81 100644 --- a/doc/relnotes/1_11_12.rst +++ b/doc/relnotes/1_11_12.rst @@ -2,6 +2,12 @@ Version 1.11.12, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Add Curve25519. The implementation is based on curve25519-donna-c64.c - by Adam Langley. New (completely non-standard) OIDs and - formats for encrypting Curve25519 keys under PKCS #8 and including - them in certificates and CRLs have been defined. + by Adam Langley. New (completely non-standard) OIDs and formats for + encrypting Curve25519 keys under PKCS #8 and including them in + certificates and CRLs have been defined. + +* 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. + |