]> 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:08:34 +0000 (09:08 +0100)
commit2411f9b662fa501c9eec257a30a7da0cfc2dc173
tree8450854bf47407c2152ba123318b3c3f2d1df095
parent624a00ef41599a6b4db25b16bf21d730ec34f2e4
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)
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