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

Truncate messages which are too large to fully send through schannel #1890

Conversation

Marc-Aldorasi-Imprivata
Copy link
Contributor

Schannel can only encrypt a certain amount of data at once. Instead of
failing when too much data is sent at once, send as much data as we can
and let the caller send the remaining data by calling send again.

Bug: https://curl.haxx.se/mail/lib-2014-07/0033.html

Schannel can only encrypt a certain amount of data at once.  Instead of
failing when too much data is sent at once, send as much data as we can
and let the caller send the remaining data by calling send again.

Bug: https://curl.haxx.se/mail/lib-2014-07/0033.html
@bagder bagder added the TLS label Sep 15, 2017
@jay jay closed this in c866608 Sep 16, 2017
@jay
Copy link
Member

jay commented Sep 16, 2017

Thanks

@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

None yet

3 participants