summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-03-27crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu1-3/+10
2024-03-27crypto: af_alg - Fix regression on empty requestsHerbert Xu1-1/+1
2024-03-27crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu3-7/+12
2024-03-27crypto: af_alg - make some functions staticEric Biggers1-13/+7
2024-03-27crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2-12/+1
2024-02-23crypto: api - Disallow identical driver namesHerbert Xu1-0/+1
2024-01-26crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior1-2/+2
2024-01-26crypto: scomp - fix req->dst buffer overflowChengming Zhou1-0/+6
2024-01-26crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior1-71/+54
2024-01-26crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior1-1/+3
2024-01-26crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu1-1/+13
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin1-0/+4
2023-09-23X.509: if signature is unsupported skip validationThore Sommer1-0/+5
2023-05-17crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu1-1/+1
2023-05-17crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange1-8/+8
2023-04-20verify_pefile: relax wrapper length checkRobbie Harwood1-4/+8
2023-03-11crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu1-19/+15
2023-03-11crypto: seqiv - Handle EBUSY correctlyHerbert Xu1-1/+1
2023-01-18crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun1-9/+0
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-50/+11
2022-06-25crypto: drbg - always try to free Jitter RNG instanceStephan Müller1-2/+4
2022-06-25crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange1-9/+20
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-4/+8
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-9/+10
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller1-7/+19
2022-06-25crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller1-3/+91
2022-06-25random: replace custom notifier chain with standard oneJason A. Donenfeld1-9/+8
2022-04-15crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu1-1/+1
2021-11-26crypto: pcrypt - Delay write to padata->infoDaniel Jordan1-4/+8
2021-07-20crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-3/+15
2021-05-22crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel1-1/+1
2021-03-07crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel1-10/+10
2021-03-04crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli1-0/+3
2021-01-12crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel1-1/+2
2020-12-30crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel1-4/+5
2020-12-30crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers1-3/+7
2020-10-29crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu1-1/+1
2020-10-29crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu1-3/+4
2020-07-09crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu4-33/+20
2020-06-25crypto: algboss - don't wait during notifier callbackEric Biggers1-2/+0
2020-06-25crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu1-5/+1
2020-05-20gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2-4/+4
2020-02-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu3-14/+6
2020-02-11crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu1-1/+0
2020-02-11crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu1-4/+2
2020-02-05crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu1-1/+2
2020-02-01crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu1-2/+4
2020-01-27crypto: tgr192 - fix unaligned memory accessEric Biggers1-3/+3
2020-01-27pcrypt: use format specifier in kobject_addColin Ian King1-1/+1
2019-12-13crypto: user - fix memory leak in crypto_reportNavid Emamdoost1-1/+3