Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

half-duplex SSL/TLS #626

@ry

Description

@ry

Currently 'close notify' is sent and then the connection is terminated. should allow for various methods of shutting down SSL

  • force close - terminate the TCP without any 'close notify'
  • one sided 'close notify' followed by FIN
  • 'close notify' on one side, wait for 'close notify' on the other, then TCP shutdown.

(is that it?)

https://github.com/ry/node/blob/97f7c0645118ffb3844fec67345ad0ae7e71f6a9/lib/tls.js#L289-291

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions