Skip to content

tls: ignore protocol read errors after local shutdown#61996

Closed
jorgitin02 wants to merge 1 commit intonodejs:mainfrom
jorgitin02:fix/61714-tlssocket-does-not-gracefully-handle-clean
Closed

tls: ignore protocol read errors after local shutdown#61996
jorgitin02 wants to merge 1 commit intonodejs:mainfrom
jorgitin02:fix/61714-tlssocket-does-not-gracefully-handle-clean

Conversation

@jorgitin02
Copy link

Fixes #61714

Summary

  • Ignore protocol read errors that arrive after local TLS
    shutdown begins.
  • Preserve pre-teardown protocol-violation behavior.
  • Add regression/edge/
    safety tests for teardown handling.

Signed-off-by: jorge guerrero <grrr.jrg@gmail.com>
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/crypto

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. labels Feb 26, 2026
@jorgitin02 jorgitin02 closed this Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TLSSocket does not gracefully handle peer protocol violation during TLS teardown

2 participants