summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/verify_pefile.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: asymmetric_keys - remove redundant pointer secsColin Ian King2024-01-261-2/+2
* KEYS: fix kernel-doc warnings in verify_pefileGaosheng Cui2023-07-141-1/+1
* asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2023-03-211-12/+12
* verify_pefile: relax wrapper length checkRobbie Harwood2023-03-211-4/+8
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-191-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* crypto : asymmetric_keys : verify_pefile:zero memory content before freeingLoganaden Velvindron2017-06-091-2/+2
* PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-061-1/+1
* KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-061-31/+9
* X.509: Make algo identifiers text instead of enumDavid Howells2016-03-031-2/+2
* PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-2/+5
* PEFILE: Relax the check on the length of the PKCS#7 certDavid Howells2014-09-031-16/+33
* pefile: Validate PKCS#7 trust chainDavid Howells2014-07-091-1/+1
* pefile: Digest the PE binary and compare to the PKCS#7 dataDavid Howells2014-07-091-0/+197
* pefile: Parse the "Microsoft individual code signing" data blobDavid Howells2014-07-091-0/+7
* pefile: Parse the presumed PKCS#7 content of the certificate blobDavid Howells2014-07-091-1/+20
* pefile: Strip the wrapper off of the cert data blockDavid Howells2014-07-091-0/+71
* pefile: Parse a PE binary to find a key and a signature contained thereinDavid Howells2014-07-091-0/+163