Add Attribute Certificate suport comments to CHANGES and NEWS
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>
Mon, 2 Oct 2023 21:32:25 +0000 (17:32 -0400)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Apr 2024 13:08:05 +0000 (14:08 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15857)

CHANGES.md
NEWS.md

index aaa47976a2b991ab6a45e7f180810ce1cdcdafd2..28e1c0ae4d88f11cad2578cfb8999831fa00fbba 100644 (file)
@@ -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 7af4eabb2c3d3aaecd8c7b00d8608053b94cd830..3196a06254184efa9fcaadef14f65ade60df12a3 100644 (file)
--- 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
 -----------