Age | Commit message (Expand) | Author | Files | Lines |
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-20 | crypto: testmgr - Add some test vectors for cmac(camellia) | David Howells | 2 | -0/+53 |
2023-04-20 | crypto: cryptd - Add support for cloning hashes | Herbert Xu | 1 | -0/+16 |
2023-04-20 | crypto: cryptd - Convert hash to use modern init_tfm/exit_tfm | Herbert Xu | 1 | -9/+9 |
2023-04-20 | crypto: hmac - Add support for cloning | Herbert Xu | 1 | -0/+15 |
2023-04-20 | crypto: hash - Add crypto_clone_ahash/shash | Herbert Xu | 3 | -0/+107 |
2023-04-20 | crypto: api - Add crypto_clone_tfm | Herbert Xu | 2 | -9/+52 |
2023-04-20 | crypto: api - Add crypto_tfm_get | Herbert Xu | 2 | -0/+10 |
2023-04-14 | crypto: api - Move low-level functions into algapi.h | Herbert Xu | 2 | -4/+9 |
2023-04-13 | KEYS: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-04-06 | crypto: hash - Remove maximum statesize limit | Herbert Xu | 1 | -2/+1 |
2023-04-06 | crypto: algif_hash - Allocate hash state with kmalloc | Herbert Xu | 1 | -4/+15 |
2023-04-06 | crypto: drbg - Only fail when jent is unavailable in FIPS mode | Herbert Xu | 1 | -1/+1 |
2023-04-06 | crypto: jitter - permanent and intermittent health errors | Stephan Müller | 3 | -120/+76 |
2023-03-24 | async_tx: fix kernel-doc notation warnings | Randy Dunlap | 2 | -7/+7 |
2023-03-24 | crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() | Toke Høiland-Jørgensen | 1 | -1/+3 |
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-03-17 | crypto: fips - simplify one-level sysctl registration for crypto_sysctl_table | Luis Chamberlain | 1 | -10/+1 |
2023-03-14 | crypto: testmgr - fix RNG performance in fuzz tests | Eric Biggers | 1 | -97/+169 |
2023-03-14 | crypto: api - Check CRYPTO_USER instead of NET for report | Herbert Xu | 9 | -72/+36 |
2023-03-14 | crypto: rng - Count error stats differently | Herbert Xu | 3 | -77/+48 |
2023-03-14 | crypto: skcipher - Count error stats differently | Herbert Xu | 3 | -55/+87 |
2023-03-14 | crypto: kpp - Count error stats differently | Herbert Xu | 3 | -58/+34 |
2023-03-14 | crypto: acomp - Count error stats differently | Herbert Xu | 5 | -74/+101 |
2023-03-14 | crypto: hash - Count error stats differently | Herbert Xu | 5 | -117/+176 |
2023-03-14 | crypto: akcipher - Count error stats differently | Herbert Xu | 3 | -76/+34 |
2023-03-14 | crypto: aead - Count error stats differently | Herbert Xu | 3 | -60/+73 |
2023-03-14 | crypto: algapi - Move stat reporting into algapi | Herbert Xu | 1 | -0/+6 |
2023-02-22 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
2023-02-22 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 29 | -415/+400 |
2023-02-14 | crypto: proc - Print fips status | Herbert Xu | 1 | -0/+6 |
2023-02-14 | crypto: ecc - Silence sparse warning | Herbert Xu | 1 | -2/+4 |
2023-02-13 | crypto: api - Use data directly in completion function | Herbert Xu | 19 | -139/+124 |
2023-02-13 | crypto: cryptd - Use request_complete helpers | Herbert Xu | 1 | -108/+126 |
2023-02-13 | crypto: rsa-pkcs1pad - Use akcipher_request_complete | Herbert Xu | 1 | -19/+15 |
2023-02-13 | crypto: engine - Use crypto_request_complete | Herbert Xu | 1 | -3/+3 |
2023-02-13 | crypto: hash - Use crypto_request_complete | Herbert Xu | 1 | -105/+74 |
2023-02-13 | crypto: cryptd - Use subreq for AEAD | Herbert Xu | 1 | -4/+16 |
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-02-10 | crypto: testmgr - add diff-splits of src/dst into default cipher config | Zhang Yiqun | 1 | -0/+8 |
2023-02-03 | Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad... | Herbert Xu | 1 | -1/+1 |
2023-01-27 | crypto: engine - Fix excess parameter doc warning | Herbert Xu | 1 | -1/+1 |
2023-01-27 | crypto: xts - Handle EBUSY correctly | Herbert Xu | 1 | -4/+4 |
2023-01-27 | crypto: cryptd - Remove unnecessary skcipher_request_zero | Herbert Xu | 1 | -2/+0 |
2023-01-27 | crypto: testmgr - disallow certain DRBG hash functions in FIPS mode | Vladis Dronov | 1 | -4/+0 |
2023-01-20 | crypto: seqiv - Handle EBUSY correctly | Herbert Xu | 1 | -1/+1 |
2023-01-20 | crypto: essiv - Handle EBUSY correctly | Herbert Xu | 1 | -1/+6 |