Age | Commit message (Expand) | Author | Files | Lines |
2024-06-07 | crypto: sm2 - Remove sm2 algorithm | Herbert Xu | 4 | -42/+2 |
2024-05-15 | Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 6 | -189/+330 |
2024-05-14 | certs: Add ECDSA signature verification self-test | Joachim Vandersmissen | 5 | -0/+103 |
2024-05-14 | certs: Move RSA self-test data to separate file | Joachim Vandersmissen | 5 | -189/+224 |
2024-05-13 | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -50/+43 |
2024-05-13 | KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST | Eric Biggers | 1 | -0/+2 |
2024-05-13 | KEYS: asymmetric: Add missing dependency on CRYPTO_SIG | Eric Biggers | 1 | -0/+1 |
2024-04-12 | X.509: Introduce scope-based x509_certificate allocation | Lukas Wunner | 3 | -49/+28 |
2024-04-12 | crypto: x509 - Add OID for NIST P521 and extend parser for it | Stefan Berger | 1 | -0/+3 |
2024-04-12 | crypto: asymmetric_keys - Adjust signature size calculation for NIST P521 | Stefan Berger | 1 | -1/+13 |
2024-03-22 | Revert "crypto: pkcs7 - remove sha1 support" | Eric Biggers | 5 | -2/+18 |
2024-01-26 | crypto: asymmetric_keys - remove redundant pointer secs | Colin Ian King | 1 | -2/+2 |
2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 14 | -66/+106 |
2023-11-02 | Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -0/+4 |
2023-10-31 | certs: Only allow certs signed by keys on the builtin keyring | Mimi Zohar | 1 | -0/+4 |
2023-10-27 | crypto: asymmetric_keys - allow FIPS 202 SHA-3 signatures | Dimitri John Ledkov | 4 | -1/+49 |
2023-10-27 | treewide: Add SPDX identifier to IETF ASN.1 modules | Lukas Wunner | 4 | -0/+25 |
2023-10-27 | certs: Break circular dependency when selftest is modular | Herbert Xu | 5 | -21/+15 |
2023-10-20 | crypto: mscode_parser - remove sha224 authenticode support | Dimitri John Ledkov | 1 | -3/+0 |
2023-10-20 | crypto: pkcs7 - remove sha1 support | Dimitri John Ledkov | 5 | -18/+2 |
2023-10-18 | KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash | Herbert Xu | 1 | -3/+2 |
2023-10-05 | crypto: pkcs7 - remove md4 md5 x.509 support | Dimitri John Ledkov | 3 | -18/+0 |
2023-10-05 | X.509: Add missing IMPLICIT annotations to AKID ASN.1 module | Lukas Wunner | 1 | -7/+17 |
2023-08-29 | Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 3 | -5/+10 |
2023-08-25 | X.509: if signature is unsupported skip validation | Thore Sommer | 1 | -0/+5 |
2023-08-17 | KEYS: DigitalSignature link restriction | Eric Snowberg | 1 | -0/+44 |
2023-07-28 | KEYS: use kfree_sensitive with key | Mahmoud Adam | 1 | -4/+4 |
2023-07-14 | KEYS: fix kernel-doc warnings in verify_pefile | Gaosheng Cui | 1 | -1/+1 |
2023-07-07 | KEYS: asymmetric: Fix error codes | Dan Carpenter | 1 | -5/+15 |
2023-06-23 | KEYS: asymmetric: Use new crypto interface without scatterlists | Herbert Xu | 1 | -97/+137 |
2023-06-23 | KEYS: asymmetric: Move sm2 code into x509_public_key | Herbert Xu | 2 | -75/+21 |
2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2023-04-24 | integrity: machine keyring CA configuration | Eric Snowberg | 1 | -0/+2 |
2023-04-24 | KEYS: CA link restriction | Eric Snowberg | 1 | -0/+38 |
2023-04-24 | KEYS: X.509: Parse Key Usage | Eric Snowberg | 1 | -0/+28 |
2023-04-24 | KEYS: X.509: Parse Basic Constraints for CA | Eric Snowberg | 1 | -0/+22 |
2023-04-13 | KEYS: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-03-21 | asymmetric_keys: log on fatal failures in PE/pkcs7 | Robbie Harwood | 2 | -17/+17 |
2023-03-21 | verify_pefile: relax wrapper length check | Robbie Harwood | 1 | -4/+8 |
2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
2023-02-13 | KEYS: asymmetric: Fix ECDSA use via keyctl uapi | Denis Kenzior | 1 | -2/+22 |
2023-02-13 | crypto: certs: fix FIPS selftest dependency | Arnd Bergmann | 2 | -1/+2 |
2023-01-19 | wifi: cfg80211: Deduplicate certificate loading | Lukas Wunner | 1 | -0/+1 |
2022-08-03 | KEYS: asymmetric: enforce SM2 signature use pkey algo | Tianjia Zhang | 1 | -2/+5 |
2022-08-03 | pkcs7: support EC-RDSA/streebog in SignerInfo | Elvira Khabirova | 1 | -0/+11 |
2022-08-03 | pkcs7: parser support SM2 and SM3 algorithms combination | Tianjia Zhang | 1 | -0/+7 |
2022-08-03 | X.509: Support parsing certificate using SM2 algorithm | Tianjia Zhang | 1 | -0/+3 |
2022-06-21 | certs: Add FIPS selftests | David Howells | 5 | -1/+251 |
2022-06-21 | certs: Move load_certificate_list() to be with the asymmetric keys code | David Howells | 2 | -0/+58 |
2022-05-23 | certs: Factor out the blacklist hash creation | Mickaël Salaün | 1 | -1/+2 |