summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-23 22:53:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-23 22:53:57 +0000
commit29c0866b383994be47c9c36f4c96a609208e331c (patch)
treea949cb2342e90df33eb0acc4387699994f6a1574 /doc/ssl
parent0214ea0dfec8174297b1eba9e5eb5337d460922d (diff)
Update docs and NEWS file.
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CTX_set_options.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_set_options.pod b/doc/ssl/SSL_CTX_set_options.pod
index 81ee82c04c..eaed190809 100644
--- a/doc/ssl/SSL_CTX_set_options.pod
+++ b/doc/ssl/SSL_CTX_set_options.pod
@@ -204,7 +204,8 @@ 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.
+of RFC4507bis tickets for stateless session resumption if extension support
+is explicitly set when OpenSSL is compiled.
If this option is set this functionality is disabled and tickets will
not be used by clients or servers.