From: Lutz Jänicke Date: Mon, 14 Jun 2004 13:27:28 +0000 (+0000) Subject: More precise explanation of session id context requirements. X-Git-Tag: BEN_FIPS_TEST_6~14^2~205 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f6ea7163b77996941d1bf4e5afde4385de3df9d;p=oweals%2Fopenssl.git More precise explanation of session id context requirements. --- 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. =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.