smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.75k stars 421 forks source link

IPSec Support #816

Open thegreathir opened 1 year ago

thegreathir commented 1 year ago

Is there any plan for supporting IPSec protocol? IPSec protocol is contained in a full implemented network stack like Linux and BSDs. I know that the key exchange part is delegated to user space programs by OSes, but without implementing the main part of the IPSec by network stack implementations, users are not able to use IPSec protocol. So it would be nice if smoltcp support the implementation of this protocol.