[openssl] OpenSSL_1_1_1-stable update

Matt Caswell matt at openssl.org
Tue Dec 7 14:26:50 UTC 2021


The branch OpenSSL_1_1_1-stable has been updated
       via  b1553c89285cb05a28d185423bc3df9b505db92a (commit)
      from  54c358382e917a6adc912ee0958989609c8ee136 (commit)


- Log -----------------------------------------------------------------
commit b1553c89285cb05a28d185423bc3df9b505db92a
Author: Matt Caswell <matt at openssl.org>
Date:   Mon Dec 6 11:37:26 2021 +0000

    Fix documentation for tlsext_ticket_key
    
    The tlsext_ticket_key functions are documented as returning 0 on success.
    In fact they return 1 on success.
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17210)
    
    (cherry picked from commit b0be101326f369f0dd547556d2f3eb3ef5ed0e33)

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

Summary of changes:
 doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod b/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod
index b2637efc1a..d7563d27e2 100644
--- a/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod
+++ b/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod
@@ -123,7 +123,7 @@ enable an attacker to obtain the session keys.
 
 =head1 RETURN VALUES
 
-returns 0 to indicate the callback function was set.
+Returns 1 to indicate the callback function was set and 0 otherwise.
 
 =head1 EXAMPLES
 


More information about the openssl-commits mailing list