diff options
author | Todd Short <tshort@akamai.com> | 2021-01-27 20:23:33 +0100 |
---|---|---|
committer | Todd Short <todd.short@me.com> | 2023-03-28 19:49:54 +0200 |
commit | 3c95ef22df55cb2d9dc64ce1f3be6e5a8ee63206 (patch) | |
tree | 0f7fcff4ec4735c778595db4f4a85bce70715d8b /NEWS.md | |
parent | Fix documentation of X509_VERIFY_PARAM_add0_policy() (diff) | |
download | openssl-3c95ef22df55cb2d9dc64ce1f3be6e5a8ee63206.tar.xz openssl-3c95ef22df55cb2d9dc64ce1f3be6e5a8ee63206.zip |
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 <matt@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18185)
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |