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