Re: [PATCH 0/3] crypto: Remove arch-optimized des and des3_ede code
Eric Biggers <[email protected]>
| Newsgroups | org.kernel.vger.sparclinux,org.kernel.vger.linux-crypto,org.kernel.vger.linux-kernel,org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <20260326202733.GA2657@quark> |
On Thu, Mar 26, 2026 at 09:20:51PM +0100, John Paul Adrian Glaubitz wrote: > On Thu, 2026-03-26 at 13:12 -0700, Eric Biggers wrote: > > DES and 3DES are cryptographically obsolete and insecure by modern > > standards. Continuing to maintain highly specific, complex assembly and > > glue code for them, especially when the code isn't testable in QEMU > > (s390 and sparc), is unnecessary and risky. > > We're working on getting crypto instructions added to QEMU though. > > Adrian In general that's good of course, but DES and 3DES? Really? Why is effort going into these obsolete algorithms at all? - Eric