Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support SslStream SSLKEYLOGFILE in debug builds #90429

Merged
merged 3 commits into from
Aug 14, 2023
Merged

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented Aug 11, 2023

As #83001 introduced this for Quic, this change adds support to SslStream as well.
For security reasons this requires debug binaries (similar to browsers)
Works only on platforms where OpenSSL is the backend e.g. Linux & FreeBSD.

fixes #37915

@wfurt wfurt added area-System.Net.Security os-linux Linux OS (any supported distro) labels Aug 11, 2023
@wfurt wfurt added this to the 8.0.0 milestone Aug 11, 2023
@wfurt wfurt requested review from stephentoub and a team August 11, 2023 21:17
@wfurt wfurt self-assigned this Aug 11, 2023
@ghost
Copy link

ghost commented Aug 11, 2023

Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

As #83001 introduced this for Quic, this change adds support to SslStream as well.
For security reasons this requires debug binaries (similar to browsers)
Works only on platforms where OpenSSL is the backend e.g. Linux & FreeBSD.

fixs #37915

Author: wfurt
Assignees: wfurt
Labels:

area-System.Net.Security, os-linux

Milestone: 8.0.0

@wfurt wfurt merged commit 58e0349 into dotnet:main Aug 14, 2023
78 of 112 checks passed
@wfurt wfurt deleted the keylog branch August 14, 2023 23:13
@ghost ghost locked as resolved and limited conversation to collaborators Sep 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Security os-linux Linux OS (any supported distro)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support SSLKEYLOGFILE in SslStream
2 participants