aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/pkcs7_parser.c
AgeCommit message (Expand)Author
2018-10-26KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type [ver #2]David Howells
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada
2017-12-08pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers
2017-11-15pkcs7: Set the module licence to prevent taintingDavid Howells
2017-10-18pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells
2016-04-06PKCS#7: Make the signature a pointer rather than embedding itDavid Howells
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells
2016-02-29PKCS#7: fix unitialized boolean 'want'Colin Ian King
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk
2016-01-25PKCS#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