Generate key log file #522
Replies: 1 comment
-
I generally don't use it (I simply insert print statements when I need to inspect stuff), but I can clearly see how it would be useful, so I'm fine with having support for it. generating it is a bit more involved that just using the I've created #523 issue to track it. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions