aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_verify.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-03PKCS#7: Handle blacklisted certificatesDavid Howells1-8/+24
2016-07-18PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang1-1/+1
2016-04-06X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells1-28/+10
2016-04-06PKCS#7: Make the signature a pointer rather than embedding itDavid Howells1-25/+26
2016-04-06X.509: Retain the key verification dataDavid Howells1-9/+11
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells1-5/+3
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk1-1/+1
2015-10-14crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan1-2/+3
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells1-2/+63
2015-08-07PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells1-0/+25
2015-08-07X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells1-11/+36
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells1-7/+5
2014-09-16PKCS#7: Handle PKCS#7 messages that contain no X.509 certsDavid Howells1-5/+11
2014-09-16PKCS#7: Better handling of unsupported cryptoDavid Howells1-4/+42
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells1-24/+20
2014-07-31PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1David Howells1-4/+2
2014-07-08PKCS#7: Verify internal certificate chainDavid Howells1-1/+87
2014-07-08PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureDavid Howells1-0/+64
2014-07-08PKCS#7: Digest the data in a signed-data messageDavid Howells1-0/+173