From: Dr. Stephen Henson Date: Thu, 23 Aug 2007 22:49:13 +0000 (+0000) Subject: Document ticket disabling option. X-Git-Tag: OpenSSL_0_9_8k^2~738 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f3fef74b09886344a1ac4b3f6ac648b0761a1aa0;p=oweals%2Fopenssl.git Document ticket disabling option. --- diff --git a/doc/ssl/SSL_CTX_set_options.pod b/doc/ssl/SSL_CTX_set_options.pod index fa63263601..81ee82c04c 100644 --- a/doc/ssl/SSL_CTX_set_options.pod +++ b/doc/ssl/SSL_CTX_set_options.pod @@ -201,6 +201,14 @@ When performing renegotiation as a server, always start a new session (i.e., session resumption requests are only accepted in the initial handshake). This option is not needed for clients. +=item SSL_OP_NO_TICKET + +Normally clients and servers will, where possible, transparently make use +of RFC4507bis tickets for stateless session resumption. + +If this option is set this functionality is disabled and tickets will +not be used by clients or servers. + =back =head1 RETURN VALUES