Age | Commit message (Expand) | Author |
2025-01-19 | crypto: asymmetric_keys - Remove unused key_being_used_for[] | Dr. David Alan Gilbert |
2024-11-10 | crypto: rsassa-pkcs1 - Reinstate support for legacy protocols | Lukas Wunner |
2024-11-02 | crypto: asymmetric_keys - Remove unused functions | Dr. David Alan Gilbert |
2024-10-05 | crypto: ecdsa - Support P1363 signature decoding | Lukas Wunner |
2024-10-05 | crypto: ecdsa - Move X9.62 signature size calculation into template | Lukas Wunner |
2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | Lukas Wunner |
2024-10-05 | crypto: ecdsa - Move X9.62 signature decoding into template | Lukas Wunner |
2024-10-05 | crypto: rsassa-pkcs1 - Migrate to sig_alg backend | Lukas Wunner |
2024-09-20 | KEYS: prevent NULL pointer dereference in find_asymmetric_key() | Roman Smirnov |
2024-06-07 | crypto: sm2 - Remove sm2 algorithm | Herbert Xu |
2024-05-15 | Merge tag 'asymmetric-keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2024-05-14 | certs: Add ECDSA signature verification self-test | Joachim Vandersmissen |
2024-05-14 | certs: Move RSA self-test data to separate file | Joachim Vandersmissen |
2024-05-13 | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2024-05-13 | KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST | Eric Biggers |
2024-05-13 | KEYS: asymmetric: Add missing dependency on CRYPTO_SIG | Eric Biggers |
2024-04-12 | X.509: Introduce scope-based x509_certificate allocation | Lukas Wunner |
2024-04-12 | crypto: x509 - Add OID for NIST P521 and extend parser for it | Stefan Berger |
2024-04-12 | crypto: asymmetric_keys - Adjust signature size calculation for NIST P521 | Stefan Berger |
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 |