-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
Milestone
Description
Discussed in #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.
LCamel