summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2023-12-29crypto: scomp - fix req->dst buffer overflowChengming Zhou-0/+6
2023-12-22crypto: skcipher - Pass statesize for simple lskcipher instancesHerbert Xu-0/+1
2023-12-15crypto: api - Disallow identical driver namesHerbert Xu-0/+1
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi-0/+10
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu-3/+69
2023-12-08crypto: arc4 - Add internal stateHerbert Xu-1/+10
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu-8/+106
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu-13/+19
2023-12-08crypto: cfb,ofb - Remove cfb and ofbHerbert Xu-385/+0
2023-12-08crypto: testmgr - Remove cfb and ofbHerbert Xu-1187/+0
2023-12-08crypto: tcrypt - Remove cfb and ofbHerbert Xu-76/+0
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu-1/+13
2023-11-17crypto: drbg - Remove SHA1 from drbgDimitri John Ledkov-37/+4
2023-11-17crypto: drbg - ensure drbg hmac sha512 is used in FIPS selftestsDimitri John Ledkov-6/+6
2023-11-17crypto: drbg - update FIPS CTR self-checks to aes256Dimitri John Ledkov-3/+3
2023-11-17crypto: drbg - ensure most preferred type is FIPS health checkedDimitri John Ledkov-2/+4
2023-11-17crypto: rsa - add a check for allocation failureDan Carpenter-0/+2
2023-11-17crypto: shash - don't exclude async statuses from error statsEric Biggers-5/+1
2023-11-09Merge tag 'v6.7-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-3/+26
2023-11-07crypto: ahash - Set using_shash for cloned ahash wrapper over shashDmitry Safonov-0/+1
2023-11-07crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERTHerbert Xu-3/+25
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-1349/+1981
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-0/+4
2023-11-01crypto: adiantum - flush destination page before unmappingEric Biggers-1/+3
2023-11-01crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeEric Biggers-5/+5
2023-10-31certs: Only allow certs signed by keys on the builtin keyringMimi Zohar-0/+4
2023-10-27crypto: asymmetric_keys - allow FIPS 202 SHA-3 signaturesDimitri John Ledkov-1/+49
2023-10-27crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportDimitri John Ledkov-1/+36
2023-10-27crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov-0/+6
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers-141/+162
2023-10-27crypto: ahash - check for shash type instead of not ahash typeEric Biggers-5/+3
2023-10-27crypto: hash - move "ahash wrapping shash" functions to ahash.cEric Biggers-191/+188
2023-10-27crypto: ahash - improve file commentEric Biggers-2/+6
2023-10-27crypto: ahash - remove struct ahash_request_privEric Biggers-8/+0
2023-10-27crypto: gcm - stop using alignmask of ahashEric Biggers-2/+1
2023-10-27crypto: chacha20poly1305 - stop using alignmask of ahashEric Biggers-2/+1
2023-10-27crypto: ccm - stop using alignmask of ahashEric Biggers-2/+1
2023-10-27crypto: testmgr - stop checking crypto_ahash_alignmaskEric Biggers-6/+3
2023-10-27crypto: authencesn - stop using alignmask of ahashEric Biggers-14/+6
2023-10-27crypto: authenc - stop using alignmask of ahashEric Biggers-10/+2
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers-113/+12
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner-0/+39
2023-10-27crypto: jitter - use permanent health test storageStephan Müller-51/+74
2023-10-27crypto: hctr2 - stop using alignmask of shash_algEric Biggers-2/+1
2023-10-27crypto: adiantum - stop using alignmask of shash_algEric Biggers-2/+1
2023-10-27crypto: testmgr - stop checking crypto_shash_alignmaskEric Biggers-3/+2
2023-10-27crypto: drbg - stop checking crypto_shash_alignmaskEric Biggers-1/+1
2023-10-27crypto: shash - remove support for nonzero alignmaskEric Biggers-120/+8
2023-10-27crypto: xcbc - remove unnecessary alignment logicEric Biggers-22/+10
2023-10-27crypto: vmac - don't set alignmaskEric Biggers-1/+0