Skip to content

schannel: Don't treat encrypted partial record as pending data - #1392

Closed
jay wants to merge 1 commit into
curl:masterfrom
jay:improve_schannel_pending_data_func
Closed

schannel: Don't treat encrypted partial record as pending data#1392
jay wants to merge 1 commit into
curl:masterfrom
jay:improve_schannel_pending_data_func

Conversation

@jay

@jay jay commented Apr 6, 2017

Copy link
Copy Markdown
Member
  • Track when the cached encrypted data contains only a partial record
    that can't be decrypted without more data (SEC_E_INCOMPLETE_MESSAGE).

  • Change Curl_schannel_data_pending to return false in such a case.

Other SSL libraries have pending data functions that behave similarly.

Closes #xxxx


Ref: #1387

- Track when the cached encrypted data contains only a partial record
  that can't be decrypted without more data (SEC_E_INCOMPLETE_MESSAGE).

- Change Curl_schannel_data_pending to return false in such a case.

Other SSL libraries have pending data functions that behave similarly.

Closes #xxxx
@jay jay added the TLS label Apr 6, 2017
@mention-bot

Copy link
Copy Markdown

@jay, thanks for your PR! By analyzing the history of the files in this pull request, we identified @bagder, @mback2k and @yangtse to be potential reviewers.

@jay jay closed this in 6b39f9c Apr 23, 2017
@jay
jay deleted the improve_schannel_pending_data_func branch April 23, 2017 03:18
@lock lock Bot locked as resolved and limited conversation to collaborators May 14, 2018
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.

2 participants