aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-10MODSIGN: Provide module signing public keys to the kernelDavid Howells3-2/+124
2012-10-10MODSIGN: Automatically generate module signing keys if missingDavid Howells1-0/+49
2012-10-10MODSIGN: Provide Kconfig optionsDavid Howells1-0/+38
2012-10-10MODSIGN: Provide gitignore and make clean rules for extra filesDavid Howells2-0/+15
2012-10-10MODSIGN: Add FIPS policyDavid Howells1-0/+4
2012-10-10module: signature checking hookRusty Russell7-1/+157
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells8-0/+832
2012-10-08MPILIB: Provide a function to read raw data into an MPIDavid Howells2-0/+56
2012-10-08X.509: Add an ASN.1 decoderDavid Howells3-0/+503
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells7-0/+1721
2012-10-08X.509: Add utility functions to render OIDs as stringsDavid Howells2-0/+83
2012-10-08X.509: Implement simple static OID registryDavid Howells6-1/+410
2012-10-08RSA: Fix signature verification for shorter signaturesDavid Howells1-3/+11
2012-10-08RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]David Howells4-0/+279
2012-10-08MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells2-0/+71
2012-10-08KEYS: Provide signature verification with an asymmetric keyDavid Howells3-1/+54
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells5-0/+250
2012-10-08KEYS: Asymmetric key pluggable data parsersDavid Howells2-1/+156
2012-10-08KEYS: Implement asymmetric key typeDavid Howells8-0/+273