aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_parser.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03pkcs7: support EC-RDSA/streebog in SignerInfoElvira Khabirova1-0/+11
2022-08-03pkcs7: parser support SM2 and SM3 algorithms combinationTianjia Zhang1-0/+7
2021-08-23certs: Add support for using elliptic curve keys for signing modulesStefan Berger1-0/+8
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-10-26KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type [ver #2]David Howells1-0/+1
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada1-1/+1
2017-12-08pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers1-1/+3
2017-11-15pkcs7: Set the module licence to prevent taintingDavid Howells1-0/+5
2017-10-18pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn1-0/+3
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells1-10/+11
2016-04-06PKCS#7: Make the signature a pointer rather than embedding itDavid Howells1-15/+23
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells1-10/+8
2016-02-29PKCS#7: fix unitialized boolean 'want'Colin Ian King1-1/+1
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk1-7/+5
2016-01-25PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones1-3/+1
2015-09-01PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themDavid Howells1-0/+8
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells1-6/+132
2015-08-12PKCS#7: Support CMS messages also [RFC5652]David Howells1-7/+55
2015-08-12PKCS#7: Check content type and versionsDavid Howells1-1/+74
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells1-11/+27
2014-09-16PKCS#7: Fix the parser cleanup to drain parsed out X.509 certsDavid Howells1-20/+19
2014-09-16PKCS#7: Provide a single place to do signed info block freeingDavid Howells1-9/+15
2014-07-08PKCS#7: Implement a parser [RFC 2315]David Howells1-0/+396