]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Amend CHANGES.md/NEWS.md to reflect DN output changes
authorDmitry Belyavskiy <beldmit@gmail.com>
Wed, 7 Feb 2024 10:27:23 +0000 (11:27 +0100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Fri, 9 Feb 2024 11:54:20 +0000 (12:54 +0100)
Fixes #23492

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23507)

CHANGES.md
NEWS.md

index 9441501a4d94264f05680c023a80ee3d6bdf68e4..09e841147d3de96387cc913456090929e44fd256 100644 (file)
@@ -523,7 +523,7 @@ OpenSSL 3.2
    *Paul Dale*
 
  * Subject or issuer names in X.509 objects are now displayed as UTF-8 strings
-   by default.
+   by default. Also spaces surrounding `=` in DN output are removed.
 
    *Dmitry Belyavskiy*
 
diff --git a/NEWS.md b/NEWS.md
index a0748e6a394442aff3c64f733bdb0771487df5a7..2521e996b582f317e57bb3bd86b96a80560b7abf 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -57,7 +57,7 @@ changes:
   * The `x509`, `ca`, and `req` apps now always produce X.509v3 certificates.
 
   * Subject or issuer names in X.509 objects are now displayed as UTF-8 strings
-    by default.
+    by default. Also spaces surrounding `=` in DN output are removed.
 
 This release adds the following new features: