CommunicationSecrets.h
Go to the documentation of this file.
void getClientRandom(const Connection &sconn)
Definition: CommunicationSecrets.cc:112
void getMasterKey(const Session &session)
Definition: CommunicationSecrets.cc:142
void getSessionId(const Session &session)
Definition: CommunicationSecrets.cc:129
bool learnNew(const CommunicationSecrets &news)
Definition: CommunicationSecrets.cc:42
CommunicationSecrets()=default
void record(std::ostream &) const
logs all known secrets using a (multiline) SSLKEYLOGFILE format
Definition: CommunicationSecrets.cc:75
bool gotAll() const
whether we know all the secrets that could be extracted
Definition: CommunicationSecrets.cc:36