summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu2023-12-081-1/+13
* crypto: drbg - Remove SHA1 from drbgDimitri John Ledkov2023-11-172-37/+4
* crypto: drbg - ensure drbg hmac sha512 is used in FIPS selftestsDimitri John Ledkov2023-11-171-6/+6
* crypto: drbg - update FIPS CTR self-checks to aes256Dimitri John Ledkov2023-11-171-3/+3
* crypto: drbg - ensure most preferred type is FIPS health checkedDimitri John Ledkov2023-11-171-2/+4
* crypto: rsa - add a check for allocation failureDan Carpenter2023-11-171-0/+2
* crypto: shash - don't exclude async statuses from error statsEric Biggers2023-11-171-5/+1
* Merge tag 'v6.7-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-092-3/+26
|\
| * crypto: ahash - Set using_shash for cloned ahash wrapper over shashDmitry Safonov2023-11-071-0/+1
| * crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERTHerbert Xu2023-11-071-3/+25
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-0257-1349/+1981
|\|
| * crypto: adiantum - flush destination page before unmappingEric Biggers2023-11-011-1/+3
| * crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeEric Biggers2023-11-011-5/+5
| * crypto: asymmetric_keys - allow FIPS 202 SHA-3 signaturesDimitri John Ledkov2023-10-274-1/+49
| * crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportDimitri John Ledkov2023-10-272-1/+36
| * crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov2023-10-271-0/+6
| * crypto: ahash - optimize performance when wrapping shashEric Biggers2023-10-273-141/+162
| * crypto: ahash - check for shash type instead of not ahash typeEric Biggers2023-10-271-5/+3
| * crypto: hash - move "ahash wrapping shash" functions to ahash.cEric Biggers2023-10-273-191/+188
| * crypto: ahash - improve file commentEric Biggers2023-10-271-2/+6