summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_parser.c
Commit message (Expand)AuthorAgeFilesLines
* PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themDavid Howells2015-09-011-0/+8
* PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-6/+132
* PKCS#7: Support CMS messages also [RFC5652]David Howells2015-08-121-7/+55
* PKCS#7: Check content type and versionsDavid Howells2015-08-121-1/+74
* KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-161-11/+27
* PKCS#7: Fix the parser cleanup to drain parsed out X.509 certsDavid Howells2014-09-161-20/+19
* PKCS#7: Provide a single place to do signed info block freeingDavid Howells2014-09-161-9/+15
* PKCS#7: Implement a parser [RFC 2315]David Howells2014-07-081-0/+396