Add dsa signature alg to fips provider
authorShane Lontis <shane.lontis@oracle.com>
Sun, 12 Jan 2020 01:32:12 +0000 (11:32 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 12 Jan 2020 01:32:12 +0000 (11:32 +1000)
commite683582bf37de45a9512aea7ff33b9a3ebdf07f4
tree3a8c7e4f3ae908816ef57c15e56b619daa1430ac
parente0e68f9e34585084038fba768fb2eecb5dd1ddf3
Add dsa signature alg to fips provider

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10615)
22 files changed:
apps/fipsinstall.c
crypto/dsa/build.info
crypto/dsa/dsa_asn1.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_local.h
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_sign.c
crypto/evp/build.info
crypto/evp/p_lib.c
crypto/evp/pmeth_fn.c
crypto/evp/pmeth_gn.c
crypto/evp/pmeth_lib.c
crypto/evp/signature.c [new file with mode: 0644]
doc/man3/EVP_PKEY_CTX_new.pod
include/crypto/dsa.h [new file with mode: 0644]
include/crypto/evp.h
include/openssl/evp.h
providers/fips/fipsprov.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/signature/dsa.c
test/evp_pkey_provided_test.c
util/libcrypto.num