[GIT PULL] Crypto Fixes for 7.1
From: Herbert Xu
Date: Tue Apr 21 2026 - 04:55:18 EST
Hi Linus:
The following changes since commit aec2f682d47c54ef434b2d440992626d80b1ebdc:
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2026-04-15 15:22:26 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 tags/v7.1-p2
for you to fetch changes up to 3bfbf5f0a99c991769ec562721285df7ab69240b:
crypto: krb5enc - fix async decrypt skipping hash verification (2026-04-20 16:18:58 +0800)
----------------------------------------------------------------
This push contains the following changes:
- Fix IPsec ESN regression in authencesn.
- Fix hmac setkey failure in eip93.
- Guard against IV changing in algif_aead.
- Fix async completion handling in krb5enc.
- Fix fallback async completion in acomp.
- Fix handling of MAY_BACKLOG requests in pcrypt.
- Fix issues with firmware-returned values in ccp.
----------------------------------------------------------------
Aleksander Jan Bajkowski (1):
crypto: eip93 - fix hmac setkey algo selection
Douya Le (1):
crypto: algif_aead - snapshot IV for async AEAD requests
Dudu Lu (1):
crypto: krb5enc - fix async decrypt skipping hash verification
Giovanni Cabiddu (1):
crypto: acomp - fix wrong pointer stored by acomp_save_req()
Herbert Xu (2):
crypto: authencesn - Fix src offset when decrypting in-place
crypto: pcrypt - Fix handling of MAY_BACKLOG requests
Paul Moses (1):
crypto: ccp - copy IV using skcipher ivsize
Sean Christopherson (3):
crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failed
crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failed
crypto: ccp: Don't attempt to copy ID to userspace if PSP command failed
T Pratham (1):
crypto: sa2ul - Fix AEAD fallback algorithm names
crypto/acompress.c | 8 ++--
crypto/algif_aead.c | 10 ++++-
crypto/authencesn.c | 6 ++-
crypto/krb5enc.c | 52 ++++++++++++++---------
crypto/pcrypt.c | 7 ++-
drivers/crypto/ccp/ccp-crypto-aes.c | 7 ++-
drivers/crypto/ccp/sev-dev.c | 19 ++++++++-
drivers/crypto/inside-secure/eip93/eip93-common.c | 2 +-
drivers/crypto/sa2ul.c | 4 +-
9 files changed, 76 insertions(+), 39 deletions(-)
Thanks,
--
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt