Is it possible to extract the master key from a TLS session when using the network framework?
libssl 1.1.1 and newer offers a native way using SSL_CTX_set_keylog_callback, does the network framework offer something similar?
The master key is quite useful for debugging TLS connections as it can be fed into programs like Wireshark to decrypt captured messages.