summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRajeev Ranjan <ranjan.rajeev@siemens.com>2024-03-07 20:23:34 +0100
committerTomas Mraz <tomas@openssl.org>2024-05-01 14:59:39 +0200
commitee28152e86641e0299fdb3151716bb0451b2bc53 (patch)
tree31c213bd37f8b543fb095a98f6f8f1202c4aa76c /CHANGES.md
parent40a200f9e781381d72d234c886e38bcfce36bbc8 (diff)
CMP: Improvements of the support for requesting CRL
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23768)
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`.