Don't pass a digest-size to signature implementations
authorRichard Levitte <levitte@openssl.org>
Sun, 2 Feb 2020 11:55:05 +0000 (12:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 4 Feb 2020 18:32:37 +0000 (19:32 +0100)
commit00bc1ad99a69f851ccdea3656445ae2daaf70717
tree65108cbd96ef9c13ae4c141bea543dfa624354cb
parent972fa31895b38cbe91a87a04875f7dadee387dea
Don't pass a digest-size to signature implementations

It turns out this was never necessary, as the implementation should
always check the default digest size anyway.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10947)
crypto/evp/pmeth_lib.c
include/openssl/core_names.h
providers/fips/fipsprov.c
providers/implementations/signature/dsa.c
test/evp_extra_test.c