summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-23 22:49:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-23 22:49:13 +0000
commitf3fef74b09886344a1ac4b3f6ac648b0761a1aa0 (patch)
tree2748c80bcdcf4c2b4d483427445afdc91da4b746 /doc/ssl
parent014f62b64920c0857152367f635d12e066f912f6 (diff)
Document ticket disabling option.
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CTX_set_options.pod8
1 files changed, 8 insertions, 0 deletions
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