summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_parser.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1Star
* KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type [ver #2]David Howells2018-10-261-0/+1
* kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-071-1/+1
* pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers2017-12-081-1/+3
* pkcs7: Set the module licence to prevent taintingDavid Howells2017-11-151-0/+5
* pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn2017-10-181-0/+3
* 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/+8Star
* 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/+5Star
* PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones2016-01-251-3/+1Star
* 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/+19Star
* 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