]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sign-file,extract-cert: move common SSL helper functions to a header
authorJan Stancek <jstancek@redhat.com>
Fri, 12 Jul 2024 07:11:14 +0000 (09:11 +0200)
committerJarkko Sakkinen <jarkko@kernel.org>
Fri, 20 Sep 2024 16:49:52 +0000 (19:49 +0300)
commit300e6d4116f956b035281ec94297dc4dc8d4e1d3
tree7bfa3b220232f522af51f76abc5ca1e46b8acf21
parent70fd1966c93bf3bfe3fe6d753eb3d83a76597eef
sign-file,extract-cert: move common SSL helper functions to a header

Couple error handling helpers are repeated in both tools, so
move them to a common header.

Signed-off-by: Jan Stancek <jstancek@redhat.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Tested-by: R Nageswara Sastry <rnsastry@linux.ibm.com>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
MAINTAINERS
certs/Makefile
certs/extract-cert.c
scripts/sign-file.c
scripts/ssl-common.h [new file with mode: 0644]