aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-02-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/basev4.19/standard/preempt-rt/baseBruce Ashfield
2024-01-25crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior
2024-01-25crypto: scomp - fix req->dst buffer overflowChengming Zhou
2024-01-25crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior
2024-01-25crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior
2024-01-25crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin
2023-09-23X.509: if signature is unsupported skip validationThore Sommer
2023-05-17crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu
2023-05-17crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange
2023-04-20verify_pefile: relax wrapper length checkRobbie Harwood
2023-03-11crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu
2023-03-11crypto: seqiv - Handle EBUSY correctlyHerbert Xu
2023-01-18crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun
2022-09-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2022-09-09Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-25crypto: drbg - always try to free Jitter RNG instanceStephan Müller
2022-06-25crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2022-06-25crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller
2022-06-25random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-04-15crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-11-26crypto: pcrypt - Delay write to padata->infoDaniel Jordan
2021-08-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-07-20crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-05-22crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel
2021-03-07crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel
2021-03-04crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli
2021-01-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-01-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-01-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-01-12crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel
2020-12-30crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel
2020-12-30crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers
2020-10-29crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu
2020-10-29crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu
2020-08-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-07-09crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-07-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-06-25crypto: algboss - don't wait during notifier callbackEric Biggers
2020-06-25crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu
2020-05-28Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-05-20gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds