index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
asymmetric_keys
/
Kconfig
Age
Commit message (
Expand
)
Author
2024-05-14
certs: Add ECDSA signature verification self-test
Joachim Vandersmissen
2024-05-14
certs: Move RSA self-test data to separate file
Joachim Vandersmissen
2024-05-13
KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
Eric Biggers
2024-05-13
KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
Eric Biggers
2023-10-27
certs: Break circular dependency when selftest is modular
Herbert Xu
2023-02-13
crypto: certs: fix FIPS selftest dependency
Arnd Bergmann
2022-06-21
certs: Add FIPS selftests
David Howells
2022-03-08
KEYS: remove support for asym_tpm keys
Eric Biggers
2019-06-27
crypto: asymmetric_keys - select CRYPTO_HASH where needed
Arnd Bergmann
2018-10-26
KEYS: trusted: Expose common functionality [ver #2]
Denis Kenzior
2018-10-26
KEYS: Add parser for TPM-based keys [ver #2]
Denis Kenzior
2018-10-26
KEYS: asym_tpm: add skeleton for asym_tpm [ver #2]
Denis Kenzior
2018-10-26
KEYS: Implement PKCS#8 RSA Private Key parser [ver #2]
David Howells
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-05-30
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-05-19
crypto: public_key: select CRYPTO_AKCIPHER
Arnd Bergmann
2016-04-11
KEYS: Make the system trusted keyring depend on the asymmetric key type
David Howells
2016-04-06
KEYS: Generalise system_verify_data() to provide access to internal content
David Howells
2016-03-03
akcipher: Move the RSA DER encoding check to the crypto layer
David Howells
2016-02-10
crypto: KEYS: convert public key and digsig asym to the akcipher api
Tadeusz Struk
2014-07-22
Merge branch 'keys-fixes' into keys-next
David Howells
2014-07-17
RSA: Don't select non-existent symbol
Jean Delvare
2014-07-09
pefile: Parse a PE binary to find a key and a signature contained therein
David Howells
2014-07-08
KEYS: X.509: Fix a spelling mistake
David Howells
2014-07-08
PKCS#7: Provide a key type for testing PKCS#7
David Howells
2014-07-08
PKCS#7: Implement a parser [RFC 2315]
David Howells
2013-11-01
KEYS: The RSA public key algorithm needs to select MPILIB
David Howells
2013-10-25
keys: change asymmetric keys to use common hash definitions
Dmitry Kasatkin
2013-09-25
KEYS: Move the algorithm pointer array from x509 to public_key.c
David Howells
2012-10-08
X.509: Add a crypto key parser for binary (DER) X.509 certificates
David Howells
2012-10-08
RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]
David Howells
2012-10-08
KEYS: Asymmetric public-key algorithm crypto key subtype
David Howells
2012-10-08
KEYS: Implement asymmetric key type
David Howells