commit | 525b6547e918e12c45119685d2e208aa0e51c4c9 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sun Aug 12 15:48:24 2018 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Aug 12 14:48:24 2018 -0500 |
tree | a39c35927e7345f38321bc317767540b95d36acf | |
parent | 747e2e98e9b8fd56c1564ba11bce69ae068c02ea [diff] |
Fixed #4380 -- do not assume TLSv1 is available in OpenSSL (#4389) * Fixed #4380 -- do not assume TLSv1 is available in OpenSSL Hallelujah! It's starting to become the case that some OpenSSLs are disabling it. * cover this file as well