Tagged Questions
3
votes
1answer
68 views
SSL Based Denial of Services due to Message Digest
On a very high level, its known that SSL/TLS uses message digests to verify the integrity of the messages sent.
However, the question I have in mind is :
How does SSL ensure a DoS does not happen ...
2
votes
3answers
173 views
Denial of Service on SSL services
When the SSL handshake takes place, is there a point where the computational work done by the client is significantly less than the computational work done by the server?
Could such an imbalance be ...
8
votes
2answers
768 views
How to defend against SSL-Exhaustion attacks?
The problem of SSL-Exhaustion attacks is well known for years, but nobody really cared until THC released their exploit-tool recently. THC talks about counter measurements in their release:
No real ...