]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Jan 2026 01:07:56 +0000 (15:07 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Jan 2026 01:07:56 +0000 (15:07 -1000)
commit7143203341dccbca809ba0a8e72239ea4652ace6
treee3bf2473363e968ebfd26097ad80348c62d1366e
parent9c7ef209cd0f7c1a92ed61eed3e835d6e4abc66c
parent74d74bb78aeccc9edc10db216d6be121cf7ec176
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

Pull crypto library fixes from Eric Biggers:

 - A couple more fixes for the lib/crypto KUnit tests

 - Fix missing MMU protection for the AES S-box

* tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
  lib/crypto: aes: Fix missing MMU protection for AES S-box
  MAINTAINERS: add test vector generation scripts to "CRYPTO LIBRARY"
  lib/crypto: tests: Fix syntax error for old python versions
  lib/crypto: tests: polyval_kunit: Increase iterations for preparekey in IRQs
MAINTAINERS