Skip to content

support SslStream SSLKEYLOGFILE in debug builds - #90429

Merged
wfurt merged 3 commits into
dotnet:mainfrom
wfurt:keylog
Aug 14, 2023
Merged

support SslStream SSLKEYLOGFILE in debug builds#90429
wfurt merged 3 commits into
dotnet:mainfrom
wfurt:keylog

Conversation

@wfurt

@wfurt wfurt commented Aug 11, 2023

Copy link
Copy Markdown
Member

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 a team and stephentoub August 11, 2023 21:17
@wfurt wfurt self-assigned this Aug 11, 2023
@ghost

ghost commented Aug 11, 2023

Copy link
Copy Markdown

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
@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