The SunJSSE of CBC mode is insecure against chosen plaintext attacks (as all TLS 1.0 implemetations). What's the state of TLS 1.1 support for (Open)JDK 7?

TLS 1.1 adds explicit IVs, which is a viable fix for the vulnerability and also removes inter-record dependency. The latter is needed by DTLS for loss insensitive messaging.

Reply via email to