summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2024-04-12crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possibleStefan Berger-6/+6
2024-04-12crypto: algboss - remove NULL check in cryptomgr_schedule_probe()Roman Smirnov-3/+0
2024-04-12crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...Roman Smirnov-2/+2
2024-04-05crypto: jitter - Replace http with httpsThorsten Blum-1/+1
2024-04-05crypto: jitter - Remove duplicate word in commentThorsten Blum-1/+1
2024-04-05crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen-0/+2
2024-04-05crypto: fips - Remove the now superfluous sentinel element from ctl_table arrayJoel Granados-1/+0
2024-04-05crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warningThorsten Blum-2/+1
2024-04-02crypto: ecdsa - Fix module auto-load on add-keyStefan Berger-0/+3
2024-04-02crypto: ecc - update ecc_gen_privkey for FIPS 186-5Joachim Vandersmissen-12/+17
2024-04-02crypto: ecrdsa - Fix module auto-load on add_keyVitaly Chikunov-0/+1
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers-744/+42
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet-2/+2
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-2/+98
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+3
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers-2/+98
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-64/+110
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu-47/+760
2024-03-08crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmemBarry Song-7/+29
2024-03-08crypto: tcrypt - add ffdhe2048(dh) testVladis Dronov-0/+3
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers-760/+47
2024-03-01crypto: dh - Make public key test FIPS-onlyHerbert Xu-28/+29
2024-02-24crypto: jitter - fix CRYPTO_JITTERENTROPY help textRandy Dunlap-2/+3
2024-02-24crypto: lskcipher - Copy IV in lskcipher glue code alwaysHerbert Xu-4/+2
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor-1/+1
2024-02-09crypto: rsa - restrict plaintext/ciphertext values moreJoachim Vandersmissen-4/+32
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers-11/+10
2024-02-02crypto: algif_hash - Remove bogus SGL free on zero-length error pathHerbert Xu-2/+3
2024-02-02crypto: cbc - Ensure statesize is zeroHerbert Xu-0/+3
2024-01-26crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.cJoachim Vandersmissen-8/+0
2024-01-26crypto: asymmetric_keys - remove redundant pointer secsColin Ian King-2/+2
2024-01-26crypto: pcbc - remove redundant assignment to nbytesColin Ian King-2/+2
2024-01-22RISC-V: hook new crypto subdir into build-systemHeiko Stuebner-0/+3
2023-12-29crypto: scomp - fix req->dst buffer overflowChengming Zhou-0/+6
2023-12-22crypto: skcipher - Pass statesize for simple lskcipher instancesHerbert Xu-0/+1
2023-12-15crypto: api - Disallow identical driver namesHerbert Xu-0/+1
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi-0/+10
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu-3/+69
2023-12-08crypto: arc4 - Add internal stateHerbert Xu-1/+10
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu-8/+106
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu-13/+19
2023-12-08crypto: cfb,ofb - Remove cfb and ofbHerbert Xu-385/+0
2023-12-08crypto: testmgr - Remove cfb and ofbHerbert Xu-1187/+0
2023-12-08crypto: tcrypt - Remove cfb and ofbHerbert Xu-76/+0
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu-1/+13
2023-11-17crypto: drbg - Remove SHA1 from drbgDimitri John Ledkov-37/+4
2023-11-17crypto: drbg - ensure drbg hmac sha512 is used in FIPS selftestsDimitri John Ledkov-6/+6
2023-11-17crypto: drbg - update FIPS CTR self-checks to aes256Dimitri John Ledkov-3/+3
2023-11-17crypto: drbg - ensure most preferred type is FIPS health checkedDimitri John Ledkov-2/+4