[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sun Feb 28 00:00:09 UTC 2016


The branch master has been updated
       via  e0b5108c605b541252e601608ff70e8fb57d256f (commit)
      from  d631602533d2e06f9a7a7645ee66638190e0db54 (commit)


- Log -----------------------------------------------------------------
commit e0b5108c605b541252e601608ff70e8fb57d256f
Author: Jeffrey Walton <noloader at gmail.com>
Date:   Sat Feb 27 17:08:50 2016 -0500

    RT4354: Add some cross-refs
    
    Stack Overflow has a number of questions related to mutual authentication,
    the client and its certificate. Those visiting the man pages for functions
    like SSL_CTX_use_certificate and SSL_CTX_load_verify_locations don't
    receive the benefit of a cross reference to SSL_CTX_set_client_CA_list.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 doc/ssl/SSL_CTX_load_verify_locations.pod | 3 ++-
 doc/ssl/SSL_CTX_use_certificate.pod       | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/ssl/SSL_CTX_load_verify_locations.pod b/doc/ssl/SSL_CTX_load_verify_locations.pod
index de388d3..53e119e 100644
--- a/doc/ssl/SSL_CTX_load_verify_locations.pod
+++ b/doc/ssl/SSL_CTX_load_verify_locations.pod
@@ -141,6 +141,7 @@ L<SSL_CTX_set_client_CA_list(3)>,
 L<SSL_get_client_CA_list(3)>,
 L<SSL_CTX_use_certificate(3)>,
 L<SSL_CTX_add_extra_chain_cert(3)>,
-L<SSL_CTX_set_cert_store(3)>
+L<SSL_CTX_set_cert_store(3)>,
+L<SSL_CTX_set_client_CA_list(3)>
 
 =cut
diff --git a/doc/ssl/SSL_CTX_use_certificate.pod b/doc/ssl/SSL_CTX_use_certificate.pod
index 2bb0ea6..13bb277 100644
--- a/doc/ssl/SSL_CTX_use_certificate.pod
+++ b/doc/ssl/SSL_CTX_use_certificate.pod
@@ -154,6 +154,7 @@ L<ssl(3)>, L<SSL_new(3)>, L<SSL_clear(3)>,
 L<SSL_CTX_load_verify_locations(3)>,
 L<SSL_CTX_set_default_passwd_cb(3)>,
 L<SSL_CTX_set_cipher_list(3)>,
+L<SSL_CTX_set_client_CA_list(3)>,
 L<SSL_CTX_set_client_cert_cb(3)>,
 L<SSL_CTX_add_extra_chain_cert(3)>
 


More information about the openssl-commits mailing list