[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.60 and 1.61

version 1.60, 2016/08/24 08:07:33 version 1.61, 2016/08/24 08:17:24
Line 2914 
Line 2914 
 Print out only public key components  Print out only public key components
 even if a private key is being processed.  even if a private key is being processed.
 .El  .El
 .\"  
 .\" PKEYPARAM  
 .\"  
 .Sh PKEYPARAM  .Sh PKEYPARAM
 .Cm openssl pkeyparam  .Cm openssl pkeyparam
 .Op Fl in Ar file  .Op Fl in Ar file
Line 2925 
Line 2922 
 .Op Fl text  .Op Fl text
 .Pp  .Pp
 The  The
 .Nm pkey  .Nm pkeyparam
 command processes public or private keys.  command processes public or private keys.
 They can be converted between various forms and their components printed out.  The key type is determined by the PEM headers.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl in Ar file  .It Fl in Ar file
 This specifies the input filename to read parameters from,  The input file to read from,
 or standard input if this option is not specified.  or standard input if not specified.
 .It Fl noout  .It Fl noout
 Do not output the encoded version of the parameters.  Do not output the encoded version of the parameters.
 .It Fl out Ar file  .It Fl out Ar file
 This specifies the output filename to write parameters to,  The output file to write to,
 or standard output if this option is not specified.  or standard output if not specified.
 .It Fl text  .It Fl text
 Prints out the parameters in plain text in addition to the encoded version.  Print the parameters in plain text, in addition to the encoded version.
 .El  .El
 .Sh PKEYPARAM EXAMPLES  
 Print out text version of parameters:  
 .Bd -literal -offset indent  
 $ openssl pkeyparam -in param.pem -text  
 .Ed  
 .Sh PKEYPARAM NOTES  
 There are no  
 .Fl inform  
 or  
 .Fl outform  
 options for this command because only PEM format is supported  
 because the key type is determined by the PEM headers.  
 .\"  .\"
 .\" PKEYUTL  .\" PKEYUTL
 .\"  .\"

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61