summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_verify.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1Star
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
* PKCS#7: fix certificate blacklistingEric Biggers2018-02-221-4/+6
* PKCS#7: fix certificate chain verificationEric Biggers2018-02-221-1/+1
* X.509: fix comparisons of ->pkey_algoEric Biggers2017-12-081-1/+1
* pkcs7: use crypto_shash_digest()Eric Biggers2017-12-081-5/+2Star
* PKCS#7: Handle blacklisted certificatesDavid Howells2017-04-031-8/+24
* PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang2016-07-181-1/+1
* X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-061-28/+10Star
* PKCS#7: Make the signature a pointer rather than embedding itDavid Howells2016-04-061-25/+26
* X.509: Retain the key verification dataDavid Howells2016-04-061-9/+11
* X.509: Make algo identifiers text instead of enumDavid Howells2016-03-031-5/+3Star
* crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-101-1/+1
* crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan2015-10-141-2/+3
* PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-2/+63
* PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells2015-08-071-0/+25
* X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells2015-08-071-11/+36
* X.509: Extract both parts of the AuthorityKeyIdentifierDavid Howells2015-08-071-7/+5Star
* PKCS#7: Handle PKCS#7 messages that contain no X.509 certsDavid Howells2014-09-161-5/+11
* PKCS#7: Better handling of unsupported cryptoDavid Howells2014-09-161-4/+42
* KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells2014-09-161-24/+20Star
* PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1David Howells2014-07-311-4/+2Star
* PKCS#7: Verify internal certificate chainDavid Howells2014-07-081-1/+87
* PKCS#7: Find the right key in the PKCS#7 key list and verify the signatureDavid Howells2014-07-081-0/+64
* PKCS#7: Digest the data in a signed-data messageDavid Howells2014-07-081-0/+173