KeyLogger.h
Go to the documentation of this file.
an interface for those capable of configuring an ACLFilledChecklist object
Definition: ChecklistFiller.h:19
Definition: MasterXaction.h:40
manages collecting and logging secrets of a TLS connection to tls_key_log
Definition: KeyLogger.h:24
bool wanted_
whether we know that the admin wants us to log this connection keys
Definition: KeyLogger.h:44
void checkpoint(const Connection &, const Acl::ChecklistFiller &)
Definition: KeyLogger.h:50
bool shouldLog(const Acl::ChecklistFiller &) const
(slowly checks) whether logging is possible now
Definition: KeyLogger.cc:44
void maybeLog(const Connection &, const Acl::ChecklistFiller &)
(slowly checks logging preconditions and) logs if possible
Definition: KeyLogger.cc:22