tls-handshake

0.0.6 • Public • Published

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

/tls-handshake/

    Package Sidebar

    Install

    npm i tls-handshake

    Weekly Downloads

    0

    Version

    0.0.6

    License

    MIT

    Last publish

    Collaborators

    • yorkie