]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Document the esc_2254 command line name option
authorRichard Levitte <levitte@openssl.org>
Wed, 18 May 2016 15:39:33 +0000 (17:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 18 May 2016 16:38:52 +0000 (18:38 +0200)
RT#1466

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit a37458c1bf76c603cc27e8baf32ac2aa1cd7662e)

doc/apps/x509.pod

index 26f71c88329500d32391578ea0906f4064f81e38..13db4c060e74efb38962dd7dfca6fbe9c857894a 100644 (file)
@@ -464,10 +464,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