summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-08-293-5/+10
|\
| * X.509: if signature is unsupported skip validationThore Sommer2023-08-251-0/+5
| * KEYS: use kfree_sensitive with keyMahmoud Adam2023-07-281-4/+4
| * KEYS: fix kernel-doc warnings in verify_pefileGaosheng Cui2023-07-141-1/+1
* | KEYS: DigitalSignature link restrictionEric Snowberg2023-08-171-0/+44
|/
* KEYS: asymmetric: Fix error codesDan Carpenter2023-07-071-5/+15
* KEYS: asymmetric: Use new crypto interface without scatterlistsHerbert Xu2023-06-231-97/+137
* KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu2023-06-232-75/+21
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\
| * KEYS: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | integrity: machine keyring CA configurationEric Snowberg2023-04-241-0/+2
* | KEYS: CA link restrictionEric Snowberg2023-04-241-0/+38
* | KEYS: X.509: Parse Key UsageEric Snowberg2023-04-241-0/+28
* | KEYS: X.509: Parse Basic Constraints for CAEric Snowberg2023-04-241-0/+22
* | asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2023-03-212-17/+17
* | verify_pefile: relax wrapper length checkRobbie Harwood2023-03-211-4/+8
|/
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+1
|\
| * wifi: cfg80211: Deduplicate certificate loadingLukas Wunner2023-01-191-0/+1
* | KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior2023-02-131-2/+22
* | crypto: certs: fix FIPS selftest dependencyArnd Bergmann2023-02-132-1/+2
|/
* KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang2022-08-031-2/+5
* pkcs7: support EC-RDSA/streebog in SignerInfoElvira Khabirova2022-08-031-0/+11
* pkcs7: parser support SM2 and SM3 algorithms combinationTianjia Zhang2022-08-031-0/+7
* X.509: Support parsing certificate using SM2 algorithmTianjia Zhang2022-08-031-0/+3
* certs: Add FIPS selftestsDavid Howells2022-06-215-1/+251
* certs: Move load_certificate_list() to be with the asymmetric keys codeDavid Howells2022-06-212-0/+58
* certs: Factor out the blacklist hash creationMickaël Salaün2022-05-231-1/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-212-2/+2
|\
| * crypto: cleanup commentsTom Rix2022-03-032-2/+2
* | KEYS: asymmetric: properly validate hash_algo and encodingEric Biggers2022-03-101-35/+76
* | KEYS: asymmetric: enforce that sig algo matches key algoEric Biggers2022-03-103-12/+15
* | KEYS: remove support for asym_tpm keysEric Biggers2022-03-085-1097/+0
* | KEYS: x509: remove dead code that set ->unsupported_sigEric Biggers2022-03-081-9/+0
* | KEYS: x509: remove never-set ->unsupported_key flagEric Biggers2022-03-083-15/+2
* | KEYS: x509: remove unused fieldsEric Biggers2022-03-081-2/+0
* | KEYS: x509: clearly distinguish between key and signature algorithmsEric Biggers2022-03-082-15/+19
|/
* keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski2022-01-095-35/+96
* certs: Add support for using elliptic curve keys for signing modulesStefan Berger2021-08-231-0/+8
* x509: Add OID for NIST P384 and extend parser for itSaulo Alessandre2021-03-261-0/+3
* x509: Add support for parsing x509 certs with ECDSA keysStefan Berger2021-03-263-3/+39
* x509: Detect sm2 keys by their parameters OIDStefan Berger2021-03-261-1/+11
* Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-234-11/+11
|\
| * crypto: pkcs7: Use match_string() helper to simplify the codeYueHaibing2021-01-211-5/+4
| * PKCS#7: drop function from kernel-doc pkcs7_validate_trust_oneAlex Shi2021-01-211-1/+1
| * crypto: asymmetric_keys: fix some comments in pkcs7_parser.hRandy Dunlap2021-01-211-3/+2
| * KEYS: asymmetric: Fix kerneldocKrzysztof Kozlowski2021-01-211-2/+4
* | keys: Update comment for restrict_link_by_key_or_keyring_chainAndrew Zaborowski2021-02-161-3/+4
* | X.509: Fix crash caused by NULL pointerTianjia Zhang2021-01-201-1/+2
|/
* crypto: asym_tpm: correct zero out potential secretsGreg Kroah-Hartman2020-12-311-1/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1