summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
* 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
| * crypto: ahash - remove struct ahash_request_privEric Biggers2023-10-271-8/+0
| * crypto: gcm - stop using alignmask of ahashEric Biggers2023-10-271-2/+1
| * crypto: chacha20poly1305 - stop using alignmask of ahashEric Biggers2023-10-271-2/+1
| * crypto: ccm - stop using alignmask of ahashEric Biggers2023-10-271-2/+1
| * crypto: testmgr - stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-6/+3
| * crypto: authencesn - stop using alignmask of ahashEric Biggers2023-10-271-14/+6
| * crypto: authenc - stop using alignmask of ahashEric Biggers2023-10-271-10/+2
| * crypto: ahash - remove support for nonzero alignmaskEric Biggers2023-10-272-113/+12
| * treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner2023-10-276-0/+39
| * crypto: jitter - use permanent health test storageStephan Müller2023-10-271-51/+74
| * crypto: hctr2 - stop using alignmask of shash_algEric Biggers2023-10-271-2/+1
| * crypto: adiantum - stop using alignmask of shash_algEric Biggers2023-10-271-2/+1
| * crypto: testmgr - stop checking crypto_shash_alignmaskEric Biggers2023-10-271-3/+2
| * crypto: drbg - stop checking crypto_shash_alignmaskEric Biggers2023-10-271-1/+1
| * crypto: shash - remove support for nonzero alignmaskEric Biggers2023-10-271-120/+8
| * crypto: xcbc - remove unnecessary alignment logicEric Biggers2023-10-271-22/+10