lkrg-org / lkrg

Linux Kernel Runtime Guard
https://lkrg.org
Other
403 stars 72 forks source link

Net: Implement an interactive Noise pattern #307

Open solardiz opened 4 months ago

solardiz commented 4 months ago

Nov 9, 2022

This is needed for forward secrecy and it's a way to implement client authentication and it'd help with replay protection #306, but it has drawbacks such as LKRG remote attack surface increase and longer handshake after reconnect.

Related: https://github.com/jedisct1/libhydrogen/issues/138