commit | aa32e71de55f5f00666bacac5d8d691f17e60d34 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Jun 29 20:56:12 2017 -0700 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Jun 29 22:56:12 2017 -0500 |
tree | 5f61238fdb2a3562edd86adacee29b04ffadab9f | |
parent | 55fb34146c496e7c997d7418e16dd67a191fca7f [diff] |
Fixed #461 -- make the tests pass when SSLv3 isn't supported (#644) * Fixed #461 -- make the tests pass when SSLv3 isn't supported We no longer support OpenSSL 1.0.0, so TLSv1.2 should always be available and this code can be simplified. * Try the opposite direction? * Another shot at getting this passing * uhhh * grump