Files
node-v0.x-archive/doc/api
Ben Noordhuis badbd1af27 tls: update default cipher list
Update the default cipher list from RC4-SHA:AES128-SHA:AES256-SHA
to ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH
in order to mitigate BEAST attacks.

The documentation suggested AES256-SHA but unfortunately that's a CBC cipher
and therefore susceptible to attacks.

Fixes #3900.
2012-08-21 22:27:13 +02:00
..
2012-06-25 09:07:57 -07:00
2012-06-25 09:07:57 -07:00
2012-06-11 15:51:23 -07:00
2012-04-18 21:51:16 +02:00
2012-03-03 17:03:59 -08:00
2012-07-30 19:15:46 +02:00
2010-11-07 17:22:56 -08:00
2012-06-12 19:08:47 -07:00
2012-02-29 16:04:54 -08:00
2012-08-21 22:27:13 +02:00
2012-06-14 22:17:39 -07:00