aboutsummaryrefslogtreecommitdiff
path: root/scripts/sign-file.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-13sign-file: Fix incorrect return values checkGravatar Yusong Gao 1-6/+6
2022-08-03sign-file: Fix confusing error messagesGravatar Tianjia Zhang 1-1/+1
2022-06-08cert host tools: Stop complaining about deprecated OpenSSL functionsGravatar Linus Torvalds 1-0/+7
2017-02-10sign-file: fix build error in sign-file.c with libresslGravatar Felix Fietkau 1-1/+3
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2016-12-14sign-file: Fix inplace signing when src and dst names are both specifiedGravatar Alex Yashchenko 1-1/+1
2016-12-12treewide: Make remaining source files non-executableGravatar Joe Perches 1-0/+0
2016-06-14modsign: Make sign-file determine the format of the X.509 certGravatar David Howells 1-8/+26
2016-03-03sign-file: fix build with CMS support disabledGravatar Marc-Antoine Perennou 1-1/+1
2016-02-18scripts/sign-file.c: Add support for signing with a raw signatureGravatar Juerg Haefliger 1-90/+146
2016-02-09v2 linux-next scripts/sign-file.c Fix LibreSSL supportGravatar Codarren Velvindron 1-1/+1
2015-09-25MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too oldGravatar David Howells 1-17/+77
2015-09-15modsign: Fix GPL/OpenSSL licence incompatibilityGravatar David Woodhouse 1-5/+8
2015-08-13sign-file: Fix warning about BIO_reset() return valueGravatar David Howells 1-1/+1
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeGravatar David Howells 1-2/+3
2015-08-12sign-file: Generate CMS message as signature instead of PKCS#7Gravatar David Howells 1-24/+27
2015-08-07modsign: Allow signing key to be PKCS#11Gravatar David Woodhouse 1-5/+24
2015-08-07modsign: Allow password to be specified for signing keyGravatar David Woodhouse 1-1/+26
2015-08-07sign-file: Add option to only create signature fileGravatar Luis R. Rodriguez 1-3/+10
2015-08-07MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleGravatar David Howells 1-0/+205