faucetsdn / ryu

Ryu component-based software defined networking framework
https://ryu-sdn.org
Apache License 2.0
1.51k stars 1.16k forks source link

TCP MD5 obsolete #139

Open team123pp opened 3 years ago

team123pp commented 3 years ago

TCP MD5 usage has been identified in the project (https://github.com/faucetsdn/ryu/blob/v4.34/ryu/lib/sockopt.py#L54).

However, TCP MD5 is obsolete and considered weak (https://datatracker.ietf.org/doc/html/rfc5925).

Is this something you have identified? Is this something you are planning on changing?