summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_verify.c
Commit message (Expand)AuthorAgeFilesLines
* X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-061-28/+10
* 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/+3
* 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/+5
* 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/+20
* PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1David Howells2014-07-311-4/+2
* 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
OpenPOWER on IntegriCloud