]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 08:45:57 +0000 (10:45 +0200)
commit1e2d849efc3225398cfb18fb5d9232fa6ab4851c
tree4b969ad0364ae11b60212d369f88d56b17610d96
parent202bca49b7f9ed3c5f5f7bb00adabea6339efe2d
sign-file,extract-cert: move common SSL helper functions to a header

commit 300e6d4116f956b035281ec94297dc4dc8d4e1d3 upstream.

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>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS
certs/Makefile
certs/extract-cert.c
scripts/sign-file.c
scripts/ssl-common.h [new file with mode: 0644]