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
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
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
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
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.
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