[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.128 and 1.129

version 1.128, 2020/12/30 08:26:44 version 1.129, 2021/03/17 18:08:32
Line 4280 
Line 4280 
 .Op Fl crl_check_all  .Op Fl crl_check_all
 .Op Fl crlf  .Op Fl crlf
 .Op Fl debug  .Op Fl debug
   .Op Fl dtls
 .Op Fl dtls1  .Op Fl dtls1
   .Op Fl dtls1_2
 .Op Fl extended_crl  .Op Fl extended_crl
 .Op Fl groups Ar list  .Op Fl groups Ar list
 .Op Fl host Ar host  .Op Fl host Ar host
Line 4424 
Line 4426 
 as required by some servers.  as required by some servers.
 .It Fl debug  .It Fl debug
 Print extensive debugging information, including a hex dump of all traffic.  Print extensive debugging information, including a hex dump of all traffic.
   .It Fl dtls
   Permit any version of DTLS.
 .It Fl dtls1  .It Fl dtls1
 Permit only DTLS1.0.  Permit only DTLS1.0.
   .It Fl dtls1_2
   Permit only DTLS1.2.
 .It Fl groups Ar list  .It Fl groups Ar list
 Set the supported elliptic curve groups to the colon separated  Set the supported elliptic curve groups to the colon separated
 .Ar list  .Ar list
Line 4588 
Line 4594 
 .Op Fl dkey Ar file  .Op Fl dkey Ar file
 .Op Fl dkeyform Cm der | pem  .Op Fl dkeyform Cm der | pem
 .Op Fl dpass Ar arg  .Op Fl dpass Ar arg
   .Op Fl dtls
 .Op Fl dtls1  .Op Fl dtls1
   .Op Fl dtls1_2
 .Op Fl groups Ar list  .Op Fl groups Ar list
 .Op Fl HTTP  .Op Fl HTTP
 .Op Fl id_prefix Ar arg  .Op Fl id_prefix Ar arg
Line 4754 
Line 4762 
 If this fails, a static set of parameters hard coded into the  If this fails, a static set of parameters hard coded into the
 .Nm s_server  .Nm s_server
 program will be used.  program will be used.
   .It Fl dtls
   Permit any version of DTLS.
 .It Fl dtls1  .It Fl dtls1
 Permit only DTLS1.0.  Permit only DTLS1.0.
   .It Fl dtls1_2
   Permit only DTLS1.2.
 .It Fl groups Ar list  .It Fl groups Ar list
 Set the supported elliptic curve groups to the colon separated  Set the supported elliptic curve groups to the colon separated
 .Ar list  .Ar list

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129