public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* Does the kernel IPv6 module plan to implement Secure Neighbor Discovery?
@ 2019-01-14 16:21 Ttttabcd
  2019-01-17  3:35 ` Eric W. Biederman
  0 siblings, 1 reply; 3+ messages in thread
From: Ttttabcd @ 2019-01-14 16:21 UTC (permalink / raw)
  To: Netdev

IPv6 is rapidly deploying globally. NDP replaces the role of ARP in IPv6 and provides mapping from IP address to MAC address.

However, the NDP protocol is as insecure as the ARP protocol, and can be easily spoofed, and then the attacker can conduct man-in-the-middle attacks.

The solution to the weak security problem is to use Secure Neighbor Discovery, Abbreviation, SeND.

SeND uses Cryptographically Generated Addresses and public keys to authenticate information provided by NDP messages.

I think SeND is a very important security facility under IPv6. I found some implementations in user space, but not in the kernel.

I searched the mail records in lkml.org and found that no one was discussing SeND.

So I am confused, is the kernel planning to implement SeND? Or should SeND be implemented in user space?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-24  4:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-14 16:21 Does the kernel IPv6 module plan to implement Secure Neighbor Discovery? Ttttabcd
2019-01-17  3:35 ` Eric W. Biederman
2019-01-24  4:53   ` Ttttabcd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox