On Thu, 06 Dec 2018 07:05:20 +0900,
Suadad Safaa wrote:
> 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 controller
> and where ?

The OpenFlow spec states that TLS can be used to secure the controller
connections and Ryu supports TLS.

You can develop your own encryption algorithm in Ryu but several
things need to be considered to develop a secure encryption algorithm.

--
IWAMOTO Toshihiro


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

Reply via email to