summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu2024-03-261-3/+10
* crypto: af_alg - Fix regression on empty requestsHerbert Xu2024-03-261-1/+1
* crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu2024-03-263-7/+12
* crypto: af_alg - make some functions staticEric Biggers2024-03-261-13/+7
* crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2024-03-262-12/+1
* crypto: api - Disallow identical driver namesHerbert Xu2024-02-231-0/+1
* crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior2024-01-251-2/+2
* crypto: scomp - fix req->dst buffer overflowChengming Zhou2024-01-251-0/+6
* crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior2024-01-251-71/+54
* crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior2024-01-251-1/+3
* crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu2024-01-251-1/+13
* crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin2023-11-281-0/+4
* X.509: if signature is unsupported skip validationThore Sommer2023-09-231-0/+5
* crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu2023-05-171-1/+1
* crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange2023-05-171-8/+8
* verify_pefile: relax wrapper length checkRobbie Harwood2023-04-201-4/+8
* crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu2023-03-111-19/+15
* crypto: seqiv - Handle EBUSY correctlyHerbert Xu2023-03-111-1/+1
* crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun2023-01-181-9/+0
* crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2022-06-251-50/+11
* crypto: drbg - always try to free Jitter RNG instanceStephan Müller2022-06-251-2/+4
* crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange2022-06-251-9/+20
* crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2022-06-251-4/+8
* crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2022-06-251-9/+10
* crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller2022-06-251-7/+19
* crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2022-06-251-3/+91
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-06-251-9/+8
* crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu2022-04-151-1/+1
* crypto: pcrypt - Delay write to padata->infoDaniel Jordan2021-11-261-4/+8
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-07-201-3/+15
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-05-221-1/+1
* crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel2021-03-071-10/+10
* crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli2021-03-041-0/+3
* crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel2021-01-121-1/+2
* crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel2020-12-301-4/+5
* crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers2020-12-301-3/+7
* crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu2020-10-291-1/+1
* crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu2020-10-291-3/+4
* crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu2020-07-094-33/+20
* crypto: algboss - don't wait during notifier callbackEric Biggers2020-06-251-2/+0
* crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu2020-06-251-5/+1
* gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2020-05-202-4/+4
* crypto: api - Fix race condition in crypto_spawn_algHerbert Xu2020-02-113-14/+6
* crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu2020-02-111-1/+0
* crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu2020-02-111-4/+2
* crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu2020-02-051-1/+2
* crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu2020-02-011-2/+4
* crypto: tgr192 - fix unaligned memory accessEric Biggers2020-01-271-3/+3
* pcrypt: use format specifier in kobject_addColin Ian King2020-01-271-1/+1
* crypto: user - fix memory leak in crypto_reportNavid Emamdoost2019-12-131-1/+3