Re: [PATCH 29/33] bpf: crypto: Use AES-CBC and AES-ECB libraries
From: Eric Biggers
Date: Tue Jul 07 2026 - 19:17:10 EST
On Tue, Jul 07, 2026 at 11:50:33PM +0100, Vadim Fedorenko wrote:
> > Does this mean the AES-ECB support is unnecessary and can be dropped?
>
> Let's keep it if it doesn't hurt.
It kind of does. It is "bad" crypto that would have to continue to be
maintained, and someone might start using it accidentally.
- Eric