NetBSD-Bugs archive

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

PR/58468 CVS commit: src/sys/external/isc/libsodium/include



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58468 CVS commit: src/sys/external/isc/libsodium/include
Date: Fri, 26 Jul 2024 18:29:50 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Jul 26 18:29:50 UTC 2024
 
 Modified Files:
 	src/sys/external/isc/libsodium/include: core.h
 
 Log Message:
 sys/crypto/sodium: Nix risky defines from core.h stub.
 
 These are risky not because they might cause crypto flaws, but
 because they might cause usage of the SIMD unit in the kernel along
 paths where we haven't made it safe.
 
 That said -- no change to the amd64 module .o and .kmod files, so
 this doesn't currently make a difference; it's just risky to have
 around in case we later include other parts of libsodium that it does
 affect, like the Salsa20 code.
 
 PR kern/58468
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.2 src/sys/external/isc/libsodium/include/core.h
 
 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