Files
node-v0.x-archive/doc/api
Ben Noordhuis 3415427dbf tls: mitigate session renegotiation attacks
The TLS protocol allows (and sometimes requires) clients to renegotiate the
session. However, renegotiation requires a disproportional amount of server-side
resources, particularly CPU time, which makes it a potential vector for
denial-of-service attacks.

To mitigate this issue, we keep track of and limit the number of renegotiation
requests over time, emitting an error if the threshold is exceeded.
2012-02-16 18:15:21 +01:00
..
2011-10-12 14:19:32 -07:00
2011-11-09 00:02:18 +09:00
2010-10-28 14:59:15 -07:00
2011-11-23 12:56:05 +01:00
2011-11-27 01:45:27 +09:00
2010-11-07 17:22:56 -08:00
2011-11-27 01:45:27 +09:00
2011-11-01 22:26:52 +01:00
2011-11-27 01:45:27 +09:00
2010-10-28 14:59:15 -07:00
2011-09-13 20:02:54 -07:00