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.
- KeyLog
Entries - Collection of key log entries for a single TLS session.
Enums§
- KeyLog
Entry - A single entry from an SSLKEYLOGFILE.
- KeyLog
Error - Errors that can occur when parsing SSLKEYLOGFILE.