[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.3 and 1.4

version 1.3, 2014/09/16 16:05:44 version 1.4, 2014/10/01 13:15:40
Line 5583 
Line 5583 
 to write the newly created private key to.  to write the newly created private key to.
 If this option is not specified, the filename present in the  If this option is not specified, the filename present in the
 configuration file is used.  configuration file is used.
 .It Fl md4 | md5 | sha1  .It Fl md5 | sha1 | sha256
 This specifies the message digest to sign the request with.  This specifies the message digest to sign the request with.
 This overrides the digest algorithm specified in the configuration file.  This overrides the digest algorithm specified in the configuration file.
 .Pp  .Pp
Line 5774 
Line 5774 
 request signing utilities, but some CAs might want them.  request signing utilities, but some CAs might want them.
 .It Ar default_bits  .It Ar default_bits
 This specifies the default key size in bits.  This specifies the default key size in bits.
 If not specified, 512 is used.  If not specified, 2048 is used.
 It is used if the  It is used if the
 .Fl new  .Fl new
 option is used.  option is used.
Line 5790 
Line 5790 
 .It Ar default_md  .It Ar default_md
 This option specifies the digest algorithm to use.  This option specifies the digest algorithm to use.
 Possible values include  Possible values include
 .Ar md5  .Ar md5 ,
   .Ar sha1
 and  and
 .Ar sha1 .  .Ar sha256 .
 If not present, MD5 is used.  If not present, SHA256 is used.
 This option can be overridden on the command line.  This option can be overridden on the command line.
 .It Ar distinguished_name  .It Ar distinguished_name
 This specifies the section containing the distinguished name fields to  This specifies the section containing the distinguished name fields to

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4