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

add AllowTlsResume to SslStream options #86047

Merged
merged 9 commits into from
Jun 28, 2023
Merged

add AllowTlsResume to SslStream options #86047

merged 9 commits into from
Jun 28, 2023

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented May 10, 2023

this implements and closes #78305. This essentially adds API to disable TLS resume for special cases - it is enabled by default e.g. as it was before.

I assume Android does not do TLS resume at the moment @simonrozsival. Let me know if you feel otherwise.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost ghost assigned wfurt May 10, 2023
@ghost
Copy link

ghost commented May 10, 2023

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

Issue Details

null

Author: wfurt
Assignees: wfurt
Labels:

area-System.Net.Security, new-api-needs-documentation

Milestone: -

@ghost ghost closed this Jun 14, 2023
@ghost
Copy link

ghost commented Jun 14, 2023

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@wfurt wfurt marked this pull request as ready for review June 23, 2023 12:58
@wfurt wfurt requested review from rzikm and a team June 23, 2023 12:59
@wfurt wfurt added this to the 8.0.0 milestone Jun 23, 2023
@wfurt
Copy link
Member Author

wfurt commented Jun 23, 2023

this should be ready for review.

Copy link
Member

@rzikm rzikm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, modulo comments

@wfurt wfurt merged commit 1815306 into dotnet:main Jun 28, 2023
100 of 103 checks passed
@wfurt wfurt deleted the noResume branch June 28, 2023 07:01
@ghost ghost locked as resolved and limited conversation to collaborators Jul 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[API Proposal]: Flag to disable TLS Resume/Session Caching in SslStream
4 participants