]> git.ipfire.org Git - thirdparty/curl.git/commit
gtls: don't fail on non-fatal alerts during handshake
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Wed, 20 May 2015 19:50:55 +0000 (22:50 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 May 2015 20:41:30 +0000 (22:41 +0200)
commitd5aab55b3353bec1d34a2e1434399d23db79b254
treed8704ab470b1e8a396a7c771e784072331ccacaf
parent0f6f7c100a8f722efe25d94f4946ef5843298c5a
gtls: don't fail on non-fatal alerts during handshake

Stop curl from failing when non-fatal alert is received during
handshake.  This e.g. fixes lots of problems when working with https
sites through proxies.
lib/vtls/gtls.c