[BACK]Return to openssl.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/openssl.1 between version 1.114 and 1.115

version 1.114, 2019/10/04 06:22:51 version 1.115, 2019/11/19 10:20:10
Line 3043 
Line 3043 
 .Bl -hang -width "openssl req"  .Bl -hang -width "openssl req"
 .It Nm openssl req  .It Nm openssl req
 .Bk -words  .Bk -words
   .Op Fl addext Ar ext
 .Op Fl asn1-kludge  .Op Fl asn1-kludge
 .Op Fl batch  .Op Fl batch
 .Op Fl config Ar file  .Op Fl config Ar file
Line 3092 
Line 3093 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl addext Ar ext
   Add a specific extension to the certificate (if the
   .Fl x509
   option is present) or certificate request.
   The argument must have the form of a key=value pair as it would appear in a
   config file.
   This option can be given multiple times.
 .It Fl asn1-kludge  .It Fl asn1-kludge
 Produce requests in an invalid format for certain picky CAs.  Produce requests in an invalid format for certain picky CAs.
 Very few CAs still require the use of this option.  Very few CAs still require the use of this option.

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115