Module keylog
Expand description
Keylog facility used by any tls implementation supported by rama, and which can be used for your owns as well.
Center to this module is the KeyLogger
which is a wrapper around
a FS file
Structs§
- KeyLog
File Handle - Handle to a (tls) keylog file.
Functions§
- new_
key_ log_ file_ handle - Get a key log file handle for the given path only one file handle will be opened per unique path String.
- normalize_
path