commit | fa5c5c892d32fd5a52214f4c96cea54ed78d9f0d | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Fri Apr 28 16:19:51 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 28 18:57:15 2017 +0200 |
tree | ffabffbc6b56d9d8028bd24cd14225185fe7e5a4 | |
parent | a5ec06de2c2bb71bbd16050512e08b5b05749163 [diff] |
BUG/MINOR: ssl: fix warnings about methods for opensslv1.1. This patch replaces the calls to TLSvX_X_client/server/_method by the new TLS_client/server_method and it uses the new functions SSL_set_min_proto_version and SSL_set_max_proto_version, setting them at the wanted protocol version using 'force-' statements.