summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/x509_cert_parser.c
Commit message (Expand)AuthorAgeFilesLines
* KEYS: use swapped SKID for performing partial matchingDmitry Kasatkin2014-10-061-6/+6
* X.509: If available, use the raw subjKeyId to form the key descriptionDavid Howells2014-10-031-0/+2
* KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-161-22/+33
* X.509: Export certificate parse and free functionsDavid Howells2014-07-021-0/+3
* X.509: Add bits needed for PKCS#7David Howells2014-07-011-0/+17
* keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin2013-10-251-6/+6
* X.509: Embed public_key_signature struct and create filler functionDavid Howells2013-09-251-14/+16
* KEYS: Store public key algo ID in public_key structDavid Howells2013-09-251-2/+3
* X.509: Support parse long form of length octets in Authority Key IdentifierChun-Yi Lee2013-04-221-8/+47
* 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-101-13/+12Star
* X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells2012-10-081-0/+497