tlsfuzzer / tlslite-ng

TLS implementation in pure python, focused on interoperability testing
Other
236 stars 81 forks source link

Support for SSLKEYLOGFILE #523

Open tomato42 opened 5 months ago

tomato42 commented 5 months ago

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.
westurner commented 2 months ago

.