Add custom ASN.1 sign and verify
authorDr. Stephen Henson <steve@openssl.org>
Fri, 7 Apr 2017 00:17:40 +0000 (01:17 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 30 May 2017 19:38:20 +0000 (20:38 +0100)
commit9f98fbad4720db05485958868363a0296cf6ec99
treea8c7c60e5ddc968990b3dd77f55fe5d1df0bb271
parentb85236966b8518a23fe87d0d0f7c6cf435cc3878
Add custom ASN.1 sign and verify

Since ED25519 doesn't have an associated digest it needs custom sign/verify
routines to handle ASN.1 signatures.

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