mbox series

[0/2] Fix module signing with PKCS#11 URIs

Message ID 20230130141553.3825449-1-jlu@pengutronix.de (mailing list archive)
Headers show
Series Fix module signing with PKCS#11 URIs | expand

Message

Jan Lübbe Jan. 30, 2023, 2:15 p.m. UTC
Hi,

here are two patches to fix kernel module signing when using a key via
PKCS#11, including the case where the URI contains semicolons to
separate components.

Best regards,
Jan


Jan Luebbe (2):
  certs: Fix build error when PKCS#11 URI contains semicolon
  kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a
    PKCS#11 URI

 certs/Makefile           | 2 +-
 scripts/Makefile.modinst | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)