projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c56ee
)
Enable all implemented digests
author
Richard Levitte
<levitte@openssl.org>
Thu, 19 Apr 2018 18:15:41 +0000
(20:15 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 19 Apr 2018 19:03:53 +0000
(21:03 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6025)
apps/progs.pl
patch
|
blob
|
history
diff --git
a/apps/progs.pl
b/apps/progs.pl
index 8b9a95bcadddc7684741c293405fef11779bb6a0..57671405dda007dff588246e67e50b6f23d7d443 100644
(file)
--- a/
apps/progs.pl
+++ b/
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"
) {