summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-06-22crypto: memneq - move into lib/Jason A. Donenfeld3-169/+2
2022-06-09crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior1-12/+11
2022-06-06crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov1-4/+4
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-50/+11
2022-06-06crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange1-9/+21
2022-06-06crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-4/+8
2022-06-06crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-9/+10
2022-06-06lib/crypto: add prompts back to crypto librariesJustin M. Forbes1-2/+0
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld1-9/+8
2022-05-30lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-05-30lib/crypto: blake2s: include as built-inJason A. Donenfeld1-1/+2
2022-05-30crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-67/+9
2022-05-30crypto: blake2s - remove unneeded includesEric Biggers1-2/+0
2022-05-30crypto: blake2s - define shash_alg structs using macrosEric Biggers1-61/+27
2022-04-08crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu1-1/+1
2022-04-08crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers1-0/+2
2022-04-08crypto: rsa-pkcs1pad - restore signature length checkEric Biggers1-1/+1
2022-04-08crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers1-1/+1
2022-04-08crypto: rsa-pkcs1pad - only allow with rsaEric Biggers1-0/+5
2022-02-11crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu2-1/+1
2022-01-27crypto: jitter - consider 32 LSB for APTStephan Müller1-2/+1
2021-11-18crypto: pcrypt - Delay write to padata->infoDaniel Jordan1-4/+8
2021-11-18crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann1-1/+1
2021-07-14crypto: sm2 - fix a memory leak in sm2Hongbo Li1-14/+10
2021-07-14crypto: sm2 - remove unnecessary reset operationsTianjia Zhang1-46/+29
2021-07-14crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-3/+15
2021-06-16async_xor: check src_offs is not NULL before updating itXiao Ni1-1/+2
2021-05-14async_xor: increase src_offs when dropping destination pageXiao Ni1-0/+1
2021-05-11crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers1-7/+3
2021-05-11crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel1-1/+1
2021-03-17crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki1-1/+1
2021-03-07crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel1-10/+10
2021-03-04crypto: michael_mic - fix broken misalignment handlingArd Biesheuvel1-19/+12
2021-03-04crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli1-0/+3
2021-01-27crypto: xor - Fix divide error in do_xor_speed()Kirill Tkhai1-0/+2
2021-01-23X.509: Fix crash caused by NULL pointerTianjia Zhang1-1/+2
2021-01-12crypto: asym_tpm: correct zero out potential secretsGreg Kroah-Hartman1-1/+1
2021-01-12crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel1-1/+2
2020-12-30crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel1-4/+5
2020-12-30crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld1-1/+1
2020-12-26crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers1-3/+7
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds4-92/+287
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds28-153/+1122
2020-10-08X.509: Fix modular build of public_key_sm2Herbert Xu3-64/+57
2020-10-08crypto: xor - Remove unused variable count in do_xor_speedNathan Chancellor1-3/+1
2020-10-08X.509: fix error return value on the failed pathTianjia Zhang1-1/+3
2020-10-02crypto: xor - use ktime for template benchmarkingArd Biesheuvel1-22/+16
2020-10-02crypto: xor - defer load time benchmark to a later timeArd Biesheuvel1-1/+28
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang4-0/+71
2020-09-25X.509: support OSCCA certificate parseTianjia Zhang1-5/+22