summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: lrw,xts - Replace strlcpy with strscpyAzeem Shaikh2023-09-232-6/+6
* X.509: if signature is unsupported skip validationThore Sommer2023-09-191-0/+5
* crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu2023-09-191-2/+14
* KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu2023-06-091-17/+21
* crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu2023-05-171-1/+1
* crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange2023-05-171-8/+8
* crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen2023-05-171-1/+3
* asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2023-04-202-17/+17
* verify_pefile: relax wrapper length checkRobbie Harwood2023-04-201-4/+8
* crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu2023-03-111-19/+15
* crypto: xts - Handle EBUSY correctlyHerbert Xu2023-03-111-4/+4
* crypto: seqiv - Handle EBUSY correctlyHerbert Xu2023-03-111-1/+1
* crypto: essiv - Handle EBUSY correctlyHerbert Xu2023-03-111-1/+6
* crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun2023-01-141-9/+0
* crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu2023-01-141-17/+19
* crypto: akcipher - default implementation for setting a private keyIgnat Korchagin2022-10-261-0/+8
* KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang2022-08-211-2/+5
* crypto: memneq - move into lib/Jason A. Donenfeld2022-06-223-169/+2
* crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior2022-06-091-12/+11
* crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov2022-06-061-4/+4
* crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2022-06-061-50/+11
* crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange2022-06-061-9/+21
* crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2022-06-061-4/+8
* crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2022-06-061-9/+10
* lib/crypto: add prompts back to crypto librariesJustin M. Forbes2022-06-061-2/+0
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-05-301-9/+8
* lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-05-301-2/+2
* lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-05-301-1/+2
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2022-05-301-67/+9
* crypto: blake2s - remove unneeded includesEric Biggers2022-05-301-2/+0
* crypto: blake2s - define shash_alg structs using macrosEric Biggers2022-05-301-61/+27
* crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu2022-04-081-1/+1
* crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers2022-04-081-0/+2
* crypto: rsa-pkcs1pad - restore signature length checkEric Biggers2022-04-081-1/+1
* crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers2022-04-081-1/+1
* crypto: rsa-pkcs1pad - only allow with rsaEric Biggers2022-04-081-0/+5
* crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu2022-02-112-1/+1
* crypto: jitter - consider 32 LSB for APTStephan Müller2022-01-271-2/+1
* crypto: pcrypt - Delay write to padata->infoDaniel Jordan2021-11-181-4/+8
* crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann2021-11-181-1/+1
* crypto: sm2 - fix a memory leak in sm2Hongbo Li2021-07-141-14/+10
* crypto: sm2 - remove unnecessary reset operationsTianjia Zhang2021-07-141-46/+29
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-07-141-3/+15
* async_xor: check src_offs is not NULL before updating itXiao Ni2021-06-161-1/+2
* async_xor: increase src_offs when dropping destination pageXiao Ni2021-05-141-0/+1
* crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers2021-05-111-7/+3
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-05-111-1/+1
* crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki2021-03-171-1/+1
* crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel2021-03-071-10/+10
* crypto: michael_mic - fix broken misalignment handlingArd Biesheuvel2021-03-041-19/+12