aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/verify_pefile.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-03PEFILE: Relax the check on the length of the PKCS#7 certGravatar David Howells 1-16/+33
2014-07-09pefile: Validate PKCS#7 trust chainGravatar David Howells 1-1/+1
2014-07-09pefile: Digest the PE binary and compare to the PKCS#7 dataGravatar David Howells 1-0/+197
2014-07-09pefile: Parse the "Microsoft individual code signing" data blobGravatar David Howells 1-0/+7
2014-07-09pefile: Parse the presumed PKCS#7 content of the certificate blobGravatar David Howells 1-1/+20
2014-07-09pefile: Strip the wrapper off of the cert data blockGravatar David Howells 1-0/+71
2014-07-09pefile: Parse a PE binary to find a key and a signature contained thereinGravatar David Howells 1-0/+163