OpenSSL in Ubuntu 16.04 LTS does include support for TLSv1 and TLSv1.1:

$ openssl s_client -connect www.ubuntu.com:443 -tls1
CONNECTED(00000003)
<snip> 
New, TLSv1/SSLv3, Cipher is ECDHE-RSA-AES128-SHA
<snip>
    Protocol  : TLSv1
    Cipher    : ECDHE-RSA-AES128-SHA

$ openssl s_client -connect www.ubuntu.com:443 -tls1_1
CONNECTED(00000003)
<snip> 
New, TLSv1/SSLv3, Cipher is ECDHE-RSA-AES128-SHA
<snip>
    Protocol  : TLSv1.1
    Cipher    : ECDHE-RSA-AES128-SHA


Could you please give details about your server configuration?


** Changed in: openssl (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1636124

Title:
  openssl lacks support for TLSv1 and TLSv1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1636124/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to