aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2024-01-31crypto: api - Disallow identical driver namesHerbert Xu
2024-01-25crypto: scomp - fix req->dst buffer overflowChengming Zhou
2024-01-25crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu
2024-01-25crypto: rsa - add a check for allocation failureDan Carpenter
2023-11-09Merge tag 'v6.7-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-07crypto: ahash - Set using_shash for cloned ahash wrapper over shashDmitry Safonov
2023-11-07crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERTHerbert Xu
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-11-01crypto: adiantum - flush destination page before unmappingEric Biggers
2023-11-01crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeEric Biggers
2023-10-31certs: Only allow certs signed by keys on the builtin keyringMimi Zohar
2023-10-27crypto: asymmetric_keys - allow FIPS 202 SHA-3 signaturesDimitri John Ledkov
2023-10-27crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportDimitri John Ledkov
2023-10-27crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers
2023-10-27crypto: ahash - check for shash type instead of not ahash typeEric Biggers
2023-10-27crypto: hash - move "ahash wrapping shash" functions to ahash.cEric Biggers
2023-10-27crypto: ahash - improve file commentEric Biggers
2023-10-27crypto: ahash - remove struct ahash_request_privEric Biggers
2023-10-27crypto: gcm - stop using alignmask of ahashEric Biggers
2023-10-27crypto: chacha20poly1305 - stop using alignmask of ahashEric Biggers
2023-10-27crypto: ccm - stop using alignmask of ahashEric Biggers
2023-10-27crypto: testmgr - stop checking crypto_ahash_alignmaskEric Biggers
2023-10-27crypto: authencesn - stop using alignmask of ahashEric Biggers
2023-10-27crypto: authenc - stop using alignmask of ahashEric Biggers
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner
2023-10-27crypto: jitter - use permanent health test storageStephan Müller
2023-10-27crypto: hctr2 - stop using alignmask of shash_algEric Biggers
2023-10-27crypto: adiantum - stop using alignmask of shash_algEric Biggers
2023-10-27crypto: testmgr - stop checking crypto_shash_alignmaskEric Biggers
2023-10-27crypto: drbg - stop checking crypto_shash_alignmaskEric Biggers
2023-10-27crypto: shash - remove support for nonzero alignmaskEric Biggers
2023-10-27crypto: xcbc - remove unnecessary alignment logicEric Biggers
2023-10-27crypto: vmac - don't set alignmaskEric Biggers
2023-10-27crypto: hmac - remove unnecessary alignment logicEric Biggers
2023-10-27crypto: cmac - remove unnecessary alignment logicEric Biggers
2023-10-27crypto: cbcmac - remove unnecessary alignment logicEric Biggers
2023-10-27crypto: shash - eliminate indirect call for default import and exportEric Biggers
2023-10-27crypto: rsa - Add module alias for pkcs1padHerbert Xu
2023-10-27certs: Break circular dependency when selftest is modularHerbert Xu
2023-10-20crypto: skcipher - fix weak key check for lskciphersEric Biggers
2023-10-20crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksHerbert Xu
2023-10-20crypto: mscode_parser - remove sha224 authenticode supportDimitri John Ledkov
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov
2023-10-20crypto: adiantum - add fast path for single-page messagesEric Biggers
2023-10-20crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()Eric Biggers
2023-10-20crypto: shash - optimize the default digest and finupEric Biggers
2023-10-20crypto: xts - use 'spawn' for underlying single-block cipherEric Biggers