]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enable curve-spefific ECDSA implementations via EC_METHOD
authorPatrick Steuer <patrick.steuer@de.ibm.com>
Thu, 11 Jul 2019 08:23:49 +0000 (10:23 +0200)
committerPatrick Steuer <patrick.steuer@de.ibm.com>
Thu, 15 Aug 2019 14:27:38 +0000 (16:27 +0200)
commit9bf682f62bd819d2fbceb95eeabd61dd4532240f
tree9fe1f02acf6bd7c821842c9d4f155b8a39899f2a
parent1461e66706f24da657d7322706d1165ae515533f
Enable curve-spefific ECDSA implementations via EC_METHOD

which are already enabled for ECDH.

Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9348)
13 files changed:
crypto/ec/ec2_smpl.c
crypto/ec/ec_lcl.h
crypto/ec/ecdsa_ossl.c
crypto/ec/ecp_mont.c
crypto/ec/ecp_nist.c
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_nistz256.c
crypto/ec/ecp_s390x_nistp.c
crypto/ec/ecp_smpl.c
crypto/err/openssl.txt
include/openssl/ecerr.h