Age | Commit message (Expand) | Author |
2024-03-22 | Revert "crypto: pkcs7 - remove sha1 support" | Eric Biggers |
2024-01-26 | crypto: asymmetric_keys - remove redundant pointer secs | Colin Ian King |
2023-11-02 | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-11-02 | Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds |
2023-10-31 | certs: Only allow certs signed by keys on the builtin keyring | Mimi Zohar |
2023-10-27 | crypto: asymmetric_keys - allow FIPS 202 SHA-3 signatures | Dimitri John Ledkov |
2023-10-27 | treewide: Add SPDX identifier to IETF ASN.1 modules | Lukas Wunner |
2023-10-27 | certs: Break circular dependency when selftest is modular | Herbert Xu |
2023-10-20 | crypto: mscode_parser - remove sha224 authenticode support | Dimitri John Ledkov |
2023-10-20 | crypto: pkcs7 - remove sha1 support | Dimitri John Ledkov |
2023-10-18 | KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash | Herbert Xu |
2023-10-05 | crypto: pkcs7 - remove md4 md5 x.509 support | Dimitri John Ledkov |
2023-10-05 | X.509: Add missing IMPLICIT annotations to AKID ASN.1 module | Lukas Wunner |
2023-08-29 | Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-08-25 | X.509: if signature is unsupported skip validation | Thore Sommer |
2023-08-17 | KEYS: DigitalSignature link restriction | Eric Snowberg |
2023-07-28 | KEYS: use kfree_sensitive with key | Mahmoud Adam |
2023-07-14 | KEYS: fix kernel-doc warnings in verify_pefile | Gaosheng Cui |
2023-07-07 | KEYS: asymmetric: Fix error codes | Dan Carpenter |
2023-06-23 | KEYS: asymmetric: Use new crypto interface without scatterlists | Herbert Xu |
2023-06-23 | KEYS: asymmetric: Move sm2 code into x509_public_key | Herbert Xu |
2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-04-24 | integrity: machine keyring CA configuration | Eric Snowberg |
2023-04-24 | KEYS: CA link restriction | Eric Snowberg |
2023-04-24 | KEYS: X.509: Parse Key Usage | Eric Snowberg |
2023-04-24 | KEYS: X.509: Parse Basic Constraints for CA | Eric Snowberg |
2023-04-13 | KEYS: remove MODULE_LICENSE in non-modules | Nick Alcock |
2023-03-21 | asymmetric_keys: log on fatal failures in PE/pkcs7 | Robbie Harwood |
2023-03-21 | verify_pefile: relax wrapper length check | Robbie Harwood |
2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-02-13 | KEYS: asymmetric: Fix ECDSA use via keyctl uapi | Denis Kenzior |
2023-02-13 | crypto: certs: fix FIPS selftest dependency | Arnd Bergmann |
2023-01-19 | wifi: cfg80211: Deduplicate certificate loading | Lukas Wunner |
2022-08-03 | KEYS: asymmetric: enforce SM2 signature use pkey algo | Tianjia Zhang |
2022-08-03 | pkcs7: support EC-RDSA/streebog in SignerInfo | Elvira Khabirova |
2022-08-03 | pkcs7: parser support SM2 and SM3 algorithms combination | Tianjia Zhang |
2022-08-03 | X.509: Support parsing certificate using SM2 algorithm | Tianjia Zhang |
2022-06-21 | certs: Add FIPS selftests | David Howells |
2022-06-21 | certs: Move load_certificate_list() to be with the asymmetric keys code | David Howells |
2022-05-23 | certs: Factor out the blacklist hash creation | Mickaël Salaün |
2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2022-03-10 | KEYS: asymmetric: properly validate hash_algo and encoding | Eric Biggers |
2022-03-10 | KEYS: asymmetric: enforce that sig algo matches key algo | Eric Biggers |
2022-03-08 | KEYS: remove support for asym_tpm keys | Eric Biggers |
2022-03-08 | KEYS: x509: remove dead code that set ->unsupported_sig | Eric Biggers |
2022-03-08 | KEYS: x509: remove never-set ->unsupported_key flag | Eric Biggers |
2022-03-08 | KEYS: x509: remove unused fields | Eric Biggers |
2022-03-08 | KEYS: x509: clearly distinguish between key and signature algorithms | Eric Biggers |
2022-03-03 | crypto: cleanup comments | Tom Rix |
2022-01-09 | keys: X.509 public key issuer lookup without AKID | Andrew Zaborowski |