summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-08-13 13:49:17 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-08-13 14:11:06 +0100
commit3d9a51f7edc48ebf4252c6585943c635261aa28f (patch)
tree98636350dc15a8c14ad7fe69c32f452708667c24 /CHANGES
parentc082201a36303850e67300e0e8e3e2c67ed914dc (diff)
update CHANGES
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 6 insertions, 12 deletions
diff --git a/CHANGES b/CHANGES
index d3c04a9763..32a7c7b46a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -200,19 +200,13 @@
[Emilia Käsper]
*) Add X25519 support.
- Integrate support for X25519 into EC library. This includes support
+ Add ASN.1 and EVP_PKEY methods for X25519. This includes support
for public and private key encoding using the format documented in
- draft-josefsson-pkix-newcurves-01: specifically X25519 uses the
- OID from that draft, encodes public keys using little endian
- format in the ECPoint structure and private keys using
- little endian form in the privateKey field of the ECPrivateKey
- structure. TLS support complies with draft-ietf-tls-rfc4492bis-06
- and uses X25519(29).
-
- Note: the current version supports key generation, public and
- private key encoding and ECDH key agreement using the EC API.
- Low level point operations such as EC_POINT_add(), EC_POINT_mul()
- are NOT supported.
+ draft-ietf-curdle-pkix-02. The coresponding EVP_PKEY method supports
+ key generation and key derivation.
+
+ TLS support complies with draft-ietf-tls-rfc4492bis-08 and uses
+ X25519(29).
[Steve Henson]
*) Deprecate SRP_VBASE_get_by_user.