Amend CHANGES.md/NEWS.md to reflect DN output changes

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)
This commit is contained in:
Dmitry Belyavskiy 2024-02-07 11:27:23 +01:00
parent bdba075c19
commit d8d1910761
2 changed files with 2 additions and 2 deletions

View 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*

View File

@ -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: