summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2023-10-02 17:32:25 -0400
committerMatt Caswell <matt@openssl.org>2024-04-24 14:08:05 +0100
commitf892397c52ab6db813f40a0e8de3b89bffd93f66 (patch)
tree8295bf7ab32df9951e04bcd4c3b161943767160c /CHANGES.md
parent11cd18c60d08d512cc897f7f800efa2d2e194313 (diff)
Add Attribute Certificate suport comments to CHANGES and NEWS
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15857)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index aaa47976a2..28e1c0ae4d 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
-----------