| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/pcmoor... | Mark Brown | 6 | -2/+147 |
| 10 days | X.509: Fix validation of ASN.1 certificate header | Lukas Wunner | 1 | -1/+1 |
| 2026-05-13 | crypto: pkcs7: add tests for pkcs7_get_authattr | James Bottomley | 1 | -1/+43 |
| 2026-05-13 | crypto: pkcs7: add ability to extract signed attributes by OID | James Bottomley | 3 | -1/+102 |
| 2026-05-13 | crypto: pkcs7: add flag for validated trust on a signed info block | James Bottomley | 2 | -0/+2 |
| 2026-05-07 | crypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contents | Weiming Shi | 1 | -0/+2 |
| 2026-05-05 | keys: cleanup dead code in Kconfig for FIPS_SIGNATURE_SELFTEST | Julian Braha | 1 | -1/+0 |
| 2026-04-12 | X.509: Fix out-of-bounds access when parsing extensions | Lukas Wunner | 1 | -4/+4 |
| 2026-02-22 | x509: select CONFIG_CRYPTO_LIB_SHA256 | Arnd Bergmann | 1 | -0/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 5 | -13/+13 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 5 | -15/+13 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -0/+2 |
| 2026-02-05 | pkcs7: Change a pr_warn() to pr_warn_once() | David Howells | 1 | -1/+1 |
| 2026-02-02 | pkcs7: Allow authenticatedAttributes for ML-DSA | David Howells | 4 | -0/+28 |
| 2026-01-30 | pkcs7, x509: Add ML-DSA support | David Howells | 3 | -2/+59 |
| 2026-01-30 | pkcs7: Allow the signing algo to do whatever digestion it wants itself | David Howells | 4 | -19/+48 |
| 2026-01-30 | pkcs7, x509: Rename ->digest to ->m | David Howells | 5 | -25/+22 |
| 2026-01-30 | x509: Separately calculate sha256 for blacklist | David Howells | 2 | -9/+15 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 2 | -0/+2 |
| 2025-11-22 | crypto: asymmetric_keys - fix uninitialized pointers with free attribute | Ally Heev | 2 | -2/+2 |
| 2025-11-22 | KEYS: Avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -2/+5 |
| 2025-10-23 | crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id | Thorsten Blum | 1 | -3/+9 |
| 2025-10-04 | Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+12 |
| 2025-09-28 | KEYS: X.509: Fix Basic Constraints CA flag parsing | Fan Wu | 1 | -4/+12 |
| 2025-09-22 | bpf: Implement signature verification for BPF programs | KP Singh | 1 | -0/+1 |
| 2025-05-30 | Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
| 2025-05-21 | include: pe.h: Fix PE definitions | Pali Rohár | 1 | -4/+4 |
| 2025-04-17 | crypto: public_key - Make sig/tfm local to if clause in software_key_query | Herbert Xu | 1 | -11/+12 |
| 2025-04-16 | crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY | Lukas Wunner | 1 | -4/+4 |
| 2025-04-16 | crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY | Lukas Wunner | 1 | -2/+7 |
| 2025-04-16 | crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc() | Thorsten Blum | 1 | -2/+1 |
| 2025-02-09 | crypto: sig - Prepare for algorithms with variable signature size | Lukas Wunner | 1 | -7/+2 |
| 2025-01-19 | crypto: asymmetric_keys - Remove unused key_being_used_for[] | Dr. David Alan Gilbert | 1 | -10/+0 |
| 2024-11-10 | crypto: rsassa-pkcs1 - Reinstate support for legacy protocols | Lukas Wunner | 1 | -1/+1 |
| 2024-11-02 | crypto: asymmetric_keys - Remove unused functions | Dr. David Alan Gilbert | 1 | -63/+0 |
| 2024-10-05 | crypto: ecdsa - Support P1363 signature decoding | Lukas Wunner | 1 | -1/+2 |
| 2024-10-05 | crypto: ecdsa - Move X9.62 signature size calculation into template | Lukas Wunner | 1 | -34/+4 |
| 2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | Lukas Wunner | 1 | -2/+2 |
| 2024-10-05 | crypto: ecdsa - Move X9.62 signature decoding into template | Lukas Wunner | 1 | -0/+3 |
| 2024-10-05 | crypto: rsassa-pkcs1 - Migrate to sig_alg backend | Lukas Wunner | 1 | -2/+8 |
| 2024-09-20 | KEYS: prevent NULL pointer dereference in find_asymmetric_key() | Roman Smirnov | 1 | -3/+4 |
| 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 |
| 2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -2/+2 |
| 2022-03-10 | KEYS: asymmetric: properly validate hash_algo and encoding | Eric Biggers | 1 | -35/+76 |
| 2022-03-10 | KEYS: asymmetric: enforce that sig algo matches key algo | Eric Biggers | 3 | -12/+15 |
| 2022-03-08 | KEYS: remove support for asym_tpm keys | Eric Biggers | 5 | -1097/+0 |
| 2022-03-08 | KEYS: x509: remove dead code that set ->unsupported_sig | Eric Biggers | 1 | -9/+0 |
| 2022-03-08 | KEYS: x509: remove never-set ->unsupported_key flag | Eric Biggers | 3 | -15/+2 |
| 2022-03-08 | KEYS: x509: remove unused fields | Eric Biggers | 1 | -2/+0 |
| 2022-03-08 | KEYS: x509: clearly distinguish between key and signature algorithms | Eric Biggers | 2 | -15/+19 |
| 2022-03-03 | crypto: cleanup comments | Tom Rix | 2 | -2/+2 |
| 2022-01-09 | keys: X.509 public key issuer lookup without AKID | Andrew Zaborowski | 5 | -35/+96 |
| 2021-08-23 | certs: Add support for using elliptic curve keys for signing modules | Stefan Berger | 1 | -0/+8 |
| 2021-03-26 | x509: Add OID for NIST P384 and extend parser for it | Saulo Alessandre | 1 | -0/+3 |
| 2021-03-26 | x509: Add support for parsing x509 certs with ECDSA keys | Stefan Berger | 3 | -3/+39 |
| 2021-03-26 | x509: Detect sm2 keys by their parameters OID | Stefan Berger | 1 | -1/+11 |
| 2021-02-23 | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -11/+11 |
| 2021-02-16 | keys: Update comment for restrict_link_by_key_or_keyring_chain | Andrew Zaborowski | 1 | -3/+4 |
| 2021-01-21 | crypto: pkcs7: Use match_string() helper to simplify the code | YueHaibing | 1 | -5/+4 |
| 2021-01-21 | PKCS#7: drop function from kernel-doc pkcs7_validate_trust_one | Alex Shi | 1 | -1/+1 |
| 2021-01-21 | crypto: asymmetric_keys: fix some comments in pkcs7_parser.h | Randy Dunlap | 1 | -3/+2 |
| 2021-01-21 | KEYS: asymmetric: Fix kerneldoc | Krzysztof Kozlowski | 1 | -2/+4 |
| 2021-01-20 | X.509: Fix crash caused by NULL pointer | Tianjia Zhang | 1 | -1/+2 |
| 2020-12-31 | crypto: asym_tpm: correct zero out potential secrets | Greg Kroah-Hartman | 1 | -1/+1 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+1 |
| 2020-10-08 | X.509: Fix modular build of public_key_sm2 | Herbert Xu | 3 | -64/+57 |
| 2020-10-08 | X.509: fix error return value on the failed path | Tianjia Zhang | 1 | -1/+3 |
| 2020-09-25 | X.509: support OSCCA SM2-with-SM3 certificate verification | Tianjia Zhang | 4 | -0/+71 |
| 2020-09-25 | X.509: support OSCCA certificate parse | Tianjia Zhang | 1 | -5/+22 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -2/+2 |
| 2020-08-04 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 3 | -3/+3 |
| 2020-07-15 | keys: asymmetric: fix error return code in software_key_query() | Wei Yongjun | 1 | -0/+1 |
| 2020-06-19 | docs: crypto: convert asymmetric-keys.txt to ReST | Mauro Carvalho Chehab | 3 | -3/+3 |
| 2019-12-12 | KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails | Eric Biggers | 2 | -0/+2 |
| 2019-11-12 | KEYS: trusted: Create trusted keys subsystem | Sumit Garg | 1 | -1/+1 |
| 2019-11-12 | KEYS: Use common tpm_buf for trusted and asymmetric keys | Sumit Garg | 1 | -62/+45 |
| 2019-11-12 | tpm: Move tpm_buf code to include/linux/ | Sumit Garg | 1 | -6/+6 |
| 2019-09-28 | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+3 |
| 2019-08-19 | kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE | Jiri Bohac | 1 | -1/+3 |
| 2019-08-05 | PKCS#7: Introduce pkcs7_get_digest() | Thiago Jung Bauermann | 1 | -0/+33 |
| 2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+3 |
| 2019-07-08 | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2019-06-27 | crypto: asymmetric_keys - select CRYPTO_HASH where needed | Arnd Bergmann | 1 | -0/+3 |
| 2019-06-26 | keys: Add a 'recurse' flag for keyring searches | David Howells | 1 | -1/+1 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 17 | -85/+17 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 3 | -3/+0 |
| 2019-04-18 | crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm | Vitaly Chikunov | 1 | -4/+22 |
| 2019-04-18 | X.509: parse public key parameters from x509 for akcipher | Vitaly Chikunov | 4 | -17/+97 |
| 2019-04-18 | KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature | Vitaly Chikunov | 2 | -17/+2 |
| 2019-04-18 | crypto: akcipher - new verify API for public key algorithms | Vitaly Chikunov | 2 | -48/+20 |
| 2018-10-26 | KEYS: asym_tpm: Add support for the sign operation [ver #2] | Denis Kenzior | 1 | -1/+155 |
| 2018-10-26 | KEYS: asym_tpm: Implement tpm_sign [ver #2] | Denis Kenzior | 1 | -0/+87 |
| 2018-10-26 | KEYS: asym_tpm: Implement signature verification [ver #2] | Denis Kenzior | 1 | -6/+100 |
| 2018-10-26 | KEYS: asym_tpm: Implement the decrypt operation [ver #2] | Denis Kenzior | 1 | -1/+57 |
| 2018-10-26 | KEYS: asym_tpm: Implement tpm_unbind [ver #2] | Denis Kenzior | 1 | -0/+82 |
| 2018-10-26 | KEYS: asym_tpm: Add loadkey2 and flushspecific [ver #2] | Denis Kenzior | 1 | -0/+94 |
| 2018-10-26 | KEYS: trusted: Expose common functionality [ver #2] | Denis Kenzior | 1 | -0/+1 |
| 2018-10-26 | KEYS: asym_tpm: Implement encryption operation [ver #2] | Denis Kenzior | 1 | -0/+84 |
| 2018-10-26 | KEYS: asym_tpm: Implement pkey_query [ver #2] | Denis Kenzior | 1 | -0/+135 |
| 2018-10-26 | KEYS: Add parser for TPM-based keys [ver #2] | Denis Kenzior | 4 | -0/+127 |
| 2018-10-26 | KEYS: asym_tpm: extract key size & public key [ver #2] | Denis Kenzior | 1 | -0/+112 |
| 2018-10-26 | KEYS: asym_tpm: add skeleton for asym_tpm [ver #2] | Denis Kenzior | 3 | -0/+102 |
| 2018-10-26 | KEYS: Implement PKCS#8 RSA Private Key parser [ver #2] | David Howells | 4 | -0/+231 |
| 2018-10-26 | KEYS: Implement encrypt, decrypt and sign for software asymmetric key [ver #2] | David Howells | 1 | -1/+81 |
| 2018-10-26 | KEYS: Allow the public_key struct to hold a private key [ver #2] | David Howells | 1 | -2/+12 |
| 2018-10-26 | KEYS: Provide software public key query function [ver #2] | David Howells | 1 | -17/+82 |
| 2018-10-26 | KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type [ver #2] | David Howells | 2 | -12/+10 |
| 2018-10-26 | KEYS: Provide missing asymmetric key subops for new key type ops [ver #2] | David Howells | 3 | -0/+141 |
| 2018-08-16 | Replace magic for trusting the secondary keyring with #define | Yannik Sembritzki | 1 | -1/+1 |
| 2018-06-25 | X.509: unpack RSA signatureValue field from BIT STRING | Maciej S. Szmigiero | 1 | -0/+9 |
| 2018-06-15 | docs: Fix some broken references | Mauro Carvalho Chehab | 2 | -2/+2 |
| 2018-04-07 | kbuild: rename *-asn1.[ch] to *.asn1.[ch] | Masahiro Yamada | 4 | -16/+16 |
| 2018-04-07 | kbuild: clean up *-asn1.[ch] patterns from top-level Makefile | Masahiro Yamada | 1 | -7/+0 |
| 2018-04-07 | .gitignore: move *-asn1.[ch] patterns to the top-level .gitignore | Masahiro Yamada | 1 | -1/+0 |
| 2018-02-22 | X.509: fix NULL dereference when restricting key with unsupported_sig | Eric Biggers | 1 | -8/+13 |
| 2018-02-22 | X.509: fix BUG_ON() when hash algorithm is unsupported | Eric Biggers | 1 | -1/+3 |
| 2018-02-22 | PKCS#7: fix direct verification of SignerInfo signature | Eric Biggers | 1 | -0/+1 |
| 2018-02-22 | PKCS#7: fix certificate blacklisting | Eric Biggers | 1 | -4/+6 |
| 2018-02-22 | PKCS#7: fix certificate chain verification | Eric Biggers | 1 | -1/+1 |
| 2017-12-08 | X.509: fix comparisons of ->pkey_algo | Eric Biggers | 2 | -2/+2 |
| 2017-12-08 | X.509: use crypto_shash_digest() | Eric Biggers | 1 | -5/+1 |
| 2017-12-08 | KEYS: be careful with error codes in public_key_verify_signature() | Eric Biggers | 1 | -2/+5 |
| 2017-12-08 | pkcs7: use crypto_shash_digest() | Eric Biggers | 1 | -5/+2 |
| 2017-12-08 | pkcs7: fix check for self-signed certificate | Eric Biggers | 1 | -1/+1 |
| 2017-12-08 | pkcs7: return correct error code if pkcs7_check_authattrs() fails | Eric Biggers | 1 | -1/+3 |
| 2017-12-08 | X.509: reject invalid BIT STRING for subjectPublicKey | Eric Biggers | 1 | -0/+2 |
| 2017-11-15 | pkcs7: Set the module licence to prevent tainting | David Howells | 4 | -0/+9 |
| 2017-11-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -24/+4 |
| 2017-11-03 | crypto: move pub key to generic async completion | Gilad Ben-Yossef | 1 | -24/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-10-18 | pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. | Eric Sesterhenn | 1 | -0/+3 |
| 2017-10-18 | KEYS: checking the input id parameters before finding asymmetric key | Chun-Yi Lee | 1 | -0/+2 |
| 2017-10-18 | KEYS: Fix the wrong index when checking the existence of second id | Chun-Yi Lee | 1 | -1/+1 |
| 2017-06-09 | crypto : asymmetric_keys : verify_pefile:zero memory content before freeing | Loganaden Velvindron | 1 | -2/+2 |
| 2017-06-09 | X.509: Fix error code in x509_cert_parse() | Dan Carpenter | 1 | -0/+1 |
| 2017-05-23 | crypto: asymmetric_keys - handle EBUSY due to backlog correctly | Gilad Ben-Yossef | 1 | -1/+1 |
| 2017-04-04 | KEYS: Keyring asymmetric key restrict method with chaining | Mat Martineau | 2 | -45/+144 |
| 2017-04-04 | KEYS: Restrict asymmetric key linkage using a specific keychain | Mat Martineau | 2 | -1/+105 |
| 2017-04-04 | KEYS: Add a lookup_restriction function for the asymmetric key type | Mat Martineau | 1 | -8/+44 |
| 2017-04-03 | KEYS: Split role of the keyring pointer for keyring restrict functions | Mat Martineau | 1 | -3/+5 |
| 2017-04-03 | PKCS#7: Handle blacklisted certificates | David Howells | 2 | -8/+25 |
| 2017-04-03 | X.509: Allow X.509 certs to be blacklisted | David Howells | 2 | -0/+16 |
| 2016-12-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+1 |
| 2016-12-14 | crypto: asymmetric_keys - set error code on failure | Pan Bian | 1 | -0/+1 |
| 2016-11-25 | X.509: Fix double free in x509_cert_parse() [ver #3] | Andrey Ryabinin | 1 | -1/+0 |
| 2016-07-18 | KEYS: Fix for erroneous trust of incorrectly signed X.509 certs | Mat Martineau | 1 | -1/+1 |
| 2016-07-18 | pefile: Fix the failure of calculation for digest | Lans Zhang | 1 | -1/+6 |
| 2016-07-18 | PKCS#7: Fix panic when referring to the empty AKID when DEBUG defined | Lans Zhang | 1 | -1/+1 |
| 2016-05-30 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+1 |
| 2016-05-19 | crypto: public_key: select CRYPTO_AKCIPHER | Arnd Bergmann | 1 | -0/+1 |
| 2016-05-11 | KEYS: The PKCS#7 test key type should use the secondary keyring | David Howells | 1 | -1/+1 |