From: Damian Hobson-Garcia Date: Mon, 2 Oct 2023 21:32:25 +0000 (-0400) Subject: Add Attribute Certificate suport comments to CHANGES and NEWS X-Git-Tag: openssl-3.4.0-alpha1~637 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f892397c52ab6db813f40a0e8de3b89bffd93f66;p=thirdparty%2Fopenssl.git Add Attribute Certificate suport comments to CHANGES and NEWS Reviewed-by: Tomas Mraz Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/15857) --- diff --git a/CHANGES.md b/CHANGES.md index aaa47976a2b..28e1c0ae4d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -47,6 +47,12 @@ OpenSSL 3.4 *Tim Perry* + * Added Attribute Certificate (RFC 5755) support. Attribute + Certificates can be created, parsed, modified and printed via the + public API. There is no command-line tool support at this time. + + *Damian Hobson-Garcia* + OpenSSL 3.3 ----------- diff --git a/NEWS.md b/NEWS.md index 7af4eabb2c3..3196a062541 100644 --- a/NEWS.md +++ b/NEWS.md @@ -28,6 +28,8 @@ OpenSSL. This release is in development. + * Added initial Attribute Certificate (RFC 5755) support. + OpenSSL 3.3 -----------