diff options
author | Richard Levitte <levitte@openssl.org> | 2020-06-22 13:15:22 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-06-28 10:55:51 +0200 |
commit | 3bd65f9b5b4731acae395d045dea63d7fdfd507b (patch) | |
tree | 0479dd53f467b72f0d8896d5e562db75c8cd08e8 /NEWS.md | |
parent | CORE: Add OPENSSL_CTX_set0_default(), to set a default library context (diff) | |
download | openssl-3bd65f9b5b4731acae395d045dea63d7fdfd507b.tar.xz openssl-3bd65f9b5b4731acae395d045dea63d7fdfd507b.zip |
Update NEWS and CHANGES
NEWS and CHANGES hasn't mentioned OPENSSL_CTX before, so adding entries now.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12228)
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] + * Added `OPENSSL_CTX`, a libcrypto library context. * Interactive mode is removed from the 'openssl' program. * The X25519, X448, Ed25519, Ed448 and SHAKE256 algorithms are included in the FIPS provider. None have the "fips=yes" property set and, as such, |