summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys
Commit message (Expand)AuthorAgeFilesLines
* X.509: Convert some printk calls to pr_develDavid Howells2012-10-101-3/+3
* asymmetric keys: fix printk format warningRandy Dunlap2012-10-101-1/+1
* MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells2012-10-103-20/+51
* X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells2012-10-088-0/+832
* RSA: Fix signature verification for shorter signaturesDavid Howells2012-10-081-3/+11
* RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]David Howells2012-10-084-0/+279
* KEYS: Provide signature verification with an asymmetric keyDavid Howells2012-10-082-1/+50
* KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells2012-10-084-0/+146
* KEYS: Asymmetric key pluggable data parsersDavid Howells2012-10-081-1/+119
* KEYS: Implement asymmetric key typeDavid Howells2012-10-084-0/+191