aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-09-07 13:18:22 +0200
committerRichard Levitte <levitte@openssl.org>2021-09-07 13:24:31 +0200
commit00dbc7cc77d702c59a776b7726e54f3d29059f05 (patch)
treeb1e7a0613cb8113d44cce34b5c19c3fdd68ff9c8 /NEWS.md
parent4c4ab4d7efdf8c9b49c9838742a0fcd7321d88ff (diff)
downloadopenssl-00dbc7cc77d702c59a776b7726e54f3d29059f05.zip
openssl-00dbc7cc77d702c59a776b7726e54f3d29059f05.tar.gz
openssl-00dbc7cc77d702c59a776b7726e54f3d29059f05.tar.bz2
Last minute NEWS and CHANGES entries for the 3.0 release
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16533) (cherry picked from commit 95a444c9adcad04035704ab3b5d749a185ef0960)
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index f2097f1..cec9cd4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -21,9 +21,9 @@ OpenSSL 3.0
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development]
* Enhanced 'openssl list' with many new options.
- * Added migration guide to man7
- * Implemented support for fully "pluggable" TLSv1.3 groups
- * Added suport for Kernel TLS (KTLS)
+ * Added migration guide to man7.
+ * Implemented support for fully "pluggable" TLSv1.3 groups.
+ * Added suport for Kernel TLS (KTLS).
* 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.
@@ -39,6 +39,8 @@ OpenSSL 3.0
* Remove the `RAND_DRBG` API.
* Deprecated the `ENGINE` API.
* Added `OSSL_LIB_CTX`, a libcrypto library context.
+ * Added various `_ex` functions to the OpenSSL API that support using
+ a non-default `OSSL_LIB_CTX`.
* Interactive mode is removed from the 'openssl' program.
* The X25519, X448, Ed25519, Ed448, SHAKE128 and SHAKE256 algorithms are
included in the FIPS provider.