[openssl] OpenSSL_1_1_1-stable update

Matt Caswell matt at openssl.org
Mon Oct 28 13:09:29 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  3a9080d6f486c270457b9f2b0da15d2702539f98 (commit)
      from  4088b9263676748f5426cae1bcff132825a48d2a (commit)


- Log -----------------------------------------------------------------
commit 3a9080d6f486c270457b9f2b0da15d2702539f98
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Oct 23 19:32:05 2019 +0100

    Fix a copy&paste error in the TLSv1.3 server side PSK documentation
    
    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 at oracle.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/10245)
    
    (cherry picked from commit c549cb46e0d3cb4e611acafae5f919b4a8df4007)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/SSL_CTX_use_psk_identity_hint.pod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/man3/SSL_CTX_use_psk_identity_hint.pod b/doc/man3/SSL_CTX_use_psk_identity_hint.pod
index c8f7526610..0957ade5e1 100644
--- a/doc/man3/SSL_CTX_use_psk_identity_hint.pod
+++ b/doc/man3/SSL_CTX_use_psk_identity_hint.pod
@@ -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


More information about the openssl-commits mailing list