tls: add `honorCipherOrder` option to tls.createServer()
authorBlake Miner <miner.blake@gmail.com>
Fri, 10 Feb 2012 05:58:58 +0000 (00:58 -0500)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 29 Feb 2012 01:16:08 +0000 (02:16 +0100)
commit7343f8e776146bf4461348a9130f2c5040a0dfa0
tree84bb1f1251b5b4780a97d46cf06c02c011afb6f1
parent56cfcea4b4050140e13bc25574766da17c8b5b02
tls: add `honorCipherOrder` option to tls.createServer()

Documented how to mitigate BEAST attacks.
doc/api/crypto.markdown
doc/api/tls.markdown
lib/tls.js