-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Support SSLKEYLOGFILE for SslStream on Windows #94843
Copy link
Copy link
Closed as not planned
Labels
area-System.Net.Securitydisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issueenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsos-windows
Milestone
Metadata
Metadata
Assignees
Labels
area-System.Net.Securitydisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issueenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsos-windows
Type
Fields
Give feedbackNo fields configured for issues without a type.
#90429 implemented support for SSLKEYLOGFILE for Linux. Additional work is needed to support the "feature" on Windows and SChannel (quotes because it is available only for Debug builds of the libraries and thus not available in public releases).
Inspiration can be drawn from source code of MsQuic, which allows extracting TLS 1.3 secrets (exposed in runtime via #83001)
Original issue #37915