| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: akcipher - default implementation for setting a private key | Ignat Korchagin | 2022-10-26 | 1 | -0/+8 |
* | crypto: drbg - make reseeding from get_random_bytes() synchronous | Nicolai Stange | 2022-06-22 | 1 | -50/+11 |
* | crypto: drbg - always try to free Jitter RNG instance | Stephan Müller | 2022-06-22 | 1 | -2/+4 |
* | crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() | Nicolai Stange | 2022-06-22 | 1 | -9/+21 |
* | crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() | Nicolai Stange | 2022-06-22 | 1 | -4/+8 |
* | crypto: drbg - prepare for more fine-grained tracking of seeding state | Nicolai Stange | 2022-06-22 | 1 | -9/+10 |
* | crypto: drbg - always seeded with SP800-90B compliant noise source | Stephan Müller | 2022-06-22 | 1 | -7/+19 |
* | random: replace custom notifier chain with standard one | Jason A. Donenfeld | 2022-06-22 | 1 | -9/+8 |
* | crypto: cryptd - Protect per-CPU resource by disabling BH. | Sebastian Andrzej Siewior | 2022-06-14 | 1 | -12/+11 |
* | crypto: ecrdsa - Fix incorrect use of vli_cmp | Vitaly Chikunov | 2022-06-06 | 1 | -4/+4 |
* | crypto: authenc - Fix sleep in atomic context in decrypt_tail | Herbert Xu | 2022-04-15 | 1 | -1/+1 |
* | crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() | Eric Biggers | 2022-04-15 | 1 | -0/+2 |
* | crypto: rsa-pkcs1pad - restore signature length check | Eric Biggers | 2022-04-15 | 1 | -1/+1 |
* | crypto: rsa-pkcs1pad - correctly get hash from source scatterlist | Eric Biggers | 2022-04-15 | 1 | -1/+1 |
* | crypto: pcrypt - Delay write to padata->info | Daniel Jordan | 2021-11-17 | 1 | -4/+8 |
* | crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency | Arnd Bergmann | 2021-11-17 | 1 | -1/+1 |
* | crypto: shash - avoid comparing pointers to exported functions under CFI | Ard Biesheuvel | 2021-07-14 | 1 | -3/+15 |
* | crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS | Eric Biggers | 2021-05-11 | 1 | -7/+3 |
* | crypto: api - check for ERR pointers in crypto_destroy_tfm() | Ard Biesheuvel | 2021-05-11 | 1 | -1/+1 |
* | crypto: x86 - Regularize glue function prototypes | Kees Cook | 2021-03-20 | 2 | -10/+14 |
* | crypto: tcrypt - avoid signed overflow in byte count | Ard Biesheuvel | 2021-03-07 | 1 | -10/+10 |
* | crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() | Daniele Alessandrelli | 2021-03-04 | 1 | -0/+3 |
* | crypto: asym_tpm: correct zero out potential secrets | Greg Kroah-Hartman | 2021-01-12 | 1 | -1/+1 |
* | crypto: ecdh - avoid buffer overflow in ecdh_set_secret() | Ard Biesheuvel | 2021-01-12 | 1 | -1/+2 |
* | crypto: ecdh - avoid unaligned accesses in ecdh_set_secret() | Ard Biesheuvel | 2020-12-30 | 1 | -4/+5 |
* | crypto: af_alg - avoid undefined behavior accessing salg_name | Eric Biggers | 2020-12-30 | 1 | -3/+7 |
* | crypto: algif_skcipher - EBUSY on aio should be an error | Herbert Xu | 2020-10-29 | 1 | -1/+1 |
* | crypto: algif_aead - Do not set MAY_BACKLOG on the async path | Herbert Xu | 2020-10-29 | 1 | -3/+4 |
* | crypto: af_alg - Work around empty control messages without MSG_MORE | Herbert Xu | 2020-09-03 | 1 | -3/+10 |
* | crypto: algif_aead - fix uninitialized ctx->init | Ondrej Mosnacek | 2020-08-21 | 2 | -12/+1 |
* | crypto: af_alg - Fix regression on empty requests | Herbert Xu | 2020-08-21 | 1 | -1/+1 |
* | crypto: algif_aead - Only wake up when ctx->more is zero | Herbert Xu | 2020-08-21 | 3 | -7/+12 |
* | keys: asymmetric: fix error return code in software_key_query() | Wei Yongjun | 2020-07-22 | 1 | -0/+1 |
* | crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() | Herbert Xu | 2020-07-09 | 4 | -33/+20 |
* | crypto: algboss - don't wait during notifier callback | Eric Biggers | 2020-06-24 | 1 | -2/+0 |
* | crypto: algif_skcipher - Cap recv SG list at ctx->used | Herbert Xu | 2020-06-24 | 1 | -5/+1 |
* | crypto: drbg - fix error return code in drbg_alloc_state() | Wei Yongjun | 2020-06-17 | 1 | -1/+3 |
* | crypto: algapi - Avoid spurious modprobe on LOADED | Eric Biggers | 2020-06-17 | 1 | -1/+1 |
* | gcc-10: avoid shadowing standard library 'free()' in crypto | Linus Torvalds | 2020-05-20 | 2 | -4/+4 |
* | crypto: rng - Fix a refcounting bug in crypto_rng_reset() | Dan Carpenter | 2020-04-17 | 1 | -2/+6 |
* | crypto: rename sm3-256 to sm3 in hash_algo_name | Tianjia Zhang | 2020-02-28 | 1 | -1/+1 |
* | crypto: essiv - fix AEAD capitalization and preposition use in help text | Geert Uytterhoeven | 2020-02-24 | 1 | -2/+2 |
* | crypto: testmgr - don't try to decrypt uninitialized buffers | Eric Biggers | 2020-02-14 | 1 | -4/+16 |
* | crypto: api - Fix race condition in crypto_spawn_alg | Herbert Xu | 2020-02-11 | 3 | -14/+6 |
* | crypto: pcrypt - Do not clear MAY_SLEEP flag in original request | Herbert Xu | 2020-02-11 | 1 | -1/+0 |
* | crypto: api - fix unexpectedly getting generic implementation | Herbert Xu | 2020-02-11 | 2 | -4/+24 |
* | crypto: pcrypt - Avoid deadlock by using per-instance padata queues | Herbert Xu | 2020-02-11 | 1 | -3/+33 |
* | crypto: api - Check spawn->alg under lock in crypto_drop_spawn | Herbert Xu | 2020-02-11 | 1 | -4/+2 |
* | crypto: pcrypt - Fix user-after-free on module unload | Herbert Xu | 2020-02-01 | 1 | -1/+2 |
* | crypto: af_alg - Use bh_lock_sock in sk_destruct | Herbert Xu | 2020-02-01 | 1 | -2/+4 |