browserify-tls
v1.0.0
Published
A port of the tls module for the browser.
Downloads
129
Readme
tls-browserify
A fork of https://github.com/emersion/tls-browserify to fix Uncaught SyntaxError: Unexpected eval or arguments in strict mode.
tls
module for Browserify, using forge
.
Works well with net-browserify
, but can be used with other net
libraries too (even the native one).
Supported APIs:
tls.TLSSocket
: a secure sockettls.connect()
: connect to a remote server using TLS