summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>2022-09-26 17:32:05 +0200
committerPauli <pauli@openssl.org>2023-02-24 11:02:48 +1100
commitee58915cfd9d0ad67f52d43cc1a2ce549049d248 (patch)
treee892900c53900bd693498bdc9ff2152ae14bcbe6 /NEWS.md
parent1817dcaf556df559a32eed14d0947ff961be7b4f (diff)
downloadopenssl-new-ee58915cfd9d0ad67f52d43cc1a2ce549049d248.tar.gz
first cut at sigalg loading
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19312)
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 69010f9e8f..fca7c57e5d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -28,6 +28,9 @@ OpenSSL 3.2
by default.
* TCP Fast Open (RFC7413) support is available on Linux, macOS, and FreeBSD
where enabled and supported.
+ * Full support for provider-based/pluggable signature algorithms in TLS 1.3
+ operations as well as X.509 data structure support. With a suitable provider
+ this fully enables use of post-quantum/quantum-safe cryptography.
OpenSSL 3.1
-----------