]> git.ipfire.org Git - thirdparty/squid.git/commit
Move BinaryTokenizer, Ssl::HandshakeParser and Ssl::Rfc5246::* classes to
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sat, 19 Mar 2016 18:24:53 +0000 (20:24 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Sat, 19 Mar 2016 18:24:53 +0000 (20:24 +0200)
commit7c8ee6885f9702ff30dfdfe3edce25c7dd3b3fd6
tree2e3a475e9c3994ad38d831b509adaad9be0964c3
parent524a2eeeef776205692193ffb273681a77c409be
Move BinaryTokenizer, Ssl::HandshakeParser and Ssl::Rfc5246::* classes to
their own *.cc,*.h files

-Move the BinaryTokenizer from ssl/bio.* files to parser/BinaryTokenizer.{cc,h}
-Move the Ssl::Handshake and related structures and declarations from ssl/bio.*
 to security/Handshake.{c,h}, and under the   Security namespace
 (Security::Handshake)
-Move the Ssl::Rfc5246::* classes from ssl/bio.* to security/Handshake.{c,h},
 under the Security namespace.
src/Makefile.am
src/parser/BinaryTokenizer.cc [new file with mode: 0644]
src/parser/BinaryTokenizer.h [new file with mode: 0644]
src/parser/Makefile.am
src/security/Makefile.am
src/ssl/PeerConnector.cc
src/ssl/bio.cc
src/ssl/bio.h