summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.4.257 into android11-5.4-ltsGreg Kroah-Hartman2023-09-301-0/+5
|\
| * X.509: if signature is unsupported skip validationThore Sommer2023-09-231-0/+5
* | Merge 5.4.248 into android11-5.4-ltsGreg Kroah-Hartman2023-06-221-16/+20
|\|
| * KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu2023-06-211-16/+20
* | Merge 5.4.243 into android11-5.4-ltsGreg Kroah-Hartman2023-06-151-8/+8
|\|
| * 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
* | Merge 5.4.241 into android11-5.4-ltsGreg Kroah-Hartman2023-04-212-19/+23
|\|
| * asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2023-04-202-17/+17
| * verify_pefile: relax wrapper length checkRobbie Harwood2023-04-201-4/+8
* | Merge 5.4.235 into android11-5.4-ltsGreg Kroah-Hartman2023-03-123-23/+23
|\|
| * crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu2023-03-111-19/+15
| * crypto: seqiv - Handle EBUSY correctlyHerbert Xu2023-03-111-1/+1
| * crypto: essiv - Handle EBUSY correctlyHerbert Xu2023-03-111-1/+6
| * crypto: essiv - remove redundant null pointer check before kfreeChen Wandun2023-03-111-2/+1
* | Merge 5.4.229 into android11-5.4-ltsGreg Kroah-Hartman2023-01-181-9/+0
|\|
| * crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun2023-01-181-9/+0
* | Merge 5.4.220 into android11-5.4-ltsGreg Kroah-Hartman2022-10-291-0/+8
|\|
| * crypto: akcipher - default implementation for setting a private keyIgnat Korchagin2022-10-261-0/+8
* | Merge 5.4.200 into android11-5.4-ltsGreg Kroah-Hartman2022-06-233-75/+65
|\|
| * crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2022-06-221-50/+11
| * crypto: drbg - always try to free Jitter RNG instanceStephan Müller2022-06-221-2/+4
| * crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange2022-06-221-9/+21
| * crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2022-06-221-4/+8
| * crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2022-06-221-9/+10
| * crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller2022-06-221-7/+19
| * random: replace custom notifier chain with standard oneJason A. Donenfeld2022-06-221-9/+8
* | Merge 5.4.198 into android11-5.4-ltsGreg Kroah-Hartman2022-06-211-12/+11
|\|
| * crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior2022-06-141-12/+11
* | Merge 5.4.197 into android11-5.4-ltsGreg Kroah-Hartman2022-06-061-4/+4
|\|
| * crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov2022-06-061-4/+4
* | Merge 5.4.189 into android11-5.4-ltsGreg Kroah-Hartman2022-04-192-3/+5
|\|
| * crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu2022-04-151-1/+1
| * crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers2022-04-151-0/+2
| * crypto: rsa-pkcs1pad - restore signature length checkEric Biggers2022-04-151-1/+1
| * crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers2022-04-151-1/+1
* | Merge 5.4.160 into android11-5.4-ltsGreg Kroah-Hartman2021-11-172-5/+9
|\|
| * crypto: pcrypt - Delay write to padata->infoDaniel Jordan2021-11-171-4/+8
| * crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann2021-11-171-1/+1
* | BACKPORT: crypto: blake2b - update file commentEric Biggers2021-10-231-13/+10
* | BACKPORT: crypto: blake2b - sync with blake2s implementationEric Biggers2021-10-231-180/+48
* | BACKPORT: crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-10-231-69/+9
* | UPSTREAM: crypto: blake2s - remove unneeded includesEric Biggers2021-10-231-2/+0
* | UPSTREAM: crypto: blake2s - define shash_alg structs using macrosEric Biggers2021-10-231-61/+27
* | UPSTREAM: crypto: blake2b - Fix clang optimization for ARMv7-MArnd Bergmann2021-10-231-1/+3
* | UPSTREAM: crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba2021-10-231-18/+18
* | UPSTREAM: crypto: blake2b - merge _update to api callbackDavid Sterba2021-10-231-36/+30
* | UPSTREAM: crypto: blake2b - open code set last block helperDavid Sterba2021-10-231-6/+2
* | UPSTREAM: crypto: blake2b - delete unused structs or membersDavid Sterba2021-10-231-30/+0
* | UPSTREAM: crypto: blake2b - simplify key initDavid Sterba2021-10-231-8/+6