AnyP::ProtocolVersion version_
The negotiated TLS version.
void retrieveParsedInfo(Security::TlsDetails::Pointer const &details)
Extract information from parser stored in TlsDetails object.
const SSL_CIPHER * cipher
The negotiated cipher.
AnyP::ProtocolVersion helloVersion_
The TLS version of the hello message.
const char * negotiatedVersion() const
String representation of TLS negotiated version.
AnyP::ProtocolVersion supportedVersion_
The maximum supported TLS version.
const char * cipherName() const
const char * helloVersion() const
String representation of the received TLS hello message version.
const char * supportedVersion() const
void retrieveNegotiatedInfo(const Security::SessionPointer &)
Extract negotiation information from TLS object.
const char * printTlsVersion(AnyP::ProtocolVersion const &v) const
String representation of the TLS version 'v'.