summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_parser.c
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-061-10/+11
* PKCS#7: Make the signature a pointer rather than embedding itDavid Howells2016-04-061-15/+23
* X.509: Make algo identifiers text instead of enumDavid Howells2016-03-031-10/+8
* PKCS#7: fix unitialized boolean 'want'Colin Ian King2016-02-291-1/+1
* crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-101-7/+5
* PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones2016-01-251-3/+1
* 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
OpenPOWER on IntegriCloud