]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/ec/ecx_meth.c
Add ED25519 ASN.1 method
authorDr. Stephen Henson <steve@openssl.org>
Wed, 5 Apr 2017 18:05:21 +0000 (19:05 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 30 May 2017 19:38:19 +0000 (20:38 +0100)
commit8ecade8bfb85b1d8a473ac12c1589ddbd5a7a431
tree2a1b5bfca1edae5b867019b7d186484daedd0636
parent9691a749c8c694fa212bfd8a93ae91786ab463af
Add ED25519 ASN.1 method

Make X25519 key method more flexible by removing hard coding of NID_X25519
OID. Since the parameters and key syntax between ED25519 and X25519 are
almost identical they can share a lot of common code.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3503)
crypto/ec/ecx_meth.c