summaryrefslogtreecommitdiff
path: root/apps/progs.pl
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-02-03 19:05:31 +1000
committerPauli <paul.dale@oracle.com>2020-02-20 19:04:57 +1000
commitada66e78ef535fe80e422bbbadffe8e7863d457c (patch)
treec9caa2b3cd516d99937b02d50e16fc0dda1509b8 /apps/progs.pl
parent0ad05b190ebb3a62f8519c8c4c721304c2405849 (diff)
Deprecate the low level Diffie-Hellman functions.
Use of the low level DH functions has been informally discouraged for a long time. We now formally deprecate them. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11024)
Diffstat (limited to 'apps/progs.pl')
-rw-r--r--apps/progs.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/progs.pl b/apps/progs.pl
index 1d8c305713..03553efb23 100644
--- a/apps/progs.pl
+++ b/apps/progs.pl
@@ -92,7 +92,6 @@ EOF
my %cmd_disabler = (
ciphers => "sock",
- gendh => "dh",
pkcs12 => "des",
);
my %cmd_deprecated = (