Hacker News new | ask | show | jobs
by hannob 3065 days ago
> Why still support the TLS_RSA_* ciphers, given that they, unlike TLS 1.1, have a known vulnerability?

TLS 1.1 also has known by design vulnerabilities. It only supports two cipher modes, RC4 and CBC/HMAC. The first is vulnerable to biases, the second to padding oracles + Lucky 13.

Yeah, padding oracles can be avoided by implementing crazy, complicated countermeasures. Same is true for TLS_RSA. (Though I do agree that TLS_RSA is probably more problematic.)

1 comments

So ... why do they continue with tls_rsa? Is it required because of middleboxes lagging behind?