[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.19 and 1.20

version 1.19, 2015/08/11 05:01:03 version 1.20, 2015/09/11 02:10:32
Line 7074 
Line 7074 
 .Op Fl key Ar keyfile  .Op Fl key Ar keyfile
 .Op Fl nbio  .Op Fl nbio
 .Op Fl new  .Op Fl new
   .Op Fl no_shutdown
 .Op Fl reuse  .Op Fl reuse
 .Op Fl time Ar seconds  .Op Fl time Ar seconds
 .Op Fl verify Ar depth  .Op Fl verify Ar depth
Line 7135 
Line 7136 
 .Fl reuse  .Fl reuse
 are specified,  are specified,
 they are both on by default and executed in sequence.  they are both on by default and executed in sequence.
   .It Fl no_shutdown
   Shutdown the connection without sending a
   .Dq close notify
   shutdown alert to the server.
 .It Fl reuse  .It Fl reuse
 Performs the timing test using the same session ID;  Performs the timing test using the same session ID;
 this can be used as a test that session caching is working.  this can be used as a test that session caching is working.

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20