[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.134 and 1.135

version 1.134, 2021/11/26 16:23:27 version 1.135, 2022/01/10 12:19:26
Line 3332 
Line 3332 
 .Bl -hang -width "openssl pkey"  .Bl -hang -width "openssl pkey"
 .It Nm openssl pkey  .It Nm openssl pkey
 .Bk -words  .Bk -words
   .Op Fl check
 .Op Ar cipher  .Op Ar cipher
 .Op Fl in Ar file  .Op Fl in Ar file
 .Op Fl inform Cm der | pem  .Op Fl inform Cm der | pem
Line 3340 
Line 3341 
 .Op Fl outform Cm der | pem  .Op Fl outform Cm der | pem
 .Op Fl passin Ar arg  .Op Fl passin Ar arg
 .Op Fl passout Ar arg  .Op Fl passout Ar arg
   .Op Fl pubcheck
 .Op Fl pubin  .Op Fl pubin
 .Op Fl pubout  .Op Fl pubout
 .Op Fl text  .Op Fl text
Line 3355 
Line 3357 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl check
   Check the validity of a key pair.
 .It Ar cipher  .It Ar cipher
 Encrypt the private key with the specified cipher.  Encrypt the private key with the specified cipher.
 Any algorithm name accepted by  Any algorithm name accepted by
Line 3380 
Line 3384 
 The key password source.  The key password source.
 .It Fl passout Ar arg  .It Fl passout Ar arg
 The output file password source.  The output file password source.
   .It Fl pubcheck
   Check the validity of a public key
   or the public component of a key pair.
 .It Fl pubin  .It Fl pubin
 Read in a public key, not a private key.  Read in a public key, not a private key.
 .It Fl pubout  .It Fl pubout
Line 3394 
Line 3401 
 .Tg pkeyparam  .Tg pkeyparam
 .Sh PKEYPARAM  .Sh PKEYPARAM
 .Cm openssl pkeyparam  .Cm openssl pkeyparam
   .Op Fl check
 .Op Fl in Ar file  .Op Fl in Ar file
 .Op Fl noout  .Op Fl noout
 .Op Fl out Ar file  .Op Fl out Ar file
Line 3406 
Line 3414 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl check
   check the correctness of parameters.
 .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.

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135