Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-07-09 | pefile: Validate PKCS#7 trust chain | David Howells | 1 | -1/+1 |
2014-07-09 | pefile: Digest the PE binary and compare to the PKCS#7 data | David Howells | 1 | -0/+197 |
2014-07-09 | pefile: Parse the "Microsoft individual code signing" data blob | David Howells | 1 | -0/+7 |
2014-07-09 | pefile: Parse the presumed PKCS#7 content of the certificate blob | David Howells | 1 | -1/+20 |
2014-07-09 | pefile: Strip the wrapper off of the cert data block | David Howells | 1 | -0/+71 |
2014-07-09 | pefile: Parse a PE binary to find a key and a signature contained therein | David Howells | 1 | -0/+163 |