This patch is based on a patch posted by alex in the mailing list
in February. It uses the new ssl library API if possible and try to
use a secure TLS version.
alex, are you fine with this patch?

IWAMOTO Toshihiro (1):
  Choose the highest TLS version

 ryu/controller/controller.py                 | 23 +++++++++---
 ryu/lib/hub.py                               | 13 ++++++-
 ryu/tests/unit/controller/cert.crt           | 21 +++++++++++
 ryu/tests/unit/controller/cert.key           | 28 +++++++++++++++
 ryu/tests/unit/controller/test_controller.py | 52 ++++++++++++++++++++++++++++
 5 files changed, 132 insertions(+), 5 deletions(-)
 create mode 100644 ryu/tests/unit/controller/cert.crt
 create mode 100644 ryu/tests/unit/controller/cert.key

-- 
2.11.0



_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to