From f892397c52ab6db813f40a0e8de3b89bffd93f66 Mon Sep 17 00:00:00 2001 From: Damian Hobson-Garcia Date: Mon, 2 Oct 2023 17:32:25 -0400 Subject: [PATCH] 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) --- CHANGES.md | 6 ++++++ NEWS.md | 2 ++ 2 files changed, 8 insertions(+) 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 ----------- -- 2.47.2