Merge tag 'keys-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Sep 2024 17:26:01 +0000 (10:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Sep 2024 17:26:01 +0000 (10:26 -0700)
commit24f772dec31591f9268a9c9e4943dc5dc47eaf9b
tree5486a518da7193d242ed7a5009dd7d2eed863d4a
parent5c36498d06b9b00393c2f35edbf16b28194375fa
parent558bdc45dfb2669e1741384a0c80be9c82fa052c
Merge tag 'keys-next-6.12-rc1' of git://git./linux/kernel/git/jarkko/linux-tpmdd

Pull key updates from Jarkko Sakkinen:
 "The bulk of this is OpenSSL 3.0 compatibility fixes for the signing
  and certificates"

* tag 'keys-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:
  sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3
  sign-file,extract-cert: avoid using deprecated ERR_get_error_line()
  sign-file,extract-cert: move common SSL helper functions to a header
  KEYS: prevent NULL pointer dereference in find_asymmetric_key()
  KEYS: Remove unused declarations
MAINTAINERS