commit | e0b5108c605b541252e601608ff70e8fb57d256f | [log] [tgz] |
---|---|---|
author | Jeffrey Walton <noloader@gmail.com> | Sat Feb 27 17:08:50 2016 -0500 |
committer | Rich Salz <rsalz@openssl.org> | Sat Feb 27 18:58:56 2016 -0500 |
tree | 2d6fe4ed94d9f735e48ed41bf14183de470c58c5 | |
parent | d631602533d2e06f9a7a7645ee66638190e0db54 [diff] |
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@openssl.org>