Re: [ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-11-02 Thread Ethan Rahn
Added a 'Signed-off-by' line. Thanks for getting back to me and this being patient while I learned how to use 'git send-email'. I'm glad I could contribute upstream to the project. Cheers, Ethan On Wed, Nov 2, 2016 at 4:19 PM, Ethan Rahn wrote: > > Signed-off-b

[ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-11-02 Thread Ethan Rahn
quot; was used to verify that this works correctly. Ethan Rahn (1): Add support for specifying SSL connection parameters to ovsdb AUTHORS | 1 + lib/automake.mk | 2 + lib/ssl-connect-syn.man | 5 +++ lib/ssl-connect.man

[ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-11-02 Thread Ethan Rahn
Signed-off-by: Ethan Rahn --- AUTHORS | 1 + lib/automake.mk | 2 + lib/ssl-connect-syn.man | 5 +++ lib/ssl-connect.man | 16 +++ lib/stream-ssl.c | 70

Re: [ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-10-06 Thread Ethan Rahn
Third time is the charm :) Sent via git send-email this time around. Thanks for your patience and sorry for the trouble. Cheers, Ethan On Thu, Oct 6, 2016 at 4:21 PM, Ethan Rahn wrote: > --- > AUTHORS | 1 + > lib/automake.mk

[ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-10-06 Thread Ethan Rahn
quot; was used to verify that this works correctly. Ethan Rahn (1): Add support for specifying SSL connection parameters to ovsdb AUTHORS | 1 + lib/automake.mk | 2 + lib/ssl-connect-syn.man | 5 +++ lib/ssl-connect.man

[ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-10-06 Thread Ethan Rahn
100644 --- a/AUTHORS +++ b/AUTHORS @@ -80,6 +80,7 @@ Eitan Eliahuelia...@vmware.com Eohyung Lee liquidnu...@gmail.com Eric Sesterhenn eric.sesterh...@lsexperts.de Ethan J. Jacksone...@eecs.berkeley.edu +Ethan Rahn er...@arista.com Eziz Durdyyev

Re: [ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-10-03 Thread Ethan Rahn
From ae9961aa2521ebd5cfeef28812d8a089b7b5e55b Mon Sep 17 00:00:00 2001 From: Ethan Rahn Date: Mon, 22 Aug 2016 11:26:54 -0700 Subject: [PATCH] Add support for specifying SSL connection parameters to ovsdb OVSDB currently does not support fine-tuning the SSL parameters used for connections. This

Re: [ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-10-03 Thread Ethan Rahn
Ben, Thanks for your follow up email about the patch and feature freeze. I'll resend the patch in the next few minutes. Cheers, Ethan On Mon, Oct 3, 2016 at 1:55 PM, Ben Pfaff wrote: > On Mon, Aug 22, 2016 at 12:17:07PM -0700, Ethan Rahn wrote: >> From ae9961aa2521ebd5cfeef28812

Re: [ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-09-21 Thread Ethan Rahn
Hello, I submitted this about a month ago and haven't heard a response, so I wanted to follow up on this. Cheers, Ethan On Mon, Aug 22, 2016 at 12:17 PM, Ethan Rahn wrote: > From ae9961aa2521ebd5cfeef28812d8a089b7b5e55b Mon Sep 17 00:00:00 2001 > From: Ethan Rahn > Date: Mon,

Re: [ovs-dev] Are there plans to add options for finetuning SSL server connection options?

2016-08-22 Thread Ethan Rahn
Ben, Thanks for the response. I just submitted a patch to add those options. Cheers, Ethan On Mon, Aug 15, 2016 at 11:24 AM, Ben Pfaff wrote: > On Mon, Aug 15, 2016 at 11:22:32AM -0700, Ethan Rahn wrote: > > Currently the ovs-server's set of SSL server options seem rela

[ovs-dev] [PATCH] Add support for specifying SSL connection parameters to ovsdb

2016-08-22 Thread Ethan Rahn
From ae9961aa2521ebd5cfeef28812d8a089b7b5e55b Mon Sep 17 00:00:00 2001 From: Ethan Rahn Date: Mon, 22 Aug 2016 11:26:54 -0700 Subject: [PATCH] Add support for specifying SSL connection parameters to ovsdb OVSDB currently does not support fine-tuning the SSL parameters used for connections. This

[ovs-dev] Are there plans to add options for finetuning SSL server connection options?

2016-08-15 Thread Ethan Rahn
Hello, Currently the ovs-server's set of SSL server options seem related to which certificates to use. Under stream-ssl.c I see that there's no ability to configure the TLS protocol nor ciphersuites used. I'm considering adding these configuration options, but I want to make sure that I'm not goin