A simple PeerConnector for SSL/TLS cache_peers. No SslBump capabilities. More...
#include <BlindPeerConnector.h>
Public Types | |
typedef CbcPointer< PeerConnector > | Pointer |
Public Member Functions | |
BlindPeerConnector (HttpRequestPointer &aRequest, const Comm::ConnectionPointer &aServerConn, const AsyncCallback< EncryptorAnswer > &aCallback, const AccessLogEntryPointer &alp, const time_t timeout=0) | |
bool | initialize (Security::SessionPointer &) override |
Security::ContextPointer | getTlsContext () override |
Return the configured TLS context object. More... | |
void | noteNegotiationDone (ErrorState *) override |
bool | canBeCalled (AsyncCall &call) const |
whether we can be called More... | |
void | callStart (AsyncCall &call) |
virtual void | callEnd () |
called right after the called job method More... | |
virtual void | callException (const std::exception &e) |
called when the job throws during an async call More... | |
void | handleStopRequest () |
process external request to terminate now (i.e. during this async call) More... | |
virtual void * | toCbdata ()=0 |
Static Public Member Functions | |
static void | Start (const Pointer &job) |
static void | RegisterWithCacheManager () |
Public Attributes | |
bool | noteFwdPconnUse |
hack: whether the connection requires fwdPconnPool->noteUses() More... | |
const InstanceId< AsyncJob > | id |
job identifier More... | |
Protected Member Functions | |
void | start () override |
Preps connection and SSL state. Calls negotiate(). More... | |
bool | doneAll () const override |
whether positive goal has been reached More... | |
void | swanSong () override |
const char * | status () const override |
internal cleanup; do not call directly More... | |
void | fillChecklist (ACLFilledChecklist &) const override |
configure the given checklist (to reflect the current transaction state) More... | |
void | commTimeoutHandler (const CommTimeoutCbParams &) |
The connection read timeout callback handler. More... | |
void | commCloseHandler (const CommCloseCbParams ¶ms) |
The comm_close callback handler. More... | |
void | negotiate () |
bool | sslFinalized () |
void | handleNegotiationResult (const Security::IoResult &) |
Called after each negotiation step to handle the result. More... | |
void | noteWantRead () |
bool | isSuspended () const |
Whether TLS negotiation has been paused and not yet resumed. More... | |
void | suspendNegotiation (const Security::IoResult &lastError) |
void | resumeNegotiation () |
Resumes TLS negotiation paused by suspendNegotiation() More... | |
void | handleMissingCertificates (const Security::IoResult &lastError) |
Either initiates fetching of missing certificates or bails with an error. More... | |
void | startCertDownloading (SBuf &url) |
Start downloading procedure for the given URL. More... | |
void | certDownloadingDone (DownloaderAnswer &) |
Called by Downloader after a certificate object downloaded. More... | |
virtual void | noteWantWrite () |
virtual void | noteNegotiationError (const Security::ErrorDetailPointer &) |
Called when the SSL_connect function aborts with an SSL negotiation error. More... | |
Comm::ConnectionPointer const & | serverConnection () const |
mimics FwdState to minimize changes to FwdState::initiate/negotiateSsl More... | |
void | bail (ErrorState *error) |
sends the given error to the initiator More... | |
void | sendSuccess () |
sends the encrypted connection to the initiator More... | |
void | callBack () |
a bail(), sendSuccess() helper: sends results to the initiator More... | |
void | disconnect () |
a bail(), sendSuccess() helper: stops monitoring the connection More... | |
void | countFailingConnection (const ErrorState *) |
updates connection usage history before the connection is closed More... | |
void | bypassCertValidator () |
If called the certificates validator will not used. More... | |
void | recordNegotiationDetails () |
EncryptorAnswer & | answer () |
convenience method to get to the answer fields More... | |
void | deleteThis (const char *aReason) |
void | mustStop (const char *aReason) |
bool | done () const |
the job is destroyed in callEnd() when done() More... | |
Static Protected Member Functions | |
static void | ReportAllJobs (StoreEntry *) |
writes a cache manager report about all jobs existing in this worker More... | |
Protected Attributes | |
HttpRequestPointer | request |
peer connection trigger or cause More... | |
Comm::ConnectionPointer | serverConn |
TCP connection to the peer. More... | |
AccessLogEntryPointer | al |
info for the future access.log entry More... | |
AsyncCallback< EncryptorAnswer > | callback |
answer destination More... | |
const char * | stopReason |
reason for forcing done() to be true More... | |
const char * | typeName |
kid (leaf) class name, for debugging More... | |
AsyncCall::Pointer | inCall |
the asynchronous call being handled, if any More... | |
bool | started_ = false |
Start() has finished successfully. More... | |
bool | swanSang_ = false |
swanSong() was called More... | |
Private Member Functions | |
CBDATA_CHILD (BlindPeerConnector) | |
CBDATA_INTERMEDIATE () | |
unsigned int | certDownloadNestingLevel () const |
the number of concurrent PeerConnector jobs waiting for us More... | |
void | sslCrtvdHandleReply (Ssl::CertValidationResponsePointer &) |
Process response from cert validator helper. More... | |
Security::CertErrors * | sslCrtvdCheckForErrors (Ssl::CertValidationResponse const &, ErrorDetailPointer &) |
Check SSL errors returned from cert validator against sslproxy_cert_error access list. More... | |
bool | computeMissingCertificateUrls (const Connection &) |
finds URLs of (some) missing intermediate certificates or returns false More... | |
void | negotiateSsl () |
Comm::SetSelect() callback. Direct calls tickle/resume negotiations. More... | |
virtual void | finalizedInCbdataChild ()=0 |
hack: ensure CBDATA_CHILD() after a toCbdata()-defining CBDATA_INTERMEDIATE() More... | |
Static Private Member Functions | |
static void | NegotiateSsl (int fd, void *data) |
A wrapper for Comm::SetSelect() notifications. More... | |
Private Attributes | |
Security::KeyLogger | keyLogger |
managers logging of the being-established TLS connection secrets More... | |
AsyncCall::Pointer | closeHandler |
we call this when the connection closed More... | |
time_t | negotiationTimeout |
the SSL connection timeout to use More... | |
time_t | startTime |
when the peer connector negotiation started More... | |
bool | useCertValidator_ |
std::queue< SBuf > | urlsOfMissingCerts |
The list of URLs where missing certificates should be downloaded. More... | |
unsigned int | certsDownloads |
the number of downloaded missing certificates More... | |
Ssl::X509_STACK_Pointer | downloadedCerts |
successfully downloaded intermediate certificates (omitted by the peer) More... | |
Security::IoResultPointer | suspendedError_ |
outcome of the last (failed and) suspended negotiation attempt (or nil) More... | |
JobWait< Downloader > | certDownloadWait |
waits for the missing certificate to be downloaded More... | |
Static Private Attributes | |
static const unsigned int | MaxCertsDownloads = 10 |
The maximum number of missing certificates a single PeerConnector may download. More... | |
static const unsigned int | MaxNestedDownloads = 3 |
The maximum number of inter-dependent Downloader jobs a worker may initiate. More... | |
Detailed Description
Definition at line 22 of file BlindPeerConnector.h.
Member Typedef Documentation
◆ Pointer
|
inherited |
Definition at line 53 of file PeerConnector.h.
Constructor & Destructor Documentation
◆ BlindPeerConnector()
|
inline |
Definition at line 25 of file BlindPeerConnector.h.
References Security::PeerConnector::request.
Member Function Documentation
◆ answer()
|
protectedinherited |
Definition at line 497 of file PeerConnector.cc.
References assert.
◆ bail()
|
protectedinherited |
Definition at line 504 of file PeerConnector.cc.
◆ bypassCertValidator()
|
inlineprotectedinherited |
Definition at line 156 of file PeerConnector.h.
References Security::PeerConnector::useCertValidator_.
◆ callBack()
|
protectedinherited |
Definition at line 555 of file PeerConnector.cc.
References Assure, conn, debugs, and ScheduleCallHere.
◆ callEnd()
|
virtualinherited |
called right after the called job method
Reimplemented in Adaptation::Icap::Xaction.
Definition at line 152 of file AsyncJob.cc.
References assert, AsyncCall::debugLevel, debugs, AsyncCall::debugSection, AsyncJob::done(), AsyncJob::inCall, AsyncJob::started_, AsyncJob::status(), AsyncJob::swanSang_, AsyncJob::swanSong(), and AsyncJob::typeName.
Referenced by Adaptation::Icap::Xaction::callEnd(), and AsyncJob::deleteThis().
◆ callException()
|
virtualinherited |
Reimplemented in ConnStateData, ClientHttpRequest, Adaptation::Icap::ModXact, Adaptation::Icap::ServiceRep, Adaptation::Icap::Xaction, Ipc::Forwarder, Ipc::Inquirer, and Ftp::Server.
Definition at line 143 of file AsyncJob.cc.
References cbdataReferenceValid(), debugs, Must, AsyncJob::mustStop(), and CbdataParent::toCbdata().
Referenced by ConnStateData::callException(), Adaptation::Icap::Xaction::callException(), Ipc::Forwarder::callException(), Ipc::Inquirer::callException(), and Ftp::Server::callException().
◆ callStart()
|
inherited |
called just before the called method
Definition at line 130 of file AsyncJob.cc.
References cbdataReferenceValid(), AsyncCall::debugLevel, debugs, AsyncCall::debugSection, AsyncJob::inCall, Must, AsyncJob::status(), CbdataParent::toCbdata(), and AsyncJob::typeName.
◆ canBeCalled()
|
inherited |
Definition at line 117 of file AsyncJob.cc.
References AsyncCall::cancel(), debugs, and AsyncJob::inCall.
◆ CBDATA_CHILD()
|
private |
◆ CBDATA_INTERMEDIATE()
|
privateinherited |
◆ certDownloadingDone()
|
protectedinherited |
Definition at line 624 of file PeerConnector.cc.
References debugs, fd_table, Ssl::findIssuerCertificate(), Ssl::findIssuerUri(), Comm::IsConnOpen(), SBuf::length(), Must, DownloaderAnswer::outcome, SBuf::rawContent(), and DownloaderAnswer::resource.
Referenced by Security::PeerConnector::startCertDownloading().
◆ certDownloadNestingLevel()
|
privateinherited |
Definition at line 601 of file PeerConnector.cc.
◆ commCloseHandler()
|
protectedinherited |
Definition at line 107 of file PeerConnector.cc.
References CommCommonCbParams::data, debugs, ERR_SECURE_CONNECT_FAIL, CommCommonCbParams::fd, MakeNamedErrorDetail(), and Http::scServiceUnavailable.
Referenced by Security::PeerConnector::PeerConnector().
◆ commTimeoutHandler()
|
protectedinherited |
Definition at line 127 of file PeerConnector.cc.
References debugs, ERR_SECURE_CONNECT_FAIL, MakeNamedErrorDetail(), and Http::scGatewayTimeout.
Referenced by Security::PeerConnector::noteWantRead().
◆ computeMissingCertificateUrls()
|
privateinherited |
Definition at line 706 of file PeerConnector.cc.
References assert, debugs, and Ssl::missingChainCertificatesUrls().
◆ countFailingConnection()
|
protectedinherited |
Definition at line 528 of file PeerConnector.cc.
References assert, error(), fd_table, fwdPconnPool, NoteOutgoingConnectionFailure(), PconnPool::noteUses(), and Http::scNone.
◆ deleteThis()
|
protectedinherited |
Definition at line 65 of file AsyncJob.cc.
References asyncCall(), AsyncJob::callEnd(), debugs, AsyncJob::deleteThis(), AsyncJob::inCall, JobMemFun(), Must, AsyncJob::stopReason, and AsyncJob::typeName.
Referenced by ConnStateData::connStateClosed(), and AsyncJob::deleteThis().
◆ disconnect()
|
protectedinherited |
Definition at line 538 of file PeerConnector.cc.
References comm_remove_close_handler(), commUnsetConnTimeout(), and Comm::IsConnOpen().
◆ done()
|
protectedinherited |
Definition at line 106 of file AsyncJob.cc.
References AsyncJob::doneAll(), and AsyncJob::stopReason.
Referenced by AsyncJob::callEnd(), HappyConnOpener::checkForNewConnection(), Downloader::downloadFinished(), and HappyConnOpener::maybeOpenPrimeConnection().
◆ doneAll()
|
overrideprotectedvirtualinherited |
Reimplemented from AsyncJob.
Definition at line 61 of file PeerConnector.cc.
References AsyncJob::doneAll().
◆ fillChecklist()
|
overrideprotectedvirtualinherited |
Implements Acl::ChecklistFiller.
Definition at line 89 of file PeerConnector.cc.
References ACLFilledChecklist::al, fd_table, Security::LockingPointer< T, UnLocker, Locker >::resetWithoutLocking(), ACLFilledChecklist::serverCert, and ACLFilledChecklist::syncAle().
Referenced by Ssl::IcapPeerConnector::fillChecklist().
◆ finalizedInCbdataChild()
|
privatepure virtualinherited |
◆ getTlsContext()
|
overridevirtual |
Implements Security::PeerConnector.
Definition at line 24 of file BlindPeerConnector.cc.
References Config, Security::PeerOptions::encryptTransport, Comm::Connection::getPeer(), CachePeer::secure, Security::PeerConnector::serverConnection(), SquidConfig::ssl_client, CachePeer::sslContext, and SquidConfig::sslContext.
◆ handleMissingCertificates()
|
protectedinherited |
Definition at line 680 of file PeerConnector.cc.
References assert, Ssl::VerifyCallbackParameters::At(), Ssl::VerifyCallbackParameters::callerHandlesMissingCertificates, fd_table, Comm::IsConnOpen(), and Must.
◆ handleNegotiationResult()
|
protectedinherited |
Definition at line 257 of file PeerConnector.cc.
References Security::IoResult::category, debugs, Security::IoResult::errorDescription, Security::IoResult::errorDetail, Debug::Extra(), Security::IoResult::ioError, Security::IoResult::ioSuccess, Security::IoResult::ioWantRead, Security::IoResult::ioWantWrite, and RawPointer().
◆ handleStopRequest()
|
inlineinherited |
Definition at line 73 of file AsyncJob.h.
References AsyncJob::mustStop().
◆ initialize()
|
overridevirtual |
Calls parent initialize(), configures the created TLS session object to try and reuse a TLS session and sets the hostname to use for certificate validation
- Returns
- true on successful initialization
Reimplemented from Security::PeerConnector.
Definition at line 34 of file BlindPeerConnector.cc.
References assert, SBuf::c_str(), debugs, Security::PeerOptions::encryptTransport, Security::PeerConnector::initialize(), SBuf::isEmpty(), CachePeer::secure, Ssl::setClientSNI(), Security::SetSessionResumeData(), ssl_ex_index_server, Security::PeerOptions::sslDomain, and CachePeer::sslSession.
◆ isSuspended()
|
inlineprotectedinherited |
Definition at line 101 of file PeerConnector.h.
References Security::PeerConnector::suspendedError_.
◆ mustStop()
|
protectedinherited |
Definition at line 85 of file AsyncJob.cc.
References debugs, AsyncJob::inCall, Must, AsyncJob::stopReason, and AsyncJob::typeName.
Referenced by HttpStateData::abortAll(), AsyncJob::callException(), HttpStateData::continueAfterParsingHeader(), HttpStateData::drop1xx(), HttpStateData::handleMoreRequestBodyAvailable(), AsyncJob::handleStopRequest(), HttpStateData::httpStateConnClosed(), HttpStateData::httpTimeout(), HttpStateData::proceedAfter1xx(), ConnStateData::proxyProtocolError(), HttpStateData::readReply(), HttpStateData::start(), and HttpStateData::wroteLast().
◆ negotiate()
|
protectedinherited |
Performs a single secure connection negotiation step. It is called multiple times until the negotiation finishes or aborts.
Definition at line 211 of file PeerConnector.cc.
References Ssl::VerifyCallbackParameters::At(), Security::Connect(), DBG_IMPORTANT, debugs, fd_table, Security::IoResult::ioSuccess, Comm::IsConnOpen(), and Must.
◆ negotiateSsl()
|
privateinherited |
Definition at line 449 of file PeerConnector.cc.
References CallJobHere.
◆ NegotiateSsl()
|
staticprivateinherited |
Definition at line 439 of file PeerConnector.cc.
◆ noteNegotiationDone()
|
overridevirtual |
On success, stores the used TLS session for later use. On error, informs the peer.
Reimplemented from Security::PeerConnector.
Definition at line 67 of file BlindPeerConnector.cc.
References debugs, error(), fd_table, and Security::MaybeGetSessionResumeData().
◆ noteNegotiationError()
|
protectedvirtualinherited |
Reimplemented in Ssl::PeekingPeerConnector.
Definition at line 485 of file PeerConnector.cc.
References ERR_SECURE_CONNECT_FAIL, ErrorState::NewForwarding(), and Security::ErrorDetail::sysError().
Referenced by Ssl::PeekingPeerConnector::noteNegotiationError().
◆ noteWantRead()
|
protectedinherited |
Called when the openSSL SSL_connect fnction request more data from the remote SSL server. Sets the read timeout and sets the Squid COMM_SELECT_READ handler.
Definition at line 456 of file PeerConnector.cc.
References COMM_SELECT_READ, commSetConnTimeout(), Security::PeerConnector::commTimeoutHandler(), debugs, Comm::IsConnOpen(), JobCallback, Comm::MortalReadTimeout(), Must, and Comm::SetSelect().
◆ noteWantWrite()
|
protectedvirtualinherited |
Called when the openSSL SSL_connect function needs to write data to the remote SSL server. Sets the Squid COMM_SELECT_WRITE handler.
Reimplemented in Ssl::PeekingPeerConnector.
Definition at line 474 of file PeerConnector.cc.
References COMM_SELECT_WRITE, debugs, Comm::IsConnOpen(), Must, and Comm::SetSelect().
Referenced by Ssl::PeekingPeerConnector::checkForPeekAndSpliceMatched(), and Ssl::PeekingPeerConnector::noteWantWrite().
◆ recordNegotiationDetails()
|
protectedinherited |
Called after negotiation finishes to record connection details for logging
Definition at line 191 of file PeerConnector.cc.
References BIO_get_data(), fd_table, Comm::IsConnOpen(), Must, and Ssl::ServerBio::receivedHelloDetails().
◆ RegisterWithCacheManager()
|
staticinherited |
Definition at line 215 of file AsyncJob.cc.
References Mgr::RegisterAction(), and AsyncJob::ReportAllJobs().
Referenced by mainInitialize().
◆ ReportAllJobs()
|
staticprotectedinherited |
Definition at line 198 of file AsyncJob.cc.
References AllJobs().
Referenced by AsyncJob::RegisterWithCacheManager().
◆ resumeNegotiation()
|
protectedinherited |
Definition at line 735 of file PeerConnector.cc.
References fd_table, Must, SQUID_TLS_ERR_CONNECT, and Ssl::VerifyConnCertificates().
◆ sendSuccess()
|
protectedinherited |
Definition at line 519 of file PeerConnector.cc.
References assert, and Comm::IsConnOpen().
◆ serverConnection()
|
inlineprotectedinherited |
Definition at line 138 of file PeerConnector.h.
References Security::PeerConnector::serverConn.
Referenced by getTlsContext().
◆ sslCrtvdCheckForErrors()
|
privateinherited |
Checks errors in the cert. validator response against sslproxy_cert_error. The first honored error, if any, is returned via errDetails parameter. The method returns all seen errors except SSL_ERROR_NONE as Security::CertErrors.
Definition at line 383 of file PeerConnector.cc.
References acl_access, Acl::Answer::allowed(), assert, SquidConfig::cert_error, Config, dash_str, debugs, Ssl::CertValidationResponse::errors, ACLChecklist::fastCheck(), fd_table, Comm::IsConnOpen(), Must, CbDataList< C >::push_back_unique(), and ACLFilledChecklist::sslErrors.
◆ sslCrtvdHandleReply()
|
privateinherited |
Definition at line 332 of file PeerConnector.cc.
References debugs, ErrorState::detailError(), Debug::Enabled(), ERR_GATEWAY_FAILURE, ERR_SECURE_CONNECT_FAIL, Helper::Error, fd_table, Comm::IsConnOpen(), Must, Helper::Okay, RawPointer(), Http::scInternalServerError, Http::scServiceUnavailable, server, ssl_ex_index_server, and ssl_ex_index_ssl_errors.
Referenced by Security::PeerConnector::sslFinalized().
◆ sslFinalized()
|
protectedinherited |
Called after negotiation has finished. Cleans up TLS/SSL state. Returns false if we are now waiting for the certs validation job. Otherwise, returns true, regardless of negotiation success/failure.
Definition at line 287 of file PeerConnector.cc.
References asyncCallback, DBG_IMPORTANT, debugs, Ssl::CertValidationRequest::domainName, ERR_GATEWAY_FAILURE, Ssl::CertValidationRequest::errors, fd_table, Comm::IsConnOpen(), Must, Http::scInternalServerError, Ssl::CertValidationRequest::ssl, ssl_ex_index_server, ssl_ex_index_ssl_errors, Security::PeerConnector::sslCrtvdHandleReply(), Ssl::CertValidationHelper::Submit(), and Ssl::TheConfig.
◆ start()
|
overrideprotectedvirtualinherited |
Reimplemented from AsyncJob.
Definition at line 68 of file PeerConnector.cc.
References assert, debugs, ERR_CONNECT_FAIL, fd_table, Comm::IsConnOpen(), Http::scBadGateway, and AsyncJob::start().
◆ Start()
|
staticinherited |
Promises to start the configured job (eventually). The job is deemed to be running asynchronously beyond this point, so the caller should only access the job object via AsyncCalls rather than directly.
swanSong() is only called for jobs for which this method has returned successfully (i.e. without throwing).
Definition at line 37 of file AsyncJob.cc.
References CallJobHere, AsyncJob::start(), and AsyncJob::started_.
Referenced by Ftp::Server::AcceptCtrlConnection(), clientListenerConnectionOpened(), Ipc::Coordinator::handleCacheMgrRequest(), Ipc::Coordinator::handleSnmpRequest(), httpAccept(), httpsAccept(), httpStart(), idnsInitVC(), Ftp::Gateway::listenForDataChannel(), Ftp::Server::listenForDataConnection(), Log::TcpLogger::Open(), peerProbeConnect(), Mgr::FunAction::respond(), Mgr::InfoAction::respond(), Ipc::SendMessage(), Mgr::Inquirer::sendResponse(), snmpConstructReponse(), SquidMain(), CacheManager::start(), Adaptation::AccessCheck::Start(), Rock::Rebuild::Start(), JobWaitBase::start_(), BodyPipe::startAutoConsumptionIfNeeded(), Ftp::StartGateway(), Ftp::StartRelay(), PeerPoolMgrsRr::syncConfig(), and Rock::SwapDir::updateHeaders().
◆ startCertDownloading()
|
protectedinherited |
Definition at line 614 of file PeerConnector.cc.
References asyncCallback, and Security::PeerConnector::certDownloadingDone().
◆ status()
|
overrideprotectedvirtualinherited |
for debugging, starts with space
Reimplemented from AsyncJob.
Definition at line 578 of file PeerConnector.cc.
References MemBuf::append(), Packable::appendf(), MemBuf::content(), Comm::IsConnOpen(), MemBuf::reset(), and MemBuf::terminate().
◆ suspendNegotiation()
|
protectedinherited |
Suspends TLS negotiation to download the missing certificates
- Parameters
-
lastError an error to handle when resuming negotiations
Definition at line 725 of file PeerConnector.cc.
◆ swanSong()
|
overrideprotectedvirtualinherited |
Reimplemented from AsyncJob.
Definition at line 563 of file PeerConnector.cc.
References assert, ERR_GATEWAY_FAILURE, Http::scInternalServerError, and AsyncJob::swanSong().
◆ toCbdata()
|
pure virtualinherited |
Referenced by AsyncJob::callException(), and AsyncJob::callStart().
Member Data Documentation
◆ al
|
protectedinherited |
Definition at line 167 of file PeerConnector.h.
◆ callback
|
protectedinherited |
Definition at line 170 of file PeerConnector.h.
◆ certDownloadWait
|
privateinherited |
Definition at line 216 of file PeerConnector.h.
◆ certsDownloads
|
privateinherited |
Definition at line 206 of file PeerConnector.h.
◆ closeHandler
|
privateinherited |
Definition at line 200 of file PeerConnector.h.
Referenced by Security::PeerConnector::PeerConnector().
◆ downloadedCerts
|
privateinherited |
Definition at line 210 of file PeerConnector.h.
◆ id
|
inherited |
Definition at line 75 of file AsyncJob.h.
◆ inCall
|
protectedinherited |
Definition at line 86 of file AsyncJob.h.
Referenced by AsyncJob::callEnd(), AsyncJob::callStart(), AsyncJob::canBeCalled(), AsyncJob::deleteThis(), and AsyncJob::mustStop().
◆ keyLogger
|
privateinherited |
Definition at line 198 of file PeerConnector.h.
◆ MaxCertsDownloads
|
staticprivateinherited |
Definition at line 192 of file PeerConnector.h.
◆ MaxNestedDownloads
|
staticprivateinherited |
Definition at line 195 of file PeerConnector.h.
◆ negotiationTimeout
|
privateinherited |
Definition at line 201 of file PeerConnector.h.
◆ noteFwdPconnUse
|
inherited |
Definition at line 62 of file PeerConnector.h.
Referenced by FwdState::secureConnectionToPeer().
◆ request
|
protectedinherited |
Definition at line 165 of file PeerConnector.h.
Referenced by BlindPeerConnector(), and Ssl::PeekingPeerConnector::PeekingPeerConnector().
◆ serverConn
|
protectedinherited |
Definition at line 166 of file PeerConnector.h.
Referenced by Security::PeerConnector::PeerConnector(), and Security::PeerConnector::serverConnection().
◆ started_
|
protectedinherited |
Definition at line 88 of file AsyncJob.h.
Referenced by AsyncJob::~AsyncJob(), AsyncJob::callEnd(), and AsyncJob::Start().
◆ startTime
|
privateinherited |
Definition at line 202 of file PeerConnector.h.
◆ stopReason
|
protectedinherited |
Definition at line 84 of file AsyncJob.h.
Referenced by AsyncJob::deleteThis(), AsyncJob::done(), AsyncJob::mustStop(), AsyncJob::status(), and HappyConnOpener::status().
◆ suspendedError_
|
privateinherited |
Definition at line 214 of file PeerConnector.h.
Referenced by Security::PeerConnector::isSuspended().
◆ swanSang_
|
protectedinherited |
Definition at line 89 of file AsyncJob.h.
Referenced by AsyncJob::~AsyncJob(), and AsyncJob::callEnd().
◆ typeName
|
protectedinherited |
Definition at line 85 of file AsyncJob.h.
Referenced by AsyncJob::AsyncJob(), Adaptation::Icap::Xaction::Xaction(), AsyncJob::~AsyncJob(), AsyncJob::callEnd(), AsyncJob::callStart(), AsyncJob::deleteThis(), and AsyncJob::mustStop().
◆ urlsOfMissingCerts
|
privateinherited |
Definition at line 205 of file PeerConnector.h.
◆ useCertValidator_
|
privateinherited |
whether the certificate validator should bypassed
Definition at line 203 of file PeerConnector.h.
Referenced by Security::PeerConnector::bypassCertValidator().
The documentation for this class was generated from the following files:
- src/security/BlindPeerConnector.h
- src/security/BlindPeerConnector.cc