diff options
author | Pauli <paul.dale@oracle.com> | 2020-11-04 22:34:52 +1000 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-11-12 08:35:47 +1000 |
commit | c87a7f31a3db97376d764583ad5ee4a76db2cbef (patch) | |
tree | f600b840e5a7833b24f2047ba87e61618a3dd81b /CHANGES.md | |
parent | 93c87f745d5694b829d5b52d371d478b063a1fba (diff) | |
download | openssl-new-c87a7f31a3db97376d764583ad5ee4a76db2cbef.tar.gz |
apps/passwd: remove the -crypt option.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13313)
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 1388167577..3f4b9e6a0a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,10 @@ OpenSSL 3.0 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx] + * The -crypt option to the passwd command line tool has been removed. + + *Paul Dale* + * 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", |