The following changes since commit baeb9a7d8b60b021d907127509c44507539c15e5:
Merge tag 'sched-rt-2024-09-17' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2024-09-20 06:04:27
+0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
tags/keys-next-6.12-rc1
for you to fetch changes up to 558bdc45dfb2669e1741384a0c80be9c82fa052c:
sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3
(2024-09-20 19:52:48 +0300)
----------------------------------------------------------------
Hi,
The beef of this pull request is OpenSSL 3.0 compatibility fixes for the
signing and certificates.
BR, Jarkko
----------------------------------------------------------------
Jan Stancek (3):
sign-file,extract-cert: move common SSL helper functions to a header
sign-file,extract-cert: avoid using deprecated ERR_get_error_line()
sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3
Roman Smirnov (1):
KEYS: prevent NULL pointer dereference in find_asymmetric_key()
Yue Haibing (1):
KEYS: Remove unused declarations
MAINTAINERS | 1 +
certs/Makefile | 2 +-
certs/extract-cert.c | 138 +++++++++++++++++--------------
crypto/asymmetric_keys/asymmetric_type.c | 7 +-
include/keys/dns_resolver-type.h | 4 -
include/linux/key.h | 3 -
scripts/sign-file.c | 132 +++++++++++++++--------------
scripts/ssl-common.h | 32 +++++++
8 files changed, 180 insertions(+), 139 deletions(-)
create mode 100644 scripts/ssl-common.h