bug4312 461 B

1234567891011
  1. o Security fixes:
  2. - Block excess renegotiations even if they are RFC5746 compliant.
  3. This mitigates potential SSL Denial of Service attacks that use
  4. SSL renegotiation as a way of forcing the server to perform
  5. unneeded computationally expensive SSL handshakes. Implements
  6. #4312.
  7. - Fix a bug where tor would not notice excess renegotiation
  8. attempts before it received the first data SSL record. Fixes
  9. part of #4312.