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:25:55 +0000 (16:25 -0700)
commit438e489390baf4ea81b508892924de2ae3253119
treef20e1673eab3e7758cd448358b989db2a205f6f2
parentf78fb99eb3797de62f73249faf625c25d32b228e
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