Commit 9cf315ef authored by Richard Levitte's avatar Richard Levitte
Browse files

Document the nameopt change



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent f1cece55
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +3,10 @@
 _______________
 _______________


 Changes between 1.0.2 and 1.1.0  [xx XXX xxxx]
 Changes between 1.0.2 and 1.1.0  [xx XXX xxxx]
  *) Changed the default name options in the "ca", "crl", "req" and "x509"
     to be "oneline" instead of "compat".
     [Richard Levitte]

  *) Remove SSL_OP_TLS_BLOCK_PADDING_BUG. This is SSLeay legacy, we're
  *) Remove SSL_OP_TLS_BLOCK_PADDING_BUG. This is SSLeay legacy, we're
     not aware of clients that still exhibit this bug, and the workaround
     not aware of clients that still exhibit this bug, and the workaround
     hasn't been working properly for a while.
     hasn't been working properly for a while.
+2 −2
Original line number Original line Diff line number Diff line
@@ -442,7 +442,7 @@ a B<-> to turn the option off. Only the first four will normally be used.


=item B<compat>
=item B<compat>


use the old format. This is equivalent to specifying no name options at all.
use the old format.


=item B<RFC2253>
=item B<RFC2253>


@@ -455,7 +455,7 @@ B<sep_comma_plus>, B<dn_rev> and B<sname>.
a oneline format which is more readable than RFC2253. It is equivalent to
a oneline format which is more readable than RFC2253. It is equivalent to
specifying the  B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>, B<dump_nostr>,
specifying the  B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>, B<dump_nostr>,
B<dump_der>, B<use_quote>, B<sep_comma_plus_space>, B<space_eq> and B<sname>
B<dump_der>, B<use_quote>, B<sep_comma_plus_space>, B<space_eq> and B<sname>
options.
options.  This is the I<default> of no name options are given explicitely.


=item B<multiline>
=item B<multiline>