stream-ssl: Enable TLSv1.1 and TLSv1.2.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Jun 2014 23:24:49 +0000 (16:24 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Jun 2014 23:26:04 +0000 (16:26 -0700)
commit881cdb3caafc435ec7de337a8cf8dd811a20fbe3
tree8d882d6b39a279a6a6bc9351b349e91a3637b544
parent13db1a79f838cbbafa82c151d112f7a8fd106c06
stream-ssl: Enable TLSv1.1 and TLSv1.2.

The Open vSwitch SSL code was inadvertently enabling only TLSv1, not
later versions.  This commit should fix it.

See https://www.openssl.org/docs/ssl/SSL_CTX_new.html
and http://www.postgresql.org/message-id/20131203213049.GA8259@gmail.com
for more information.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Reported-by: Abhinav Singhal <Abhinav.Singhal@spirent.com>
Acked-by: Gurucharan Shetty <gshetty@nicira.com>
AUTHORS
lib/stream-ssl.c