Re: [Ryu-devel] [PATCH] Choose the highest TLS version

2019-02-04 Thread IWAMOTO Toshihiro
Thanks for working on this. On Sat, 02 Feb 2019 00:39:34 +0900, alex wrote: > > Signed-off-by: alex > --- > ryu/controller/controller.py | 6 ++ > ryu/lib/hub.py | 24 +--- > 2 files changed, 23 insertions(+), 7 deletions(-) > > diff --git a/ryu/controlle

[Ryu-devel] [PATCH] Choose the highest TLS version

2019-02-01 Thread alex
Signed-off-by: alex --- ryu/controller/controller.py | 6 ++ ryu/lib/hub.py | 24 +--- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/ryu/controller/controller.py b/ryu/controller/controller.py index 62135339..f316f0bc 100644 --- a/ryu/contr

Re: [Ryu-devel] [PATCH] Choose the highest TLS version

2019-01-30 Thread IWAMOTO Toshihiro
On Thu, 24 Jan 2019 17:26:02 +0900, alex wrote: > > [1 ] > [1.1 Re: [Ryu-devel] [PATCH] Choose the highest TLS version (7bit)>] > [1.1.1 ] > Hi IWAMOTO, > > Currently I am quite busy. When I will have some spare time I will come > back to you, with a more complet

Re: [Ryu-devel] [PATCH] Choose the highest TLS version

2019-01-24 Thread alex
Hi IWAMOTO, Currently I am quite busy. When I will have some spare time I will come back to you, with a more complete implementation,along with comments so that we stand on the same ground. With a quick look at ssl/tls python documentation, you are right. There are cases that the attacker can ini

Re: [Ryu-devel] [PATCH] Choose the highest TLS version

2019-01-23 Thread IWAMOTO Toshihiro
Thanks. I researched the ssl module changes, but it's a bit confusing to me. On Thu, 24 Jan 2019 02:53:56 +0900, alex wrote: > > Signed-off-by: alex > --- > ryu/controller/controller.py | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/ryu/controller/controller.

[Ryu-devel] [PATCH] Choose the highest TLS version

2019-01-23 Thread alex
Signed-off-by: alex --- ryu/controller/controller.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ryu/controller/controller.py b/ryu/controller/controller.py index 62135339..9198bfb1 100644 --- a/ryu/controller/controller.py +++ b/ryu/controller/controller.py @@ -16