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

Extract tls handshake message #1010

Closed
Suraiya-Hameed opened this issue Dec 5, 2017 · 2 comments
Closed

Extract tls handshake message #1010

Suraiya-Hameed opened this issue Dec 5, 2017 · 2 comments

Comments

@Suraiya-Hameed
Copy link

  • Node.js Version: 8.9.1
  • Scope: code
  • Module: tls

I'm contributing to Tedious, a Node.js driver for SQL Server. We are looking to move away from the deprecated tls.createSecurePair API, tediousjs/tedious#515. The driver uses Tabular Data Stream (TDS) protocol, so all the communication needs to be wrapped in TDS packets, including the handshake.

To begin with, is there an existing way to extract the handshake message from TLSSocket? I couldn't find any examples. Any pointers would be really helpful, Thanks :)

@gireeshpunathil
Copy link
Member

@v-suhame - is this still outstanding?

@gireeshpunathil
Copy link
Member

closing due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants