]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps: Escape control characters in DNs by default
authorTomas Mraz <tomas@openssl.org>
Fri, 28 Feb 2025 10:13:27 +0000 (11:13 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 3 Mar 2025 08:10:11 +0000 (09:10 +0100)
commita6b4a42ada66c5ade7812d4b81d8908c6a101dc1
tree0f0da2708077aeee87888e23476669edef2c2a59
parent465f4d687241634f516b8d3046a2a701054f859e
apps: Escape control characters in DNs by default

When displaying distinguished names the control characters
are escaped by default.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26932)

(cherry picked from commit 2411f9b662fa501c9eec257a30a7da0cfc2dc173)
CHANGES.md
apps/lib/apps.c
doc/man1/openssl-namedisplay-options.pod
test/certs/tab-in-dn.pem [new file with mode: 0644]
test/certs/tab-in-dn.text [new file with mode: 0644]
test/recipes/25-test_x509.t