]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'libcrypto-conversions-for-linus' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jul 2025 01:05:46 +0000 (18:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jul 2025 01:05:46 +0000 (18:05 -0700)
commit4b65b859f55b036649a4525f09fa7c5bbbab384e
treeed44d3f1c3fd479f041d0251126a4156de797078
parentf2f573ebd42d659111bc71279cc16e5e78e56ae7
parent998646b3c1129188f1fdffac3779feb9708b4b4a
Merge tag 'libcrypto-conversions-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux

Pull crypto library conversions from Eric Biggers:
 "Convert fsverity and apparmor to use the SHA-2 library functions
  instead of crypto_shash. This is simpler and also slightly faster"

* tag 'libcrypto-conversions-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux:
  fsverity: Switch from crypto_shash to SHA-2 library
  fsverity: Explicitly include <linux/export.h>
  apparmor: use SHA-256 library API instead of crypto_shash API