]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix a copy&paste error in the TLSv1.3 server side PSK documentation
authorMatt Caswell <matt@openssl.org>
Wed, 23 Oct 2019 18:32:05 +0000 (19:32 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 28 Oct 2019 13:07:42 +0000 (13:07 +0000)
The introductory paragraph for the TLSv1.3 server side PSK documentation
is a copy & paste of the client side documentation which has not been
updated with the server side equivalent information.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10245)

doc/man3/SSL_CTX_use_psk_identity_hint.pod

index 2335dc40614ae4c35e6ad80ca04e3118de26efc3..80bae5bba7a603333ed01e1fadb8cf290326ce87 100644 (file)
@@ -39,9 +39,9 @@ SSL_set_psk_find_session_callback
 
 =head1 DESCRIPTION
 
-A client application wishing to use TLSv1.3 PSKs should set a callback
-using either SSL_CTX_set_psk_use_session_callback() or
-SSL_set_psk_use_session_callback() as appropriate.
+A server application wishing to use TLSv1.3 PSKs should set a callback
+using either SSL_CTX_set_psk_find_session_callback() or
+SSL_set_psk_find_session_callback() as appropriate.
 
 The callback function is given a pointer to the SSL connection in B<ssl> and
 an identity in B<identity> of length B<identity_len>. The callback function