aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_12.rst
blob: 516f41e819f3dd32f1209e4bf20e7036c7837269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.

* 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.