NetBSD-Bugs archive

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

PR/58479 CVS commit: src/sys/net



The following reply was made to PR kern/58479; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58479 CVS commit: src/sys/net
Date: Sun, 28 Jul 2024 14:39:19 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Jul 28 14:39:19 UTC 2024
 
 Modified Files:
 	src/sys/net: if_wg.c
 
 Log Message:
 wg(4): Expand cookie secret to 32 bytes.
 
 This is only relevant for denial of service mitigation, so it's not
 that big a deal, and the spec doesn't say anything about the size,
 but let's make it the standard key size.
 
 PR kern/58479: experimental wg(4) uses 32-bit cookie secret, not
 32-byte cookie secret
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.97 -r1.98 src/sys/net/if_wg.c
 
 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