diff options
author | Richard Levitte <levitte@openssl.org> | 2021-09-07 11:28:12 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-09-07 13:16:09 +0200 |
commit | 8e7d941ade3a86e352d9c3d601f61c033dc6788b (patch) | |
tree | 0f3620f51977cd35321e728c086757db3451102a /NEWS.md | |
parent | fix documentation error caused by commit 6882652e65d39310c98ba506ceb55a87c702... (diff) | |
download | openssl-8e7d941ade3a86e352d9c3d601f61c033dc6788b.tar.xz openssl-8e7d941ade3a86e352d9c3d601f61c033dc6788b.zip |
Mention the concept of providers in NEWS.md and CHANGES.md
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16528)
(cherry picked from commit 4c4ab4d7efdf8c9b49c9838742a0fcd7321d88ff)
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ OpenSSL 3.0 * All of the low-level DH, DSA, ECDH, ECDSA and RSA public key functions have been deprecated. * SSL 3, TLS 1.0, TLS 1.1, and DTLS 1.0 only work at security level 0. + * Added providers, a new pluggability concept that will replace the + ENGINE API and ENGINE implementations. OpenSSL 1.1.1 ------------- |