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

Increase SslStream FrameOverhead estimation for newer TLS protocols #51320

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

benaadams
Copy link
Member

@benaadams benaadams commented Apr 15, 2021

From #51060 (comment)

Before

image

After

image

Resolves #51076

@ghost
Copy link

ghost commented Apr 15, 2021

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

Issue Details

From #51060 (comment)

Resolves #51076

Author: benaadams
Assignees: -
Labels:

area-System.Net.Security

Milestone: -

@geoffkizer
Copy link
Contributor

I'm fine with this... @wfurt any concerns here?

@davidfowl
Copy link
Member

Oh no, did we turn on style cop? Failing the build because of whitespace?! My take is (having been in a repo where this was on before), that finding a way to auto format is much better than failing the build...

@stephentoub
Copy link
Member

did we turn on style cop?

Yes, years ago.

@benaadams
Copy link
Member Author

CI looks like its not starting; will rebase to kick

@benaadams benaadams force-pushed the Increase-SslStream-Frameoverhead branch from 19e15cf to d8df69f Compare April 16, 2021 15:39
Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

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

Thanks.

@benaadams
Copy link
Member Author

Both Installer Build failures are #51372

@benaadams benaadams closed this Apr 19, 2021
@benaadams benaadams reopened this Apr 19, 2021
@benaadams benaadams force-pushed the Increase-SslStream-Frameoverhead branch from d8df69f to df490de Compare April 19, 2021 15:08
@benaadams
Copy link
Member Author

Rebased to clear the failed tests that no longer seem to be part of CI

@benaadams
Copy link
Member Author

🥳

@geoffkizer
Copy link
Contributor

Thanks @benaadams

@geoffkizer geoffkizer merged commit 1724c46 into dotnet:main Apr 20, 2021
Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

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

LGTM

@benaadams benaadams deleted the Increase-SslStream-Frameoverhead branch April 20, 2021 17:49
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
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.

SslStream WriteSingleChunk can rent buffer too small; resulting in allocation of new buffer
6 participants