]> git.ipfire.org Git - thirdparty/squid.git/commit - src/security/NegotiationHistory.cc
Polishing fixes
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 9 May 2016 17:19:42 +0000 (20:19 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 9 May 2016 17:19:42 +0000 (20:19 +0300)
commit67c99fc6dc9523eb7c1d44a48149a18758f1c439
treeaac55366aa766c139cb4bc1b5f83f8d6ab833cdc
parent289f1e7898dc1304684a083a17c44c339fb6196d
Polishing fixes

 - Replace Handshake::details pointer with an always-available object
 - Replace Security::ProtocolVersion and its "int" representation in TlsDetails
   and NegotiationHistory classes with the existing Anyp::ProtocolVersion
 - Fix TlsDetails::compressMethod. The clients may send a compression methods
   list with a NULL compression method.
   Rename to TlsDetails::compressionSupported.
 - Other minor fixes.
src/anyp/ProtocolType.h
src/parser/BinaryTokenizer.cc
src/parser/BinaryTokenizer.h
src/security/Handshake.cc
src/security/Handshake.h
src/security/NegotiationHistory.cc
src/security/NegotiationHistory.h
src/ssl/PeekingPeerConnector.cc
src/ssl/bio.cc
src/tests/stub_libsecurity.cc