Getting applications in wine to comply with SSLKEYLOGFILE

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
here
Level 2
Level 2
Posts: 29
Joined: Sun Jan 28, 2018 5:51 am

Getting applications in wine to comply with SSLKEYLOGFILE

Post by here »

I'm trying to write my own linux version of a windows chat application.
The application uses TLS to connect to its servers.
To be able to decrypt the traffic and get clear text i need the session keys.
setting SSLKEYLOGFILE is a beginning but didn't work.
I assume that happens because the app uses its own QT5Network.dll whose strings show signs of a builtin "boringssl" library.

My question is, can we instruct WINE to push out any session keys it finds in an applications memory run by wine?
Locked