Skip to content

Increase SslStream FrameOverhead estimation for newer TLS protocols - #51320

Merged
geoffkizer merged 1 commit into
dotnet:mainfrom
benaadams:Increase-SslStream-Frameoverhead
Apr 20, 2021
Merged

Increase SslStream FrameOverhead estimation for newer TLS protocols#51320
geoffkizer merged 1 commit into
dotnet:mainfrom
benaadams:Increase-SslStream-Frameoverhead

Conversation

@benaadams

@benaadams benaadams commented Apr 15, 2021

Copy link
Copy Markdown
Member

From #51060 (comment)

Before

image

After

image

Resolves #51076

@ghost

ghost commented Apr 15, 2021

Copy link
Copy Markdown

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
Copy Markdown
Contributor

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

@davidfowl

Copy link
Copy Markdown
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
Copy Markdown
Member

did we turn on style cop?

Yes, years ago.

@benaadams

Copy link
Copy Markdown
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

@stephentoub stephentoub left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks.

@benaadams

Copy link
Copy Markdown
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
Copy Markdown
Member Author

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

@benaadams

Copy link
Copy Markdown
Member Author

🥳

@geoffkizer

Copy link
Copy Markdown
Contributor

Thanks @benaadams

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

@wfurt wfurt left a comment

Copy link
Copy Markdown
Member

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