Enable all implemented digests
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6025)
This commit is contained in:
parent
c9c56ee501
commit
bd982b48dc
1 changed files with 4 additions and 1 deletions
|
@ -111,7 +111,10 @@ my %md_disabler = (
|
||||||
foreach my $cmd (
|
foreach my $cmd (
|
||||||
"md2", "md4", "md5",
|
"md2", "md4", "md5",
|
||||||
"gost",
|
"gost",
|
||||||
"sha1", "sha224", "sha256", "sha384", "sha512",
|
"sha1", "sha224", "sha256", "sha384",
|
||||||
|
"sha512", "sha512-224", "sha512-256",
|
||||||
|
"sha3-224", "sha3-256", "sha3-384", "sha3-512",
|
||||||
|
"shake128", "shake256",
|
||||||
"mdc2", "rmd160", "blake2b512", "blake2s256",
|
"mdc2", "rmd160", "blake2b512", "blake2s256",
|
||||||
"sm3"
|
"sm3"
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in a new issue