summaryrefslogtreecommitdiffstats
path: root/scripts/sign-file.c
Commit message (Expand)AuthorAgeFilesLines
* modsign: Make sign-file determine the format of the X.509 certDavid Howells2016-06-141-8/+26
* sign-file: fix build with CMS support disabledMarc-Antoine Perennou2016-03-031-1/+1
* scripts/sign-file.c: Add support for signing with a raw signatureJuerg Haefliger2016-02-181-90/+146
* v2 linux-next scripts/sign-file.c Fix LibreSSL supportCodarren Velvindron2016-02-091-1/+1
* MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too oldDavid Howells2015-09-251-17/+77
* modsign: Fix GPL/OpenSSL licence incompatibilityDavid Woodhouse2015-09-151-5/+8
* sign-file: Fix warning about BIO_reset() return valueDavid Howells2015-08-131-1/+1
* PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-2/+3
* sign-file: Generate CMS message as signature instead of PKCS#7David Howells2015-08-121-24/+27
* modsign: Allow signing key to be PKCS#11David Woodhouse2015-08-071-5/+24
* modsign: Allow password to be specified for signing keyDavid Woodhouse2015-08-071-1/+26
* sign-file: Add option to only create signature fileLuis R. Rodriguez2015-08-071-3/+10
* MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleDavid Howells2015-08-071-0/+205