Browse Source

Enable all implemented digests

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6025)
Richard Levitte 6 years ago
parent
commit
bd982b48dc
1 changed files with 4 additions and 1 deletions
  1. 4 1
      apps/progs.pl

+ 4 - 1
apps/progs.pl

@@ -111,7 +111,10 @@ my %md_disabler = (
 foreach my $cmd (
     "md2", "md4", "md5",
     "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",
     "sm3"
 ) {