Re: [ovs-dev] [PATCH] stream-ssl: Enable TLSv1.1 and TLSv1.2.

2014-06-13 Thread Ben Pfaff
On Fri, Jun 13, 2014 at 03:49:13PM -0700, Gurucharan Shetty wrote: > On Thu, Jun 12, 2014 at 4:07 PM, Ben Pfaff wrote: > > The Open vSwitch SSL code was inadvertently enabling only TLSv1, not > > later versions. This commit should fix it. > > > > Signed-off-by: Ben Pfaff > > Reported-by: Abhinav

Re: [ovs-dev] [PATCH] stream-ssl: Enable TLSv1.1 and TLSv1.2.

2014-06-13 Thread Gurucharan Shetty
On Thu, Jun 12, 2014 at 4:07 PM, Ben Pfaff wrote: > The Open vSwitch SSL code was inadvertently enabling only TLSv1, not > later versions. This commit should fix it. > > Signed-off-by: Ben Pfaff > Reported-by: Abhinav Singhal Based on https://www.openssl.org/docs/ssl/SSL_CTX_new.html and http:/

[ovs-dev] [PATCH] stream-ssl: Enable TLSv1.1 and TLSv1.2.

2014-06-12 Thread Ben Pfaff
The Open vSwitch SSL code was inadvertently enabling only TLSv1, not later versions. This commit should fix it. Signed-off-by: Ben Pfaff Reported-by: Abhinav Singhal --- AUTHORS |1 + lib/stream-ssl.c | 14 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff -