[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.132 and 1.133

version 1.132, 2021/09/05 06:16:30 version 1.133, 2021/10/23 11:36:44
Line 3649 
Line 3649 
 .It Nm openssl req  .It Nm openssl req
 .Bk -words  .Bk -words
 .Op Fl addext Ar ext  .Op Fl addext Ar ext
 .Op Fl asn1-kludge  
 .Op Fl batch  .Op Fl batch
 .Op Fl config Ar file  .Op Fl config Ar file
 .Op Fl days Ar n  .Op Fl days Ar n
Line 3666 
Line 3665 
 .Op Fl new  .Op Fl new
 .Op Fl newhdr  .Op Fl newhdr
 .Op Fl newkey Ar arg  .Op Fl newkey Ar arg
 .Op Fl no-asn1-kludge  
 .Op Fl nodes  .Op Fl nodes
 .Op Fl noout  .Op Fl noout
 .Op Fl out Ar file  .Op Fl out Ar file
Line 3705 
Line 3703 
 The argument must have the form of a key=value pair as it would appear in a  The argument must have the form of a key=value pair as it would appear in a
 config file.  config file.
 This option can be given multiple times.  This option can be given multiple times.
 .It Fl asn1-kludge  
 Produce requests in an invalid format for certain picky CAs.  
 Very few CAs still require the use of this option.  
 .It Fl batch  .It Fl batch
 Non-interactive mode.  Non-interactive mode.
 .It Fl config Ar file  .It Fl config Ar file
Line 3819 
Line 3814 
 in which case any parameters can be specified via the  in which case any parameters can be specified via the
 .Fl pkeyopt  .Fl pkeyopt
 option.  option.
 .It Fl no-asn1-kludge  
 Reverse the effect of  
 .Fl asn1-kludge .  
 .It Fl nodes  .It Fl nodes
 Do not encrypt the private key.  Do not encrypt the private key.
 .It Fl noout  .It Fl noout

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133