diff options
author | Michael Baentsch <57787676+baentsch@users.noreply.github.com> | 2022-09-26 17:32:05 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-02-24 01:02:48 +0100 |
commit | ee58915cfd9d0ad67f52d43cc1a2ce549049d248 (patch) | |
tree | e892900c53900bd693498bdc9ff2152ae14bcbe6 /NEWS.md | |
parent | test/recipes/01-test_symbol_presence.t: check for duplicate symbols in static... (diff) | |
download | openssl-ee58915cfd9d0ad67f52d43cc1a2ce549049d248.tar.xz openssl-ee58915cfd9d0ad67f52d43cc1a2ce549049d248.zip |
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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------- |