]> git.ipfire.org Git - thirdparty/squid.git/history - src/ssl/PeekingPeerConnector.cc
Detail client closures of CONNECT tunnels during TLS handshake (#691)
[thirdparty/squid.git] / src / ssl / PeekingPeerConnector.cc
2020-12-23  Christos TsantilasDetail client closures of CONNECT tunnels during TLS...
2020-06-01  Christos TsantilasAllow upgrading from HTTP/1.1 to other protocols (...
2020-05-21  Christos TsantilasDetail TLS and CONNECT cache_peer negotiation failures...
2020-04-24  Christos TsantilasSslBump: Disable OpenSSL TLSv1.3 support for older...
2020-01-03  squidadmSource Format Enforcement (#532)
2019-10-03  Christos TsantilasAdd GeneratingCONNECT step for the existing at_step...
2019-07-15  josepjonesRename allow_t to Acl::Answer (#425)
2019-05-24  Amos JeffriesUpdate PeekingPeerConnector to use PeerOptions API
2019-02-07  SquidAdmSourceFormat Enforcement
2018-07-04  Amos JeffriesBug 4843 pt3: GCC-8 fixes and refactoring (#172)
2018-05-11  Eduard BagdasaryanSupply AccessLogEntry (ALE) for more fast ACL checks... M-staged-PR182
2018-01-12  Rusty BirdSupport sending SNI in all TLS connections opened by...
2018-01-03  squidadmDocs: Copyright updates for 2018 (#114)
2017-06-26  Alex RousskovMinimize direct comparisons with ACCESS_ALLOWED and...
2017-05-07  Christos Tsantilasbug 4321: ssl_bump terminate does not terminate at...
2017-02-05  Amos JeffriesSync from v5 r15034
2017-02-05  Amos JeffriesCrypto-NG: initial GnuTLS support for encrypted server...
2017-01-26  Christos TsantilasSSLv2 records force SslBump bumping despite a matching...
2017-01-16  Amos JeffriesUpdate to options= after audit
2017-01-14  Amos JeffriesMerge from v5
2017-01-12  Amos JeffriesMerged from v5 r15006
2017-01-01  Source MaintenanceSourceFormat Enforcement
2016-12-24  Amos JeffriesGnuTLS support for options= parameters
2016-12-01  Amos JeffriesMerge v5 r14962
2016-12-01  Amos JeffriesCleanup: remove raw-pointer SSL* from ServerBump class API
2016-11-30  Francesco ChemolliMerge from trunk
2016-11-26  Amos JeffriesMerged from v5 r14954
2016-11-20  Amos JeffriesC++11: Remove GnuRegex and all -lregex related code
2016-11-19  Christos TsantilasBug 4599 pt3: use wrapper functions to access BIO objec...
2016-11-18  Amos JeffriesTLS: Add ErrorString() function to libsecurity API
2016-11-07  Amos JeffriesBug 4599 pt1: initial support for OpenSSL v1.1
2016-09-22  Amos JeffriesCleanup: Security::ContextPtr removal, pt4
2016-09-20  Amos JeffriesCleanup: Security::ContextPtr removal, pt2
2016-09-15  Amos JeffriesCleanup: remove Security::SessionPtr type
2016-08-17  Amos JeffriesCleanup: remove many needless references to SSL
2016-08-01  Christos Tsantilasmerge from trunk-r14768
2016-07-27  Amos JeffriesCleanup: Move PeerConnector and BlindPeerConnector...
2016-07-13  Amos JeffriesCleanup: PeerConnector session initialization method
2016-07-08  Amos JeffriesReplaced TidyPointer with std::unique_ptr.
2016-07-07  Amos JeffriesMerged from trunk rev.14734
2016-07-05  Amos JeffriesReplace LockingPointer::reset with resetWithoutLocking
2016-06-23  Amos JeffriesWipe initial experiments
2016-05-26  Amos JeffriesMerge from trunk rev.14687
2016-05-23  Christos TsantilasSync with trunk-r14686
2016-05-18  Christos TsantilasFast SNI peek
2016-05-18  Christos Tsantilassync with trunk-r14669
2016-05-18  Christos TsantilasPolishing fixes
2016-05-18  Christos TsantilasIncrease debug level in a peek-and-splice related debug...
2016-05-13  Christos Tsantilasmerge from trunk-r14667
2016-05-09  Christos TsantilasPolishing fixes
2016-04-23  Alex RousskovBe careful with parsed TLS handshake details. They...
2016-04-13  Alex RousskovThe "hold write" conditions are not important enough...
2016-04-08  Christos TsantilasRecord SSL client and SSL server details (supported...
2016-04-06  Christos TsantilasCleanup and fixes
2016-04-05  Amos JeffriesMerged from trunk rev.14625
2016-03-31  Christos TsantilasFirst fast-sni implementation
2016-03-29  Christos TsantilasImprove TLS/SSL parsing code in Handshale.cc and use...
2016-03-18  Christos Tsantilasmerge from trunk r14590
2016-02-13  Christos TsantilasCert Validation memory leaks
2016-02-10  Amos JeffriesCleanup: const correctness for SBuf iterators
2016-02-08  Source MaintenanceSourceFormat Enforcement
2016-02-08  Christos TsantilasFixed step3 splicing.
2016-02-02  Christos TsantilasFix external_acl problems after trunk r14351
2016-02-01  Source MaintenanceSourceFormat Enforcement
2016-02-01  Amos JeffriesAdd missing include after rev.14518
2016-01-31  Amos JeffriesSourceLayout: rename ClientSocketContext to Http::Stream
2016-01-27  Amos JeffriesSourceLayout: shuffle PeerConnector classes to separate...