aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/x509_cert_parser.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin1-6/+6
2013-09-25X.509: Embed public_key_signature struct and create filler functionDavid Howells1-14/+16
2013-09-25KEYS: Store public key algo ID in public_key structDavid Howells1-2/+3
2013-04-22X.509: Support parse long form of length octets in Authority Key IdentifierChun-Yi Lee1-8/+47
2012-10-10asymmetric keys: fix printk format warningRandy Dunlap1-1/+1
2012-10-10MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells1-13/+12
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells1-0/+497