summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-11-11 18:03:38 -0500
committerRichard Levitte <levitte@openssl.org>2020-11-13 14:45:22 +0100
commit1696b8909bbe1485871ce68ed129bf91af5e17e2 (patch)
tree6a18dba8afb0297ed730c3acc15c60065d823b2a /CHANGES.md
parent256d41d4371720ccfe1a4fead6bd28ed5071bcdd (diff)
Remove -C from dhparam,dsaparam,ecparam
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13384)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3f4b9e6a0a..e5d7846cc8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -27,6 +27,10 @@ OpenSSL 3.0
*Paul Dale*
+ * The -C option to the dhparam, dsaparam, and ecparam commands were removed.
+
+ *Rich Salz*
+
* Add support for AES Key Wrap inverse ciphers to the EVP layer.
The algorithms are:
"AES-128-WRAP-INV", "AES-192-WRAP-INV", "AES-256-WRAP-INV",