summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2023-02-16Merge tag 'v5.10.165' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2023-02-13crypto: tcrypt: Add new mode for crc64Kamlesh Gurudasani
2023-01-14crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun
2023-01-14crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu
2022-11-05Merge branch 'linux-5.10.y' of https://git.kernel.org/pub/scm/linux/kernel/gi...LCPD Auto Merger
2022-10-26crypto: akcipher - default implementation for setting a private keyIgnat Korchagin
2022-09-07Merge tag 'v5.10.140' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-08-21KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang
2022-08-19Merge tag 'v5.10.131' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-06-22crypto: memneq - move into lib/Jason A. Donenfeld
2022-06-12Merge tag 'v5.10.120' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-06-09crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior
2022-06-06crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-06crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange
2022-06-06crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-06crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-06lib/crypto: add prompts back to crypto librariesJustin M. Forbes
2022-06-04Merge tag 'v5.10.115' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-05-30lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-05-30lib/crypto: blake2s: include as built-inJason A. Donenfeld
2022-05-30crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2022-05-30crypto: blake2s - remove unneeded includesEric Biggers
2022-05-30crypto: blake2s - define shash_alg structs using macrosEric Biggers
2022-04-08crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu
2022-04-08crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers
2022-04-08crypto: rsa-pkcs1pad - restore signature length checkEric Biggers
2022-04-08crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers
2022-04-08crypto: rsa-pkcs1pad - only allow with rsaEric Biggers
2022-02-15Merge tag 'v5.10.100' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-02-11crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu
2022-01-27crypto: jitter - consider 32 LSB for APTStephan Müller
2021-12-17Merge tag 'v5.10.80' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Vignesh Raghavendra
2021-11-18crypto: pcrypt - Delay write to padata->infoDaniel Jordan
2021-11-18crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann
2021-08-26Merge tag 'v5.10.59' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Vignesh Raghavendra
2021-07-14crypto: sm2 - fix a memory leak in sm2Hongbo Li
2021-07-14crypto: sm2 - remove unnecessary reset operationsTianjia Zhang
2021-07-14crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2021-06-16async_xor: check src_offs is not NULL before updating itXiao Ni
2021-06-09Merge tag 'v5.10.41' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Minas Hambardzumyan
2021-05-14crypto: tcrypt - fix multiblock speed test case for hash to set sg sizeTero Kristo
2021-05-14crypto: tcrypt - Fix speed test case for hash to set up sg buffer size equal ...Keerthy
2021-05-14async_xor: increase src_offs when dropping destination pageXiao Ni
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-17crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki
2021-03-07crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel
2021-03-04crypto: michael_mic - fix broken misalignment handlingArd Biesheuvel