aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-02-23crypto: api - Disallow identical driver namesHerbert Xu
2024-01-25crypto: scomp - fix req->dst buffer overflowChengming Zhou
2024-01-25crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin
2023-09-23crypto: lrw,xts - Replace strlcpy with strscpyAzeem Shaikh
2023-09-19X.509: if signature is unsupported skip validationThore Sommer
2023-09-19crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu
2023-09-19crypto: rsa-pkcs1pad - Use helper to set reqsizeHerbert Xu
2023-06-09KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu
2023-05-17crypto: engine - fix crypto_queue backlog handlingOlivier Bacon
2023-05-17crypto: engine - Use crypto_request_completeHerbert Xu
2023-05-17crypto: engine - check if BH is disabled during completionCorentin Labbe
2023-05-11crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu
2023-05-11crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange
2023-05-11crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen
2023-04-20asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood
2023-04-20verify_pefile: relax wrapper length checkRobbie Harwood
2023-03-10crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu
2023-03-10crypto: xts - Handle EBUSY correctlyHerbert Xu
2023-03-10crypto: seqiv - Handle EBUSY correctlyHerbert Xu
2023-03-10crypto: essiv - Handle EBUSY correctlyHerbert Xu
2023-03-10KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior
2022-12-31crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun
2022-12-31crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu
2022-10-26crypto: akcipher - default implementation for setting a private keyIgnat Korchagin
2022-08-17KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang
2022-08-17crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-06-22crypto: memneq - move into lib/Jason A. Donenfeld
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-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-04-08crypto: xts - Add softdep on ecbHerbert Xu
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-04-08KEYS: asymmetric: properly validate hash_algo and encodingEric Biggers
2022-04-08KEYS: asymmetric: enforce that sig algo matches key algoEric Biggers
2022-02-11crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu
2022-01-27crypto: jitter - consider 32 LSB for APTStephan Müller
2021-11-18crypto: pcrypt - Delay write to padata->infoDaniel Jordan
2021-11-18crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă