aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/verify_pefile.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-21asymmetric_keys: log on fatal failures in PE/pkcs7Gravatar Robbie Harwood 1-12/+12
2023-03-21verify_pefile: relax wrapper length checkGravatar Robbie Harwood 1-4/+8
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-2/+2
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEGravatar Jiri Bohac 1-1/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2017-06-09crypto : asymmetric_keys : verify_pefile:zero memory content before freeingGravatar Loganaden Velvindron 1-2/+2
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringGravatar David Howells 1-1/+1
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentGravatar David Howells 1-31/+9
2016-03-03X.509: Make algo identifiers text instead of enumGravatar David Howells 1-2/+2
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeGravatar David Howells 1-2/+5
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