]> 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:57:16 +0000 (12:57 +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)

(cherry picked from commit d8d19107618dd89c4584996b2bbed32b983d3890)

CHANGES.md
NEWS.md

index 46c053c66191b580ae82db09c3763163645cbde0..f27304654804fb9653f9c34c166e85768e0dfaa6 100644 (file)
@@ -438,7 +438,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 117c6ecc9dd2d1197cf5910f4281719e746e4449..7abf34d956bedd3c37b0e42d30abd40650ac68a6 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -52,7 +52,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: