projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add HISTORY and SEE ALSO sections for the new TLSv1.3 PSK functions
[openssl.git]
/
doc
/
man3
/
SSL_CTX_use_psk_identity_hint.pod
diff --git
a/doc/man3/SSL_CTX_use_psk_identity_hint.pod
b/doc/man3/SSL_CTX_use_psk_identity_hint.pod
index 4ded544db38763f5f2533435e9248749c672bc34..d41c0cce74a5120ab88471ca7dd29d5d1417774d 100644
(file)
--- 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<SSL_psk_find_session_cb_func> callback should return 1 on success or 0 on
failure. In the event of failure the connection setup fails.
The B<SSL_psk_find_session_cb_func> callback should return 1 on success or 0 on
failure. In the event of failure the connection setup fails.
+=head1 SEE ALSO
+
+L<SSL_CTX_set_psk_use_session_callback(3)>,
+L<SSL_set_psk_use_session_callback(3)>
+
+=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.
=head1 COPYRIGHT
Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.