Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/net/if_wg



Module Name:    src
Committed By:   riastradh
Date:           Mon Jun 22 22:24:23 UTC 2026

Modified Files:
        src/tests/net/if_wg: t_basic.sh

Log Message:
wg(4): Add test case for bad peer public keys.

wg(4) should not crash on an assertion if they are used -- it should
just gracefully accept them, with degraded security, since a peer
that maliciously provides an invalid public key is no worse than a
peer that voluntarily exposes all its plaintext anyway.

PR kern/60106: wg(4) should properly handle invalid or insecure
ephemeral Curve25119 public keys


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/if_wg/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index