..
.gitignore
X.509: Add a crypto key parser for binary (DER) X.509 certificates
2012-10-08 13:50:22 +10:30
asymmetric_keys.h
KEYS: Implement asymmetric key type
2012-10-08 13:50:12 +10:30
asymmetric_type.c
KEYS: Set the asymmetric-key type default search method
2013-09-25 17:17:01 +01:00
Kconfig
pefile: Parse a PE binary to find a key and a signature contained therein
2014-07-09 14:58:37 +01:00
Makefile
pefile: Parse the "Microsoft individual code signing" data blob
2014-07-09 14:58:37 +01:00
mscode.asn1
pefile: Parse the "Microsoft individual code signing" data blob
2014-07-09 14:58:37 +01:00
mscode_parser.c
pefile: Handle pesign using the wrong OID
2014-07-09 14:58:37 +01:00
pkcs7.asn1
PKCS#7: Implement a parser [RFC 2315]
2014-07-08 13:49:56 +01:00
pkcs7_key_type.c
PKCS#7: Provide a key type for testing PKCS#7
2014-07-08 13:50:20 +01:00
pkcs7_parser.c
PKCS#7: Implement a parser [RFC 2315]
2014-07-08 13:49:56 +01:00
pkcs7_parser.h
PKCS#7: Implement a parser [RFC 2315]
2014-07-08 13:49:56 +01:00
pkcs7_trust.c
PKCS#7: Find intersection between PKCS#7 message and known, trusted keys
2014-07-08 13:50:15 +01:00
pkcs7_verify.c
PKCS#7: Verify internal certificate chain
2014-07-08 13:50:11 +01:00
public_key.c
keys: change asymmetric keys to use common hash definitions
2013-10-25 17:15:18 -04:00
public_key.h
KEYS: Split public_key_verify_signature() and make available
2013-09-25 17:17:00 +01:00
rsa.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
2013-11-23 16:18:25 -08:00
signature.c
KEYS: Provide signature verification with an asymmetric key
2012-10-08 13:50:15 +10:30
verify_pefile.c
pefile: Parse the "Microsoft individual code signing" data blob
2014-07-09 14:58:37 +01:00
verify_pefile.h
pefile: Parse the "Microsoft individual code signing" data blob
2014-07-09 14:58:37 +01:00
x509.asn1
X.509: Add bits needed for PKCS#7
2014-07-01 16:40:19 +01:00
x509_cert_parser.c
X.509: Export certificate parse and free functions
2014-07-02 22:07:50 +01:00
x509_parser.h
X.509: Add bits needed for PKCS#7
2014-07-01 16:40:19 +01:00
x509_public_key.c
Revert "KEYS: verify a certificate is signed by a 'trusted' key"
2013-11-23 16:38:17 -08:00
x509_rsakey.asn1
X.509: Add a crypto key parser for binary (DER) X.509 certificates
2012-10-08 13:50:22 +10:30