0.0.6 • Published 10 years ago

tls-handshake v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

TLS Handshake

handshake buffer generator in pure javascript

Installation

$ npm install tls-handshake

Usage

var hello = Object.create(HelloMessage);
console.log(hello.toBuffer());

var handshake = Object.create(Handshake);
handshake.type = 'client_hello';
handshake.body = hello;
console.log(handshake.toBuffer());

License

MIT

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago