summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-1336-864/+425
|\
| * crypto: api - use 'time_left' variable with wait_for_completion_killable_time...Wolfram Sang2024-05-101-4/+4
| * crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger2024-04-262-24/+13
| * crypto: ecdh - Pass private key in proper byte order to check valid keyStefan Berger2024-04-261-3/+8
| * crypto: aead,cipher - zeroize key buffer after useHailey Mothershead2024-04-262-4/+2
| * X.509: Introduce scope-based x509_certificate allocationLukas Wunner2024-04-123-49/+28
| * crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger2024-04-121-0/+3
| * crypto: asymmetric_keys - Adjust signature size calculation for NIST P521Stefan Berger2024-04-121-1/+13
| * crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger2024-04-123-0/+184
| * crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger2024-04-121-6/+6
| * crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger2024-04-121-1/+1
| * crypto: ecc - Add NIST P521 curve parametersStefan Berger2024-04-122-0/+47
| * 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