summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2022-05-19Merge tag 'v5.4.193' into update-to-2.3.7__5.4-2.3.x-imxPhilippe Schenker
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
2022-01-10Merge tag 'v5.4.160' into HEADDenys Drozdov
2021-11-17crypto: pcrypt - Delay write to padata->infoDaniel Jordan
2021-11-17crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann
2021-07-20Merge tag 'v5.4.132' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-07-14crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2021-05-11Merge tag 'v5.4.118' into 5.4-2.3.x-imxAndrey Zhizhikin
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
2021-03-21Merge tag 'v5.4.107' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-03-20crypto: x86 - Regularize glue function prototypesKees Cook
2021-03-07Merge tag 'v5.4.103' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-03-07crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel
2021-03-04Merge tag 'v5.4.102' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-03-04crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli
2021-01-12Merge tag 'v5.4.89' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-12crypto: asym_tpm: correct zero out potential secretsGreg Kroah-Hartman
2021-01-12crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel
2021-01-11Merge tag 'v5.4.87' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.73' into 5.4-2.3.x-imxAndrey Zhizhikin
2020-12-30crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel
2020-12-30crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers
2020-10-29crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu
2020-10-29crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu
2020-10-08Merge tag 'v5.4.70' into imx_5.4.yJason Liu
2020-09-03crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu
2020-08-21crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek
2020-08-21crypto: af_alg - Fix regression on empty requestsHerbert Xu
2020-08-21crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-07-22keys: asymmetric: fix error return code in software_key_query()Wei Yongjun
2020-07-09crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-06-24crypto: algboss - don't wait during notifier callbackEric Biggers
2020-06-24crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu
2020-06-19Merge tag 'v5.4.47' into imx_5.4.yJason Liu
2020-06-17crypto: drbg - fix error return code in drbg_alloc_state()Wei Yongjun
2020-06-17crypto: algapi - Avoid spurious modprobe on LOADEDEric Biggers
2020-05-20gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds
2020-04-17crypto: rng - Fix a refcounting bug in crypto_rng_reset()Dan Carpenter
2020-04-07crypto: tls - fix logical-not-parentheses compile warningIuliana Prodan
2020-03-31MLK-21644 crypto: tcrypt - workaround for overlapping src, dst AADHoria Geantă
2020-03-08Merge tag 'v5.4.24' into imx_5.4.yJason Liu
2020-02-28crypto: rename sm3-256 to sm3 in hash_algo_nameTianjia Zhang
2020-02-27LF-804 crypto: tls - fix module autoloadingHoria Geantă
2020-02-24crypto: essiv - fix AEAD capitalization and preposition use in help textGeert Uytterhoeven
2020-02-14crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers
2020-02-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu