blob: 288c30a5c1420245de91a8434694a811425bff17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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.
* 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
* Define OIDs for OCB mode with AES, Serpent and Twofish.
|