summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 73587dc732..21fd185444 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -47,6 +47,12 @@ OpenSSL 3.4
*Tim Perry*
+ * Added support for requesting CRL in CMP.
+
+ This work was sponsored by Siemens AG.
+
+ *Rajeev Ranjan*
+
* 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.
@@ -110,10 +116,6 @@ OpenSSL 3.3
*Neil Horman*
- * Added support for requesting CRL in CMP.
-
- *Rajeev Ranjan, Siemens AG*
-
* Added `-set_issuer` and `-set_subject` options to `openssl x509` to
override the Issuer and Subject when creating a certificate. The `-subj`
option now is an alias for `-set_subject`.