aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26KEYS: trusted: Expose common functionality [ver #2]Denis Kenzior1-0/+1
2018-10-26KEYS: Add parser for TPM-based keys [ver #2]Denis Kenzior1-0/+9
2018-10-26KEYS: asym_tpm: add skeleton for asym_tpm [ver #2]Denis Kenzior1-0/+11
2018-10-26KEYS: Implement PKCS#8 RSA Private Key parser [ver #2]David Howells1-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-05-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2016-05-19crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann1-0/+1
2016-04-11KEYS: Make the system trusted keyring depend on the asymmetric key typeDavid Howells1-1/+1
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells1-2/+2
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells1-7/+0
2016-02-10crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk1-1/+1
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells1-1/+0
2014-07-17RSA: Don't select non-existent symbolJean Delvare1-1/+0
2014-07-09pefile: Parse a PE binary to find a key and a signature contained thereinDavid Howells1-0/+9
2014-07-08KEYS: X.509: Fix a spelling mistakeDavid Howells1-1/+1
2014-07-08PKCS#7: Provide a key type for testing PKCS#7David Howells1-0/+13
2014-07-08PKCS#7: Implement a parser [RFC 2315]David Howells1-0/+9
2013-11-01KEYS: The RSA public key algorithm needs to select MPILIBDavid Howells1-0/+1
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin1-0/+1
2013-09-25KEYS: Move the algorithm pointer array from x509 to public_key.cDavid Howells1-1/+1
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells1-0/+10
2012-10-08RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]David Howells1-0/+7
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells1-0/+8
2012-10-08KEYS: Implement asymmetric key typeDavid Howells1-0/+13