This is a follow up to Override Distro Package with Custom Package?.
Does anyone know if Ubuntu 14.04's OpenSSL enables all TLS protocols (TLS1.0, TLS1.1 and TLS1.2)? Or does it have protocols disabled (TLS1.1 and TLS1.2) like past versions?
Related: how does one even check for this sort of thing?
Edit: This is not a bug report question; nor is it a developer question. You guys are taking the "Close as Bug Report" much too far.
openssl s_client -connect mail.google.com:443 -servername mail.google.com -tls1_2 -no_comp? It should be one of theECDHE-ECDSAciphers likeECDHE-ECDSA-AES128-GCM-SHA256. – Mar 28 '14 at 04:22New, TLSv1/SSLv3, Cipher is ECDHE-ECDSA-AES128-GCM-SHA256in Debian. – Braiam Mar 28 '14 at 04:32ECDHE-ECDSAciphers are only available in TLS 1.2 (and above, whenever that comes). – Mar 28 '14 at 04:35