]> 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:44:04 +0000 (10:44 +0200)
commit3437e90d15f77fe1c0b349fafcf9ff4dfec32992
treeaf96809fca23a0bb4a5ddbdb4f59d4ed99367315
parent16c54d6a49011d77e9bbce679eed39f4e38e0a00
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]