0.0.4 • Published 10 years ago

hardhttps v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

hardhttps

Make an https server that is more resistant to client-initiated renegotiations, and other common security mistakes.

Not quite an A+ yet, but getting there.

Usage

var https = require('hardhttps')
https.createServer(options, handler)

The API is exactly the same as the built-in https module, but createServer is a little bit tweaked:

  1. If the secureConnection socket has an error, then it is destroyed.
  2. Only the finest TLS ciphers are used.
0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

13 years ago

0.0.1

13 years ago

0.0.0

13 years ago