On Wed, Mar 13, 2024 at 10:26:06AM -0700, James Prestwood wrote:
Hi,Which specific API is iwd using that is relevant here?
On 3/13/24 1:56 AM, Johannes Berg wrote:
Not sure why you're CC'ing the world, but I guess adding a few moreYes, the wireless stack has zero bearing on the issue. I think that's what
doesn't hurt ...
On Wed, 2024-03-13 at 09:50 +0100, Karel Balej wrote:
and I use iwdThis is your problem, the wireless stack in the kernel doesn't use any
kernel crypto code for 802.1X.
you meant by "problem".
IWD has used the kernel crypto API forever which was abruptly broken, that
is the problem.
The original commit says it was to remove support for sha1 signed kernel
modules, but it did more than that and broke the keyctl API.
I cloned https://kernel.googlesource.com/pub/scm/network/wireless/iwd
and grepped for keyctl and AF_ALG, but there are no matches.
- Eric