aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-04-11X.509: Move the trust validation code out to its own fileGravatar David Howells 1-1/+4
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerGravatar David Howells 1-1/+0
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiGravatar Tadeusz Struk 1-5/+2
2015-08-07X.509: Extract both parts of the AuthorityKeyIdentifierGravatar David Howells 1-1/+7
2014-07-09pefile: Parse the "Microsoft individual code signing" data blobGravatar David Howells 1-1/+8
2014-07-09pefile: Parse a PE binary to find a key and a signature contained thereinGravatar David Howells 1-0/+8
2014-07-08PKCS#7: Provide a key type for testing PKCS#7Gravatar David Howells 1-0/+7
2014-07-08PKCS#7: Find intersection between PKCS#7 message and known, trusted keysGravatar David Howells 1-0/+1
2014-07-08PKCS#7: Digest the data in a signed-data messageGravatar David Howells 1-1/+2
2014-07-08PKCS#7: Implement a parser [RFC 2315]Gravatar David Howells 1-0/+13
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesGravatar David Howells 1-0/+17
2012-10-08RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]Gravatar David Howells 1-0/+1
2012-10-08KEYS: Provide signature verification with an asymmetric keyGravatar David Howells 1-1/+1
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeGravatar David Howells 1-0/+2
2012-10-08KEYS: Implement asymmetric key typeGravatar David Howells 1-0/+7