3 ms·
Minor highlight: Debian 8 ships with an OpenSSL which has SSLv3 disabled at compile-time.
by D4AHNGM 11y ago
Minor highlight: Debian 8 ships with an OpenSSL which has SSLv3 disabled at compile-time.
- gcr 11y agoDo you mean that only TLS is supported now?
- D4AHNGM 11y agoAye. The Debian compile rules for Jessie's OpenSSL include "no-ssl2 no-ssl3 no-ssl3-method" so it's just TLS1.0 onwards available.
- ben_bai 11y agoSSLv3 is so 1996... Please, please, please with sugar on top, use TLS only. Also there are lots of changes in the software world in the last 20 years, which the SSL codebase didn't keep up with (mainly meaning OpenSSL).