[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.93 and 1.94

version 1.93, 2018/04/10 22:07:30 version 1.94, 2018/08/24 20:12:24
Line 2326 
Line 2326 
 .Sh PKCS8  .Sh PKCS8
 .nr nS 1  .nr nS 1
 .Nm "openssl pkcs8"  .Nm "openssl pkcs8"
 .Op Fl embed  
 .Op Fl in Ar file  .Op Fl in Ar file
 .Op Fl inform Cm der | pem  .Op Fl inform Cm der | pem
 .Op Fl nocrypt  .Op Fl nocrypt
 .Op Fl noiter  .Op Fl noiter
 .Op Fl nooct  
 .Op Fl nsdb  
 .Op Fl out Ar file  .Op Fl out Ar file
 .Op Fl outform Cm der | pem  .Op Fl outform Cm der | pem
 .Op Fl passin Ar arg  .Op Fl passin Ar arg
Line 2354 
Line 2351 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl embed  
 Generate DSA keys in a broken format.  
 The DSA parameters are embedded inside the PrivateKey structure.  
 In this form the OCTET STRING contains an ASN.1 SEQUENCE consisting of  
 two structures:  
 a SEQUENCE containing the parameters and an ASN.1 INTEGER containing  
 the private key.  
 .It Fl in Ar file  .It Fl in Ar file
 The input file to read from,  The input file to read from,
 or standard input if not specified.  or standard input if not specified.
Line 2376 
Line 2366 
 See the  See the
 .Sx PKCS12  .Sx PKCS12
 section below for a detailed explanation of this option.  section below for a detailed explanation of this option.
 .It Fl nooct  
 Generate RSA private keys in a broken format that some software uses.  
 Specifically the private key should be enclosed in an OCTET STRING,  
 but some software just includes the structure itself without the  
 surrounding OCTET STRING.  
 .It Fl nsdb  
 Generate DSA keys in a broken format compatible with Netscape  
 private key databases.  
 The PrivateKey contains a SEQUENCE  
 consisting of the public and private keys, respectively.  
 .It Fl out Ar file  .It Fl out Ar file
 The output file to write to,  The output file to write to,
 or standard output if none is specified.  or standard output if none is specified.

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94