From 3c95ef22df55cb2d9dc64ce1f3be6e5a8ee63206 Mon Sep 17 00:00:00 2001 From: Todd Short Date: Wed, 27 Jan 2021 14:23:33 -0500 Subject: RFC7250 (RPK) support Add support for the RFC7250 certificate-type extensions. Alows the use of only private keys for connection (i.e. certs not needed). Add APIs Add unit tests Add documentation Add s_client/s_server support Reviewed-by: Matt Caswell Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/18185) --- NEWS.md | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index ef077a5437..5f154d1e6e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,6 +22,7 @@ OpenSSL 3.2 ### Major changes between OpenSSL 3.1 and OpenSSL 3.2 [under development] + * Add Raw Public Key (RFC7250) support. * Added support for certificate compression (RFC8879), including library support for Brotli and Zstandard compression. * Subject or issuer names in X.509 objects are now displayed as UTF-8 strings -- cgit v1.2.3