[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.120 and 1.121

version 1.120, 2020/02/19 20:42:12 version 1.121, 2020/04/25 19:18:40
Line 2405 
Line 2405 
 .Ar g .  .Ar g .
 .It ec_paramgen_curve : Ns Ar curve  .It ec_paramgen_curve : Ns Ar curve
 (EC)  (EC)
 The EC curve to use.  The elliptic curve to use.
 .El  .El
 .It Fl text  .It Fl text
 Print the private/public key in plain text.  Print the private/public key in plain text.
Line 4224 
Line 4224 
 .Op Fl debug  .Op Fl debug
 .Op Fl dtls1  .Op Fl dtls1
 .Op Fl extended_crl  .Op Fl extended_crl
 .Op Fl groups  .Op Fl groups Ar list
 .Op Fl host Ar host  .Op Fl host Ar host
 .Op Fl ign_eof  .Op Fl ign_eof
 .Op Fl ignore_critical  .Op Fl ignore_critical
Line 4368 
Line 4368 
 Print extensive debugging information, including a hex dump of all traffic.  Print extensive debugging information, including a hex dump of all traffic.
 .It Fl dtls1  .It Fl dtls1
 Permit only DTLS1.0.  Permit only DTLS1.0.
 .It Fl groups Ar ecgroups  .It Fl groups Ar list
 Specify a colon-separated list of permitted EC curve groups.  Set the supported elliptic curve groups to the colon separated
   .Ar list
   of group NIDs or names as documented in
   .Xr SSL_CTX_set1_groups_list 3 .
 .It Fl host Ar host  .It Fl host Ar host
 The  The
 .Ar host  .Ar host
Line 4528 
Line 4531 
 .Op Fl dkeyform Cm der | pem  .Op Fl dkeyform Cm der | pem
 .Op Fl dpass Ar arg  .Op Fl dpass Ar arg
 .Op Fl dtls1  .Op Fl dtls1
   .Op Fl groups Ar list
 .Op Fl HTTP  .Op Fl HTTP
 .Op Fl id_prefix Ar arg  .Op Fl id_prefix Ar arg
 .Op Fl key Ar keyfile  .Op Fl key Ar keyfile
Line 4692 
Line 4696 
 program will be used.  program will be used.
 .It Fl dtls1  .It Fl dtls1
 Permit only DTLS1.0.  Permit only DTLS1.0.
   .It Fl groups Ar list
   Set the supported elliptic curve groups to the colon separated
   .Ar list
   of group NIDs or names as documented in
   .Xr SSL_CTX_set1_groups_list 3 .
 .It Fl HTTP  .It Fl HTTP
 Emulate a simple web server.  Emulate a simple web server.
 Pages are resolved relative to the current directory.  Pages are resolved relative to the current directory.
Line 4728 
Line 4737 
 Set the link layer MTU.  Set the link layer MTU.
 .It Fl named_curve Ar arg  .It Fl named_curve Ar arg
 Specify the elliptic curve name to use for ephemeral ECDH keys.  Specify the elliptic curve name to use for ephemeral ECDH keys.
   This option is deprecated; use
   .Fl groups
   instead.
 .It Fl nbio  .It Fl nbio
 Turn on non-blocking I/O.  Turn on non-blocking I/O.
 .It Fl nbio_test  .It Fl nbio_test

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121