tlsfuzzer/tlslite-ng

Support for SSLKEYLOGFILE

Open

#523 opened on Jun 28, 2024

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Python (95 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (269 stars)
PR merge metrics
 (PR metrics pending)

Description

Discussed in https://github.com/tlsfuzzer/tlslite-ng/discussions/522

Originally posted by octaviandumitran June 28, 2024 Can you add functionality to generate a key log file? This should be something similar to what Python3.8+ does when SSLKEYLOGFILE is defined.

Alternatively, could you explain how I can generate the file myself? Presumably, I would need to call keyingMaterialExporter, but I do not know exactly how to serialize that.

Contributor guide