From: Dmitry Belyavskiy Date: Wed, 7 Feb 2024 10:27:23 +0000 (+0100) Subject: Amend CHANGES.md/NEWS.md to reflect DN output changes X-Git-Tag: openssl-3.3.0-alpha1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d19107618dd89c4584996b2bbed32b983d3890;p=thirdparty%2Fopenssl.git Amend CHANGES.md/NEWS.md to reflect DN output changes Fixes #23492 Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23507) --- diff --git a/CHANGES.md b/CHANGES.md index 9441501a4d9..09e841147d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 a0748e6a394..2521e996b58 100644 --- 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: