aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/pkcs7_verify.c
AgeCommit message (Expand)Author
2018-02-22PKCS#7: fix certificate blacklistingEric Biggers
2018-02-22PKCS#7: fix certificate chain verificationEric Biggers
2017-12-08X.509: fix comparisons of ->pkey_algoEric Biggers
2017-12-08pkcs7: use crypto_shash_digest()Eric Biggers
2017-04-03PKCS#7: Handle blacklisted certificatesDavid Howells
2016-07-18PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang
2016-04-06X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells
2016-04-06PKCS#7: Make the signature a pointer rather than embedding itDavid Howells
2016-04-06X.509: Retain the key verification dataDavid Howells
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk
2015-10-14crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells
2015-08-07PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells
2015-08-07X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells
2014-09-16PKCS#7: Handle PKCS#7 messages that contain no X.509 certsDavid Howells
2014-09-16PKCS#7: Better handling of unsupported cryptoDavid Howells
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells
2014-07-31PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1David Howells
2014-07-08PKCS#7: Verify internal certificate chainDavid Howells
2014-07-08PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureDavid Howells
2014-07-08PKCS#7: Digest the data in a signed-data messageDavid Howells