summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys
Commit message (Expand)AuthorAgeFilesLines
* Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-03-225-2/+18
* crypto: asymmetric_keys - remove redundant pointer secsColin Ian King2024-01-261-2/+2
* Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-0214-66/+106
|\
| * crypto: asymmetric_keys - allow FIPS 202 SHA-3 signaturesDimitri John Ledkov2023-10-274-1/+49
| * treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner2023-10-274-0/+25
| * certs: Break circular dependency when selftest is modularHerbert Xu2023-10-275-21/+15
| * crypto: mscode_parser - remove sha224 authenticode supportDimitri John Ledkov2023-10-201-3/+0
| * crypto: pkcs7 - remove sha1 supportDimitri John Ledkov2023-10-205-18/+2
| * crypto: pkcs7 - remove md4 md5 x.509 supportDimitri John Ledkov2023-10-053-18/+0
| * X.509: Add missing IMPLICIT annotations to AKID ASN.1 moduleLukas Wunner2023-10-051-7/+17
* | Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-11-021-0/+4
|\ \
| * | certs: Only allow certs signed by keys on the builtin keyringMimi Zohar2023-10-311-0/+4
| |/
* / KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hashHerbert Xu2023-10-181-3/+2
|/
* 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