commit | 530141f7479704be9d8f6c8f18fc9f71a6da2b3c | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Wed Mar 01 18:54:56 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 02 18:31:51 2017 +0100 |
tree | 1cb968431cc5942ef53d0652875606b0b3d5cfdd | |
parent | 0594211987351eaf521577b798a3a461b043710c [diff] |
BUG/MEDIUM: ssl: fix verify/ca-file per certificate SSL verify and client_CA inherits from the initial ctx (default_ctx). When a certificate is found, the SSL connection environment must be replaced by the certificate configuration (via SSL_set_verify and SSL_set_client_CA_list).