aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/pkcs7_parser.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2018-10-26KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type [ver #2]Gravatar David Howells 1-0/+1
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Gravatar Masahiro Yamada 1-1/+1
2017-12-08pkcs7: return correct error code if pkcs7_check_authattrs() failsGravatar Eric Biggers 1-1/+3
2017-11-15pkcs7: Set the module licence to prevent taintingGravatar David Howells 1-0/+5
2017-10-18pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Gravatar Eric Sesterhenn 1-0/+3
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentGravatar David Howells 1-10/+11
2016-04-06PKCS#7: Make the signature a pointer rather than embedding itGravatar David Howells 1-15/+23
2016-03-03X.509: Make algo identifiers text instead of enumGravatar David Howells 1-10/+8
2016-02-29PKCS#7: fix unitialized boolean 'want'Gravatar Colin Ian King 1-1/+1
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiGravatar Tadeusz Struk 1-7/+5
2016-01-25PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesGravatar Peter Jones 1-3/+1
2015-09-01PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themGravatar David Howells 1-0/+8
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeGravatar David Howells 1-6/+132
2015-08-12PKCS#7: Support CMS messages also [RFC5652]Gravatar David Howells 1-7/+55
2015-08-12PKCS#7: Check content type and versionsGravatar David Howells 1-1/+74
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysGravatar David Howells 1-11/+27
2014-09-16PKCS#7: Fix the parser cleanup to drain parsed out X.509 certsGravatar David Howells 1-20/+19
2014-09-16PKCS#7: Provide a single place to do signed info block freeingGravatar David Howells 1-9/+15
2014-07-08PKCS#7: Implement a parser [RFC 2315]Gravatar David Howells 1-0/+396