]> git.ipfire.org Git - thirdparty/openssl.git/commit
Refactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash composites
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Jul 2024 13:37:08 +0000 (15:37 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 30 Aug 2024 09:54:13 +0000 (11:54 +0200)
commitbb2be4f066b73890207d19ed46f86cfb8e0f3ef0
tree9a4755a7f7750760413f58829757cc8476abdc19
parentc6c6af18ea5f8dd7aa2bd54b63fcb813ee6c2394
Refactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash composites

(in the code, "sigalg" is used to refer to these composite algorithms,
which is a nod to libcrypto and libssl, where that term is commonly used
for composite algorithms)

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24992)
providers/defltprov.c
providers/fips/fipsprov.c
providers/implementations/include/prov/implementations.h
providers/implementations/include/prov/names.h
providers/implementations/signature/dsa_sig.c
test/evp_test.c
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evppkey_dsa_sigalg.txt [new file with mode: 0644]