Re: [PATCH 26/29] net/tls: use the new scatterwalk functions
From: Eric Biggers <ebiggers@kernel.org>
Date: 2024-12-29 23:58:51
Also in:
linux-crypto
From: Eric Biggers <ebiggers@kernel.org>
Date: 2024-12-29 23:58:51
Also in:
linux-crypto
On Mon, Dec 23, 2024 at 12:44:31PM -0800, Jakub Kicinski wrote:
FWIW tls has a relatively solid selftest: tools/testing/selftests/net/tls.c
Apparently not; all the test cases pass without actually executing any of the code in net/tls/tls_device_fallback.c. - Eric