aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-18 17:39:33 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-18 18:30:00 +0200
commita37458c1bf76c603cc27e8baf32ac2aa1cd7662e (patch)
tree41e95c0d2bafd1594b2e1d7229563c1537c52f7b /doc
parent0794b6a6a8a9a1dc1c7b0f9cfaf804253af29cdc (diff)
downloadopenssl-a37458c1bf76c603cc27e8baf32ac2aa1cd7662e.tar.gz
Document the esc_2254 command line name option
RT#1466 Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/x509.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index 30b770beb7..f397eea695 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -473,10 +473,15 @@ B<space_eq>, B<lname> and B<align>.
=item B<esc_2253>
-escape the "special" characters required by RFC2253 in a field That is
+escape the "special" characters required by RFC2253 in a field. That is
B<,+"E<lt>E<gt>;>. Additionally B<#> is escaped at the beginning of a string
and a space character at the beginning or end of a string.
+=item B<esc_2254>
+
+escape the "special" characters required by RFC2254 in a field. That is
+the B<NUL> character as well as and B<()*>.
+
=item B<esc_ctrl>
escape control characters. That is those with ASCII values less than