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:01 +0000 (16:26 -0700)
commitca1c73c8c43fa7a7b8726d549ed1fb999a0a44fa
treec08b01397fc2c1602ee26224ef7e4a62d6c56b55
parent5fbb2d9bd069be7ff6a2b46ae45cabae6a1f389b
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