summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2022-06-251-3/+4
* crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko2022-06-252-34/+0
* crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2022-06-251-3/+3
* crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu2022-04-201-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: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli2021-03-031-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-291-4/+5
* crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers2020-12-291-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-143-14/+6
* crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu2020-02-141-1/+0
* crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu2020-02-141-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-051-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-171-1/+3
* crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel2019-12-171-1/+2
* crypto: af_alg - cast ki_complete ternary op to intAyush Sawal2019-12-171-1/+1
* crypto: ecc - check for invalid values in the key verification testVitaly Chikunov2019-12-171-16/+26
* crypto: user - support incremental algorithm dumpsEric Biggers2019-12-051-17/+20
* crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni2019-11-201-9/+0
* crypto: skcipher - Unmap pages after an external errorHerbert Xu2019-10-111-19/+23
* crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-07-311-11/+19
* crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-07-311-1/+7
* crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann2019-07-311-0/+3
* crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann2019-07-311-1/+7
* crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch2019-07-101-0/+1
* crypto: user - prevent operating on larval algorithmsEric Biggers2019-07-101-0/+3