X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FSSL_CTX_use_psk_identity_hint.pod;h=d41c0cce74a5120ab88471ca7dd29d5d1417774d;hp=4ded544db38763f5f2533435e9248749c672bc34;hb=e105ae842f4a1ac7d710baefde34773d1a52af3c;hpb=e17e1df77e651e557ad8fc67e2bea0bbcf98f153 diff --git a/doc/man3/SSL_CTX_use_psk_identity_hint.pod b/doc/man3/SSL_CTX_use_psk_identity_hint.pod index 4ded544db3..d41c0cce74 100644 --- a/doc/man3/SSL_CTX_use_psk_identity_hint.pod +++ b/doc/man3/SSL_CTX_use_psk_identity_hint.pod @@ -115,6 +115,16 @@ completely. The B callback should return 1 on success or 0 on failure. In the event of failure the connection setup fails. +=head1 SEE ALSO + +L, +L + +=head1 HISTORY + +SSL_CTX_set_psk_find_session_callback() and SSL_set_psk_find_session_callback() +were added in OpenSSL 1.1.1. + =head1 COPYRIGHT Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.