projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8035500
)
Update from HEAD.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 23 Aug 2007 22:49:42 +0000
(22:49 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 23 Aug 2007 22:49:42 +0000
(22:49 +0000)
doc/ssl/SSL_CTX_set_options.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_CTX_set_options.pod
b/doc/ssl/SSL_CTX_set_options.pod
index fa63263601c8294716f17a9f5b8143504ef5831f..81ee82c04c0f167e57e6a71f35b894c7700bb388 100644
(file)
--- 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