X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2FSSL_CTX_set_tlsext_ticket_key_cb.pod;h=e8b973f238739bba3e2ce817ab19a98bd3eea650;hp=af203b81f04a0011f2eae2268d3c8b2342419217;hb=a528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9;hpb=5812e6f17571345d9e8449459572e540379002d5 diff --git a/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod b/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod index af203b81f0..e8b973f238 100644 --- a/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod +++ b/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod @@ -21,9 +21,6 @@ RFC5077 provide an enhanced session resumption capability where the server implementation is not required to maintain per session state. It only applies to TLS and there is no SSLv3 implementation. -The callback is available when the OpenSSL library was built without -I being defined. - The callback function I will be called for every client instigated TLS session when session ticket extension is presented in the TLS hello message. It is the responsibility of this function to create or retrieve the @@ -181,15 +178,11 @@ returns 0 to indicate the callback function was set. =head1 SEE ALSO -L, L, -L, -L, -L, -L, -L, - -=head1 HISTORY - -This function was introduced in OpenSSL 0.9.8h +L, L, +L, +L, +L, +L, +L, =cut