Module keylog

Module keylog 

Source
Expand description

SSLKEYLOGFILE parser for TLS decryption.

Parses the NSS Key Log format used by browsers (Chrome, Firefox), curl, and other TLS implementations for exporting session keys.

Structs§

KeyLog
Parsed SSLKEYLOGFILE indexed by client_random for fast lookup.
KeyLogEntries
Collection of key log entries for a single TLS session.

Enums§

KeyLogEntry
A single entry from an SSLKEYLOGFILE.
KeyLogError
Errors that can occur when parsing SSLKEYLOGFILE.