summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-06-14modsign: Make sign-file determine the format of the X.509 certDavid Howells1-8/+26
2016-03-03sign-file: fix build with CMS support disabledMarc-Antoine Perennou1-1/+1
2016-02-18scripts/sign-file.c: Add support for signing with a raw signatureJuerg Haefliger1-90/+146
2016-02-09v2 linux-next scripts/sign-file.c Fix LibreSSL supportCodarren Velvindron1-1/+1
2015-09-25MODSIGN: Change from CMS to PKCS#7 signing if the openssl is too oldDavid Howells2-18/+78
2015-09-15modsign: Fix GPL/OpenSSL licence incompatibilityDavid Woodhouse2-10/+13
2015-08-13sign-file: Fix warning about BIO_reset() return valueDavid Howells1-1/+1
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells16-27/+285
2015-08-12sign-file: Generate CMS message as signature instead of PKCS#7David Howells1-24/+27
2015-08-07modsign: Allow signing key to be PKCS#11David Woodhouse1-5/+24
2015-08-07modsign: Allow password to be specified for signing keyDavid Woodhouse3-1/+34
2015-08-07sign-file: Add option to only create signature fileLuis R. Rodriguez1-3/+10
2015-08-07MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleDavid Howells2-0/+206