From: James Prestwood <prestwoj@gmail.com>
To: Eric Biggers <ebiggers@kernel.org>,
iwd@lists.linux.dev, Marcel Holtmann <marcel@holtmann.org>
Cc: linux-crypto@vger.kernel.org, linux-wireless@vger.kernel.org,
linux-kernel@vger.kernel.org,
Demi Marie Obenour <demiobenour@gmail.com>
Subject: Re: Complete list of AF_ALG algorithms used by iwd
Date: Mon, 4 May 2026 05:58:39 -0700 [thread overview]
Message-ID: <bcbbef00-5881-421b-8892-7be6c04b832d@gmail.com> (raw)
In-Reply-To: <20260504045007.GA2289@sol>
Hi Eric,
On 5/3/26 9:50 PM, Eric Biggers wrote:
> With AF_ALG being on its way out due to its frequent vulnerabilities,
> iwd will need to be fixed to follow the standard practice of using
> userspace crypto code (for example, libcrypto) instead. In the mean
> time, AF_ALG is at least going to need to be hardened by removing
> unnecessary functionality, for example unnecessary algorithms.
>
> Based on the iwd and libell source code, it appears iwd is relying on
> the following algorithm names from AF_ALG. Please confirm that this
> list is correct and that these are the ones we need to keep for iwd:
>
> cmac(aes)
> hmac(md5)
> hmac(sha1)
> hmac(sha224)
> hmac(sha256)
> hmac(sha384)
> hmac(sha512)
> md4
> md5
> sha1
> sha224
> sha256
> sha384
> sha512
> ecb(aes)
> cbc(aes)
> ctr(aes)
> ecb(des)
> cbc(des)
> cbc(des3_ede)
This looks correct from IWD's standpoint, but ELL does support
additional checksums:
- sha3-224
- sha3-256
- sha3-384
- sha3-512
- hmac(sha3-224)
- hmac(sha3-256)
- hmac(sha3-384)
- hmac(sha3-512)
Marcel may be able to comment on what projects are using these, if any.
>
> Also, does iwd always hold CAP_NET_ADMIN? We're also considering adding
> a privilege check to AF_ALG. (It's TBD whether it would be
> unconditional or controlled by a sysctl.)
Yes we require CAP_NET_ADMIN:
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/src/iwd.service.in#n15
Thanks,
James
>
> - Eric
prev parent reply other threads:[~2026-05-04 12:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-04 4:50 Complete list of AF_ALG algorithms used by iwd Eric Biggers
2026-05-04 12:58 ` James Prestwood [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bcbbef00-5881-421b-8892-7be6c04b832d@gmail.com \
--to=prestwoj@gmail.com \
--cc=demiobenour@gmail.com \
--cc=ebiggers@kernel.org \
--cc=iwd@lists.linux.dev \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=marcel@holtmann.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox