summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys
AgeCommit message (Expand)Author
2021-03-26x509: Add OID for NIST P384 and extend parser for itSaulo Alessandre
2021-03-26x509: Add support for parsing x509 certs with ECDSA keysStefan Berger
2021-03-26x509: Detect sm2 keys by their parameters OIDStefan Berger
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-16keys: Update comment for restrict_link_by_key_or_keyring_chainAndrew Zaborowski
2021-01-21crypto: pkcs7: Use match_string() helper to simplify the codeYueHaibing
2021-01-21PKCS#7: drop function from kernel-doc pkcs7_validate_trust_oneAlex Shi
2021-01-21crypto: asymmetric_keys: fix some comments in pkcs7_parser.hRandy Dunlap
2021-01-21KEYS: asymmetric: Fix kerneldocKrzysztof Kozlowski
2021-01-20X.509: Fix crash caused by NULL pointerTianjia Zhang
2020-12-31crypto: asym_tpm: correct zero out potential secretsGreg Kroah-Hartman
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-08X.509: Fix modular build of public_key_sm2Herbert Xu
2020-10-08X.509: fix error return value on the failed pathTianjia Zhang
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang
2020-09-25X.509: support OSCCA certificate parseTianjia Zhang
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-15keys: asymmetric: fix error return code in software_key_query()Wei Yongjun
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab
2019-12-12KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() failsEric Biggers
2019-11-12KEYS: trusted: Create trusted keys subsystemSumit Garg
2019-11-12KEYS: Use common tpm_buf for trusted and asymmetric keysSumit Garg
2019-11-12tpm: Move tpm_buf code to include/linux/Sumit Garg
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac
2019-08-05PKCS#7: Introduce pkcs7_get_digest()Thiago Jung Bauermann
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-27crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann
2019-06-26keys: Add a 'recurse' flag for keyring searchesDavid Howells
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov
2019-04-18X.509: parse public key parameters from x509 for akcipherVitaly Chikunov
2019-04-18KEYS: do not kmemdup digest in {public,tpm}_key_verify_signatureVitaly Chikunov
2019-04-18crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov
2018-10-26KEYS: asym_tpm: Add support for the sign operation [ver #2]Denis Kenzior
2018-10-26KEYS: asym_tpm: Implement tpm_sign [ver #2]Denis Kenzior
2018-10-26KEYS: asym_tpm: Implement signature verification [ver #2]Denis Kenzior
2018-10-26KEYS: asym_tpm: Implement the decrypt operation [ver #2]Denis Kenzior
2018-10-26KEYS: asym_tpm: Implement tpm_unbind [ver #2]Denis Kenzior
2018-10-26KEYS: asym_tpm: Add loadkey2 and flushspecific [ver #2]Denis Kenzior
2018-10-26KEYS: trusted: Expose common functionality [ver #2]Denis Kenzior
2018-10-26KEYS: asym_tpm: Implement encryption operation [ver #2]Denis Kenzior
2018-10-26KEYS: asym_tpm: Implement pkey_query [ver #2]Denis Kenzior
2018-10-26KEYS: Add parser for TPM-based keys [ver #2]Denis Kenzior
2018-10-26KEYS: asym_tpm: extract key size & public key [ver #2]Denis Kenzior
2018-10-26KEYS: asym_tpm: add skeleton for asym_tpm [ver #2]Denis Kenzior
2018-10-26KEYS: Implement PKCS#8 RSA Private Key parser [ver #2]David Howells