diff options
author | Rich Salz <rsalz@akamai.com> | 2020-11-12 00:03:38 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-11-13 14:45:22 +0100 |
commit | 1696b8909bbe1485871ce68ed129bf91af5e17e2 (patch) | |
tree | 6a18dba8afb0297ed730c3acc15c60065d823b2a /CHANGES.md | |
parent | BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror() (diff) | |
download | openssl-1696b8909bbe1485871ce68ed129bf91af5e17e2.tar.xz openssl-1696b8909bbe1485871ce68ed129bf91af5e17e2.zip |
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.md | 4 |
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", |