[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.4 and 1.5

version 1.4, 2014/10/01 13:15:40 version 1.5, 2014/11/07 13:13:08
Line 6617 
Line 6617 
 .Op Fl psk_identity Ar identity  .Op Fl psk_identity Ar identity
 .Op Fl quiet  .Op Fl quiet
 .Op Fl reconnect  .Op Fl reconnect
   .Op Fl servername Ar name
 .Op Fl showcerts  .Op Fl showcerts
 .Op Fl ssl3  .Op Fl ssl3
 .Op Fl starttls Ar protocol  .Op Fl starttls Ar protocol
Line 6773 
Line 6774 
 .It Fl reconnect  .It Fl reconnect
 Reconnects to the same server 5 times using the same session ID; this can  Reconnects to the same server 5 times using the same session ID; this can
 be used as a test that session caching is working.  be used as a test that session caching is working.
   .It Fl servername Ar name
   Include the TLS Server Name Indication (SNI) extension in the ClientHello
   message, using the specified server
   .Ar name .
 .It Fl showcerts  .It Fl showcerts
 Display the whole server certificate chain: normally only the server  Display the whole server certificate chain: normally only the server
 certificate itself is displayed.  certificate itself is displayed.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5