https://bugs.winehq.org/show_bug.cgi?id=50172
Bug ID: 50172 Summary: Wine should write TLS session keysto SSLKEYLOGFILE if the environment variable is set Product: Wine Version: 5.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: blue-t@web.de Distribution: ---
Applications talk to various servers. To better understand problems with the communication and check if there is any privacy problem with transmitted data, it would be very helpful if wine would scrape the memory of applications run by it and the involved librarys for the session keys. This could be then ingested by Wireshark and others to help with the analysis https://wiki.wireshark.org/TLS
At the moment that setting is only respected by Firefox.
https://bugs.winehq.org/show_bug.cgi?id=50172
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Keywords| |download, integration, | |source
https://bugs.winehq.org/show_bug.cgi?id=50172
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- GnuTLS supports this environment variable, so this should already work with Wine.
https://bugs.winehq.org/show_bug.cgi?id=50172
--- Comment #2 from Ker noa blue-t@web.de --- If Applications ship their own SSL implementation, doesn't that skip GNUTLS entirely?
https://bugs.winehq.org/show_bug.cgi?id=50172
--- Comment #3 from Hans Leidekker hans@meelstraat.net --- (In reply to Ker noa from comment #2)
If Applications ship their own SSL implementation, doesn't that skip GNUTLS entirely?
Yes, but then it's up to the application/SSL implementation to support this.