| Commit message (Expand) | Author | Age | Files | Lines |
* | KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() | Roberto Sassu | 2023-06-21 | 1 | -16/+20 |
* | crypto: drbg - Only fail when jent is unavailable in FIPS mode | Herbert Xu | 2023-05-17 | 1 | -1/+1 |
* | crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors | Nicolai Stange | 2023-05-17 | 1 | -8/+8 |
* | asymmetric_keys: log on fatal failures in PE/pkcs7 | Robbie Harwood | 2023-04-20 | 2 | -17/+17 |
* | verify_pefile: relax wrapper length check | Robbie Harwood | 2023-04-20 | 1 | -4/+8 |
* | crypto: rsa-pkcs1pad - Use akcipher_request_complete | Herbert Xu | 2023-03-11 | 1 | -19/+15 |
* | crypto: seqiv - Handle EBUSY correctly | Herbert Xu | 2023-03-11 | 1 | -1/+1 |
* | crypto: essiv - Handle EBUSY correctly | Herbert Xu | 2023-03-11 | 1 | -1/+6 |
* | crypto: essiv - remove redundant null pointer check before kfree | Chen Wandun | 2023-03-11 | 1 | -2/+1 |
* | crypto: tcrypt - Fix multibuffer skcipher speed test mem leak | Zhang Yiqun | 2023-01-18 | 1 | -9/+0 |
* | 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 |