summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange-0/+9
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange-0/+20
2022-03-03crypto: engine - check if BH is disabled during completionCorentin Labbe-0/+1
2022-02-18crypto: lrw - Add dependency on ecbHerbert Xu-0/+2
2022-02-18crypto: xts - Add softdep on ecbHerbert Xu-0/+1
2022-02-15crypto: af_alg - get rid of alg_memory_allocatedEric Dumazet-3/+0
2022-02-11crypto: hmac - disallow keys < 112 bits in FIPS modeStephan Müller-0/+13
2022-02-11crypto: hmac - add fips_skip supportStephan Müller-0/+5
2022-02-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2022-02-05crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang-224/+0
2022-02-05crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu-1/+1
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld-2/+2
2022-01-31crypto: memneq - avoid implicit unaligned accessesArd Biesheuvel-7/+15
2022-01-31crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu-1/+1
2022-01-31crypto: rsa-pkcs1pad - use clearer variable namesEric Biggers-15/+16
2022-01-31crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers-0/+2
2022-01-31crypto: rsa-pkcs1pad - restore signature length checkEric Biggers-1/+1
2022-01-31crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers-1/+1
2022-01-31crypto: rsa-pkcs1pad - only allow with rsaEric Biggers-0/+5
2022-01-31crypto: kdf - Select hmac in addition to sha256Herbert Xu-0/+1
2022-01-31crypto: testmgr - Move crypto_simd_disabled_for_test outHerbert Xu-3/+6
2022-01-28crypto: tcrypt - add asynchronous speed test for SM3Tianjia Zhang-5/+9
2022-01-28crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang-0/+13
2022-01-28crypto: sm3 - make dependent on sm3 libraryTianjia Zhang-127/+16
2022-01-28crypto: sm2 - make dependent on sm3 libraryTianjia Zhang-20/+20
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes-2/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-35/+96
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-118/+280
2022-01-09keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski-35/+96
2022-01-07crypto: af_alg - rewrite NULL pointer checkJiasheng Jiang-2/+5
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld-1/+2
2021-12-31crypto: kdf - select SHA-256 required for self-testStephan Müller-1/+1
2021-12-31crypto: sha256 - remove duplicate generic hash init functionTianjia Zhang-14/+2
2021-12-31crypto: jitter - add oversampling of noise sourceStephan Müller-2/+21
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman-2/+2
2021-12-11crypto: jitter - quit sample collection loop upon RCT failureNicolai Stange-1/+1
2021-12-11crypto: jitter - don't limit ->health_failure check to FIPS modeNicolai Stange-11/+0
2021-12-11crypto: drbg - ignore jitterentropy errors if not in FIPS modeNicolai Stange-2/+5
2021-12-11crypto: dh - remove duplicate includesGuo Zhengkui-1/+0
2021-11-26crypto: des - disallow des3 in FIPS modeStephan Müller-9/+0
2021-11-26crypto: dh - limit key size to 2048 in FIPS modeStephan Müller-0/+4
2021-11-26crypto: rsa - limit key size to 2048 in FIPS modeStephan Müller-0/+4
2021-11-26crypto: jitter - consider 32 LSB for APTStephan Müller-2/+1
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller-0/+162
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange-1/+25
2021-11-26crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange-8/+8
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange-51/+11
2021-11-26crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange-9/+21
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange-4/+8