summaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/pkcs7_parser.c
AgeCommit message (Expand)Author
2020-05-25KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells
2017-11-15PKCS#7: fix unitialized boolean 'want'Colin Ian King
2017-10-27pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn
2016-10-28PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones
2015-09-01PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themDavid Howells
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells
2015-08-12PKCS#7: Support CMS messages also [RFC5652]David Howells
2015-08-12PKCS#7: Check content type and versionsDavid Howells
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells
2014-09-16PKCS#7: Fix the parser cleanup to drain parsed out X.509 certsDavid Howells
2014-09-16PKCS#7: Provide a single place to do signed info block freeingDavid Howells
2014-07-08PKCS#7: Implement a parser [RFC 2315]David Howells