Add ECDSA to providers
authorShane Lontis <shane.lontis@oracle.com>
Sun, 15 Mar 2020 11:34:29 +0000 (21:34 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 15 Mar 2020 11:34:29 +0000 (21:34 +1000)
commitedd3b7a309f8767fc7d8a5c4f7d350b53e144c1b
treeeb01f9f5db30db92f64ab26731712eb7e64caf54
parent2decdad31d36fdd36e1de3608a8a7a55a873e1f8
Add ECDSA to providers

Added ECDSA support for OSSL_SIGNATURE_PARAM_ALGORITHM_ID

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10968)
13 files changed:
crypto/ec/build.info
crypto/ec/ecdsa_aid.c [new file with mode: 0644]
doc/man7/provider-signature.pod
include/crypto/ec.h
include/openssl/core_names.h
providers/defltprov.c
providers/fips/fipsprov.c
providers/implementations/include/prov/implementations.h
providers/implementations/keymgmt/ec_kmgmt.c
providers/implementations/signature/build.info
providers/implementations/signature/dsa.c
providers/implementations/signature/ecdsa.c [new file with mode: 0644]
test/recipes/30-test_evp_data/evppkey.txt