summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-10crypto: api - use 'time_left' variable with wait_for_completion_killable_time...Wolfram Sang
2024-04-26crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger
2024-04-26crypto: ecdh - Pass private key in proper byte order to check valid keyStefan Berger
2024-04-26crypto: aead,cipher - zeroize key buffer after useHailey Mothershead
2024-04-12X.509: Introduce scope-based x509_certificate allocationLukas Wunner
2024-04-12crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger
2024-04-12crypto: asymmetric_keys - Adjust signature size calculation for NIST P521Stefan Berger
2024-04-12crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger
2024-04-12crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger
2024-04-12crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger
2024-04-12crypto: ecc - Add special case for NIST P521 in ecc_point_multStefan Berger
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger
2024-04-12crypto: ecc - Add nbits field to ecc_curve structureStefan Berger
2024-04-12crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger
2024-04-12crypto: ecdsa - Adjust tests on length of key parametersStefan Berger
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger
2024-04-12crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possibleStefan Berger
2024-04-12crypto: algboss - remove NULL check in cryptomgr_schedule_probe()Roman Smirnov
2024-04-12crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...Roman Smirnov
2024-04-05crypto: jitter - Replace http with httpsThorsten Blum
2024-04-05crypto: jitter - Remove duplicate word in commentThorsten Blum
2024-04-05crypto: ecdh - explicitly zeroize private_keyJoachim Vandersmissen
2024-04-05crypto: fips - Remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2024-04-05crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warningThorsten Blum
2024-04-02crypto: ecdsa - Fix module auto-load on add-keyStefan Berger
2024-04-02crypto: ecc - update ecc_gen_privkey for FIPS 186-5Joachim Vandersmissen
2024-04-02crypto: ecrdsa - Fix module auto-load on add_keyVitaly Chikunov
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu
2024-03-08crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmemBarry Song
2024-03-08crypto: tcrypt - add ffdhe2048(dh) testVladis Dronov
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-03-01crypto: dh - Make public key test FIPS-onlyHerbert Xu
2024-02-24crypto: jitter - fix CRYPTO_JITTERENTROPY help textRandy Dunlap
2024-02-24crypto: lskcipher - Copy IV in lskcipher glue code alwaysHerbert Xu
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor
2024-02-09crypto: rsa - restrict plaintext/ciphertext values moreJoachim Vandersmissen
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers
2024-02-02crypto: algif_hash - Remove bogus SGL free on zero-length error pathHerbert Xu
2024-02-02crypto: cbc - Ensure statesize is zeroHerbert Xu
2024-01-26crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.cJoachim Vandersmissen
2024-01-26crypto: asymmetric_keys - remove redundant pointer secsColin Ian King
2024-01-26crypto: pcbc - remove redundant assignment to nbytesColin Ian King