X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fssl%2FSSL_CTX_set_session_id_context.pod;h=7c9e5153360a51ad83ef314830af186f27b97b50;hb=c8919dde09d56f03615a52031964bc9a77b26e90;hp=5949395159e7fd92e36fae7db4f8ba4486e5e6de;hpb=cd6aa710b5f4df1959b9bb3f78928619502b39af;p=oweals%2Fopenssl.git diff --git a/doc/ssl/SSL_CTX_set_session_id_context.pod b/doc/ssl/SSL_CTX_set_session_id_context.pod index 5949395159..7c9e515336 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. @@ -63,13 +64,13 @@ return the following values: =over 4 -=item 0 +=item Z<>0 The length B of the session id context B exceeded the maximum allowed length of B. The error is logged to the error stack. -=item 1 +=item Z<>1 The operation succeeded.