]> git.ipfire.org Git - thirdparty/squid.git/commit
Stop parsing SSL records after a fatal SSL Alert.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 30 Apr 2016 03:38:26 +0000 (21:38 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sat, 30 Apr 2016 03:38:26 +0000 (21:38 -0600)
commit793b1bfb48e5bd84205414497c7680c22ce0087b
treef8b234bad459d7c9c355f002cbcf51e0daff8b99
parentc3149111e45340cb60a8f3c28a418ae96e9b67e8
Stop parsing SSL records after a fatal SSL Alert.

The fatal alert sender should close the connection. Waiting for the next
record is pointless and will obscure the problem when we eventually read
the EOF on the socket.
src/security/Handshake.cc