[Ryu-devel] Add messages between the controller and switch to encrypt OpenFlow protocol messages

2018-12-05 Thread Suadad Safaa
I want to encryption openflow message with new methods for key exchange. so,i want add new messages between controller and switch over socket before start openflow protocol to agree on key and authentication and then encrypt messages. i need help to known how can communication between switch and co

[Ryu-devel] Hi

2019-02-20 Thread Suadad Safaa
Hi, I want to encryption openflow message by using tls python library, I need to get configuration steps for ryu controller and OF-switch. ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] (no subject)

2019-04-15 Thread Suadad Safaa
How can run tlslite-ng library in ryu controller for encryption open flow messages? Best Regards. ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] TLS/SSL

2019-05-27 Thread Suadad Safaa
Hi, I am trying to use TLS for secure channel between Ryu controller and OpenvSwitch. I tried based on this tutorial. http://ryu.readthedocs.org/en/latest/tls.html But there is some error when applying this command $ ryu-manager --ctl-privkey ctl-privkey.pem --ctl-cert ctl-cert.pem --ca-certs cac