summaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2004-06-14 13:27:28 +0000
committerLutz Jänicke <jaenicke@openssl.org>2004-06-14 13:27:28 +0000
commit9f6ea7163b77996941d1bf4e5afde4385de3df9d (patch)
tree5f894739e0ba316ba158b1350160c9d1caa1ef56 /doc/ssl
parent385c8e89f482eec183b2255fd8e498e2d87b60d1 (diff)
More precise explanation of session id context requirements.
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CTX_set_session_id_context.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_set_session_id_context.pod b/doc/ssl/SSL_CTX_set_session_id_context.pod
index 5949395159..58fc685506 100644
--- a/doc/ssl/SSL_CTX_set_session_id_context.pod
+++ b/doc/ssl/SSL_CTX_set_session_id_context.pod
@@ -46,7 +46,8 @@ B<SSL_MAX_SSL_SESSION_ID_LENGTH>.
=head1 WARNINGS
-If the session id context is not set on an SSL/TLS server, stored sessions
+If the session id context is not set on an SSL/TLS server and client
+certificates are used, stored sessions
will not be reused but a fatal error will be flagged and the handshake
will fail.