diff options
author | Matt Caswell <matt@openssl.org> | 2021-03-08 18:15:55 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-03-10 17:02:35 +0100 |
commit | 18fdebf1743bc89bf82a205468c56c274e7baf3b (patch) | |
tree | 1e43b305d8c0c1c110255d86248880aa3416a784 /NEWS.md | |
parent | Expand the CHANGES entry for SHA1 and libssl (diff) | |
download | openssl-18fdebf1743bc89bf82a205468c56c274e7baf3b.tar.xz openssl-18fdebf1743bc89bf82a205468c56c274e7baf3b.zip |
Mention the change of licence in NEWS.md
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14465)
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ OpenSSL 3.0 ### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development] + * Changed the license to the Apache License v2.0. * Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2, RC4, RC5, and DES to the legacy provider. * Moved the EVP digests MD2, MD4, MDC2, WHIRLPOOL and RIPEMD-160 to the legacy |