]> git.ipfire.org Git - thirdparty/squid.git/history - src/ssl
NoNewGlobals for MapLabel (#1746)
[thirdparty/squid.git] / src / ssl /
2024-01-31  Francesco ChemolliMaintenance: automate header guards 2/3 (#1655)
2024-01-29  AlexeyFix memory leak in ssl/gadgets/mimicAuthorityKeyId...
2023-12-13  Francesco ChemolliImprove and broadly use asHex() (#1578)
2023-11-02  Francesco ChemolliRefactor Ssl::ErrorDetailsManager to use SBuf (#1556)
2023-10-31  Francesco ChemolliRemove SquidString include from src/ssl/helper.cc ...
2023-10-06  Francesco ChemolliMaintenance: use SBufs for ErrorDetailEntry data fields...
2023-10-06  Francesco ChemolliFix "make check" to test headers (#1463)
2023-10-02  Eduard BagdasaryanConverted helperOpenServers() to a virtual Helper:...
2023-09-21  Eduard BagdasaryanImproved 'stateless' helper-related classes (#1480)
2023-08-15  Eduard BagdasaryanKeep ::helper objects alive while in use by helper_serv...
2023-07-10  Amos JeffriesMaintenance: replace most NULL with nullptr (#1402)
2023-05-12  Alex RousskovDo not leak Security::CertErrors created in X509_verify...
2023-02-14  Alex RousskovPlace more msgs under cache_log_message control, downgr...
2023-01-22  squidadmSource Format Enforcement (#1234)
2023-01-13  Alex RousskovMaintenance: Consistent use of C++11 "override" specifi...
2022-09-05  Alex RousskovReplaced most custom high-level callbacks with a unifie...
2022-09-02  Amos JeffriesPrep for 5.7 (#1131)
2022-07-19  squidadmSource Format Enforcement (#1089)
2022-07-17  Amos JeffriesBug 5133: OpenSSL 3.0 support (#694)
2022-07-10  Alex RousskovMaintenance: Removed most NULLs using modernize-use...
2022-05-20  Alex RousskovTLS library-agnostic X509 certificate interrogation...
2022-05-17  Alex RousskovBug 5211: support.cc:355: "!filledCheck->sslErrors...
2022-05-17  Alex RousskovFixed (and renamed) Ssl::ReadX509Certificate() API...
2022-04-30  Amos JeffriesFix CID 1503308: Logically dead code (DEADCODE) (#1036)
2022-04-26  Alex Rousskovsslcrtd_program: Use (more) Squid-wide APIs (#1021)
2022-04-14  Amos JeffriesSourceLayout: Move time related tools to time/libtime...
2022-02-23  Amos JeffriesFix double-free segmentation fault on shutdown (#913)
2022-02-23  Alex RousskovSourceLayout: Move debugs()-related code into src/debug...
2022-02-03  squidadmSource Format Enforcement (#963)
2022-01-21  Alex RousskovCategorize level-0/1 messages; part 1: "easy" problem...
2021-11-24  Alex RousskovFix GCC v10 --with-openssl build after commit 030a9b3...
2021-11-02  Christos TsantilasBUG: Unexpected state while connecting to ... server...
2021-11-01  Christos TsantilasRemove step2+ stare-and-splice and peek-and-bump suppor...
2021-10-24  Christos TsantilasBUG: Unexpected state while connecting to ... server...
2021-10-23  Alex RousskovFix reconfiguration leaking tls-cert=... memory (#911)
2021-08-22  Alex RousskovBug 5055: FATAL FwdState::noteDestinationsEnd exception...
2021-08-12  Francesco ChemolliActivate extra compiler checks (#667)
2021-07-15  Alex RousskovFix SslBump reconfiguration leaking public key memory...
2021-06-16  Alex RousskovFix sslcrtd and external_acl helper name lifetimes...
2021-05-08  squidadmSource Format Enforcement (#763)
2021-03-03  Alex RousskovMaintenance: Fix two misspellings (#784)
2021-02-23  Christos TsantilasHandling missing issuer certificates for TLSv1.3 (...
2021-02-18  uhliarikFix build on Fedora Rawhide (#772)
2021-02-11  Christos TsantilasDetail certificate validation errors during TLS handsha...
2020-12-23  Christos TsantilasDetail client closures of CONNECT tunnels during TLS...
2020-11-08  squidadmSource Format Enforcement (#745)
2020-08-09  trapexitAdd http_port sslflags=CONDITIONAL_AUTH (#510)
2020-07-26  Amos JeffriesConvert LRU map into a CLP map (#593)
2020-06-20  squidadmSource Format Enforcement (#665)
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-05-18  Christos TsantilasFix sending of unknown validation errors to cert. valid...
2020-04-24  Christos TsantilasSslBump: Disable OpenSSL TLSv1.3 support for older...
2020-03-29  mrumphBug 5021: Spelling errors fixed by running scripts...
2020-01-03  squidadmSource Format Enforcement (#532)
2019-10-31  James DeFeliceFix expiration of self-signed generated certs to be...
2019-10-03  Christos TsantilasAdd GeneratingCONNECT step for the existing at_step...
2019-08-10  Christos TsantilasFix parsing of certificate validator responses (#452)
2019-07-15  josepjonesRename allow_t to Acl::Answer (#425)
2019-05-24  Amos JeffriesUpdate PeekingPeerConnector to use PeerOptions API
2019-03-31  Christos TsantilasPeering support for SslBump (#380)
2019-03-05  Christos TsantilasSupport logformat %codes in error page templates (... M-staged-PR365
2019-02-07  SquidAdmSourceFormat Enforcement
2019-01-11  Rosen PenevFix OpenSSL builds that define OPENSSL_NO_ENGINE (...
2018-12-19  Daris A NevilAdd %ssl::<cert macro for logging server X.509 certific...
2018-10-23  Christos TsantilasCertificate fields injection via %D in ERR_SECURE_CONNE... M-staged-PR306
2018-10-10  Eneas QueirozAllow compilation with minimal OpenSSL (#281)
2018-09-28  Amos JeffriesDocs: make doxygen happier and fix some comments (... M-staged-PR293
2018-08-01  Eduard BagdasaryanDo not send Content-Length in 1xx or 204 responses...
2018-07-04  Amos JeffriesBug 4843 pt3: GCC-8 fixes and refactoring (#172)
2018-06-13  Amos JeffriesBug 4791: Build failure on MacOS (#220) M-staged-PR220
2018-05-11  Eduard BagdasaryanSupply AccessLogEntry (ALE) for more fast ACL checks... M-staged-PR182
2018-04-22  Christos TsantilasAvoid ssl/helper.cc "ssl_crtd" assertions on reconfigur... M-staged-PR186
2018-02-01  Amos JeffriesTLS: GnuTLS implementation for listening ports and...
2018-01-12  Rusty BirdSupport sending SNI in all TLS connections opened by...
2018-01-10  Alex RousskovReport exception locations and exception-related polish...
2018-01-03  squidadmDocs: Copyright updates for 2018 (#114)
2017-12-13  Christos TsantilasFix Coverity Scan CID 1424887 (#100)
2017-12-07  squidadmPrep for 4.0.22
2017-12-01  Christos TsantilasValidate the shortest certificate chain (#84)
2017-11-02  Amos JeffriesMove TLS/SSL http_port config values to libsecurity...
2017-10-17  Christos TsantilasFixed reporting of validation errors for downloaded...
2017-10-06  Christos TsantilasBug 4718: Support filling raw buffer space of shared...
2017-10-03  squidadmSourceFormat Enforcement (#68)
2017-08-30  Amos JeffriesAdd checks for OpenSSL 1.1.0f API changes (#54)
2017-08-29  Alex RousskovFixed build and Ssl::BIO_new_SBuf() broken/added by...
2017-08-23  Christos TsantilasFix SSL certificate cache refresh and collision handlin...
2017-08-10  Alex RousskovDo not output extra new lines at the end of debugs...
2017-07-10  Amos JeffriesTLS: move X509_NAME_STACK_Pointer to Security::ServerOp...
2017-06-26  Alex RousskovMinimize direct comparisons with ACCESS_ALLOWED and...
2017-06-25  Amos JeffriesFix --with-openssl --without-ssl-crtd build errors
2017-06-18  Amos JeffriesCleanup: remove many whitespace typos
2017-06-16  Sven EisenbergBug 4112: ssl_engine does not accept cryptodev
2017-06-12  Christos TsantilasCollapse security_file_certgen requests.
2017-06-12  Christos Tsantilasssl::server_name options to control matching logic.
2017-06-07  Amos JeffriesTLS: Move the remaining SSL_SESSION cache callbacks...
2017-05-29  Amos JeffriesBug 4662 pt4: better *_up_ref() detection
2017-05-27  Amos JeffriesBug 4662 pt3: feature detect OpenSSL 1.1 const changes
2017-05-27  Amos JeffriesBug 4662 pt2: feature detect OpenSSL 1.1 API functions
2017-05-24  Christos TsantilasSquid crashes when server-first bumping mode is used...
next