aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-03-28Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/bcm-2xxx-rpiv5.4/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2024-02-23crypto: api - Disallow identical driver namesHerbert Xu
2024-02-20Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2024-01-25crypto: scomp - fix req->dst buffer overflowChengming Zhou
2024-01-25crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu
2023-12-05Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin
2023-09-26Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2023-09-23X.509: if signature is unsupported skip validationThore Sommer
2023-06-22Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2023-06-21KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu
2023-05-19Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
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-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-04-20asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood
2023-04-20verify_pefile: relax wrapper length checkRobbie Harwood
2023-03-17Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-03-11crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu
2023-03-11crypto: seqiv - Handle EBUSY correctlyHerbert Xu
2023-03-11crypto: essiv - Handle EBUSY correctlyHerbert Xu
2023-03-11crypto: essiv - remove redundant null pointer check before kfreeChen Wandun
2023-01-25Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-01-18crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun
2022-10-31Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-10-26crypto: akcipher - default implementation for setting a private keyIgnat Korchagin
2022-07-05Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-06-22crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-22crypto: drbg - always try to free Jitter RNG instanceStephan Müller
2022-06-22crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange
2022-06-22crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-22crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-22crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2022-06-22random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-06-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-06-14crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior
2022-06-06crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov
2022-04-20Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-04-15crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu
2022-04-15crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers
2022-04-15crypto: rsa-pkcs1pad - restore signature length checkEric Biggers
2022-04-15crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers
2021-11-29Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-11-17crypto: pcrypt - Delay write to padata->infoDaniel Jordan
2021-11-17crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann
2021-07-14Merge branch 'v5.4/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-07-14crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2021-05-13Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-05-11crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers
2021-05-11crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel