summaryrefslogtreecommitdiff
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecc - Add special case for NIST P521 in ecc_point_multStefan Berger2024-04-121-1/+4
* crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger2024-04-121-0/+25
* crypto: ecc - Add nbits field to ecc_curve structureStefan Berger2024-04-122-0/+9
* crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger2024-04-121-1/+1
* crypto: ecdsa - Adjust tests on length of key parametersStefan Berger2024-04-121-1/+1
* crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2024-04-121-5/+9
* crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possibleStefan Berger2024-04-121-6/+6
* crypto: algboss - remove NULL check in cryptomgr_schedule_probe()Roman Smirnov2024-04-121-3/+0
* crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...Roman Smirnov2024-04-121-2/+2
* crypto: jitter - Replace http with httpsThorsten Blum2024-04-051-1/+1
* crypto: jitter - Remove duplicate word in commentThorsten Blum2024-04-051-1/+1
* crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen2024-04-051-0/+2
* crypto: fips - Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-051-1/+0
* crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warningThorsten Blum2024-04-051-2/+1
* crypto: ecdsa - Fix module auto-load on add-keyStefan Berger2024-04-021-0/+3
* crypto: ecc - update ecc_gen_privkey for FIPS 186-5Joachim Vandersmissen2024-04-021-12/+17
* crypto: ecrdsa - Fix module auto-load on add_keyVitaly Chikunov2024-04-021-0/+1
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-0218-744/+42
* Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-256-2/+98
|\
| * Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-03-226-2/+98
* | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-0/+3
|\ \
| * | RISC-V: hook new crypto subdir into build-systemHeiko Stuebner2024-01-221-0/+3
* | | Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-159-64/+110
|\ \ \ | | |/ | |/|
| * | Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu2024-03-1318-47/+760
| * | crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmemBarry Song2024-03-081-7/+29
| * | crypto: tcrypt - add ffdhe2048(dh) testVladis Dronov2024-03-081-0/+3
| * | crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-03-0118-760/+47
| * | crypto: dh - Make public key test FIPS-onlyHerbert Xu2024-03-011-28/+29
| * | crypto: jitter - fix CRYPTO_JITTERENTROPY help textRandy Dunlap2024-02-241-2/+3
| * | crypto: rsa - restrict plaintext/ciphertext values moreJoachim Vandersmissen2024-02-091-4/+32
| * | crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers2024-02-021-11/+10
| * | crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.cJoachim Vandersmissen2024-01-261-8/+0
| * | crypto: asymmetric_keys - remove redundant pointer secsColin Ian King2024-01-261-2/+2
| * | crypto: pcbc - remove redundant assignment to nbytesColin Ian King2024-01-261-2/+2
| |/
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \
| * | treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
* | | crypto: lskcipher - Copy IV in lskcipher glue code alwaysHerbert Xu2024-02-241-4/+2
|/ /
* | crypto: algif_hash - Remove bogus SGL free on zero-length error pathHerbert Xu2024-02-021-2/+3
* | crypto: cbc - Ensure statesize is zeroHerbert Xu2024-02-021-0/+3
|/
* crypto: scomp - fix req->dst buffer overflowChengming Zhou2023-12-291-0/+6
* crypto: skcipher - Pass statesize for simple lskcipher instancesHerbert Xu2023-12-221-0/+1
* crypto: api - Disallow identical driver namesHerbert Xu2023-12-151-0/+1
* crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi2023-12-151-0/+10
* crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu2023-12-081-3/+69
* crypto: arc4 - Add internal stateHerbert Xu2023-12-081-1/+10
* crypto: skcipher - Make use of internal stateHerbert Xu2023-12-082-8/+106
* crypto: skcipher - Add internal state supportHerbert Xu2023-12-084-13/+19
* crypto: cfb,ofb - Remove cfb and ofbHerbert Xu2023-12-084-385/+0
* crypto: testmgr - Remove cfb and ofbHerbert Xu2023-12-082-1187/+0
* crypto: tcrypt - Remove cfb and ofbHerbert Xu2023-12-081-76/+0