OpenSSL: Fix forcing SSLv3 connections
authorBarry Abrahamson <barry@automattic.com>
Wed, 1 Jan 2014 04:28:35 +0000 (05:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Jan 2014 20:36:47 +0000 (21:36 +0100)
commitdb11750cfa5b17a7e6ae7f64df5807e436d1a130
treef3387544ea5f50c1a91a4702e398e2aa679b0c89
parent1f47a77b2980ba92c559b967a7bdecf498f2c346
OpenSSL: Fix forcing SSLv3 connections

Since ad34a2d5c87c7f4b14e8dded3 (present in 7.34.0 release) forcing
SSLv3 will always return the error "curl: (35) Unsupported SSL protocol
version" Can be replicated with `curl -I -3 https://www.google.com/`.
This fix simply allows for v3 to be forced.
lib/vtls/openssl.c