Skip to content

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

Closed
Marc-Aldorasi-Imprivata wants to merge 1 commit into
curl:masterfrom
GroundControl-Solutions:schannel-patch
Closed

Truncate messages which are too large to fully send through schannel#1890
Marc-Aldorasi-Imprivata wants to merge 1 commit into
curl:masterfrom
GroundControl-Solutions:schannel-patch

Conversation

@Marc-Aldorasi-Imprivata
Copy link
Copy Markdown
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
Copy Markdown
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.

3 participants