aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-1/+1
2022-02-05crypto: api - Move cryptomgr soft dependency into algapiGravatar Herbert Xu 2-1/+1
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIGravatar Jason A. Donenfeld 1-2/+2
2022-01-18lib/crypto: add prompts back to crypto librariesGravatar Justin M. Forbes 1-2/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-35/+96
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 13-118/+280
2022-01-09keys: X.509 public key issuer lookup without AKIDGravatar Andrew Zaborowski 5-35/+96
2022-01-07crypto: af_alg - rewrite NULL pointer checkGravatar Jiasheng Jiang 1-2/+5
2022-01-07lib/crypto: blake2s: include as built-inGravatar Jason A. Donenfeld 1-1/+2
2021-12-31crypto: kdf - select SHA-256 required for self-testGravatar Stephan Müller 1-1/+1
2021-12-31crypto: sha256 - remove duplicate generic hash init functionGravatar Tianjia Zhang 1-14/+2
2021-12-31crypto: jitter - add oversampling of noise sourceGravatar Stephan Müller 1-2/+21
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitGravatar Eric W. Biederman 1-2/+2
2021-12-11crypto: jitter - quit sample collection loop upon RCT failureGravatar Nicolai Stange 1-1/+1
2021-12-11crypto: jitter - don't limit ->health_failure check to FIPS modeGravatar Nicolai Stange 3-11/+0
2021-12-11crypto: drbg - ignore jitterentropy errors if not in FIPS modeGravatar Nicolai Stange 1-2/+5
2021-12-11crypto: dh - remove duplicate includesGravatar Guo Zhengkui 1-1/+0
2021-11-26crypto: des - disallow des3 in FIPS modeGravatar Stephan Müller 1-9/+0
2021-11-26crypto: dh - limit key size to 2048 in FIPS modeGravatar Stephan Müller 1-0/+4
2021-11-26crypto: rsa - limit key size to 2048 in FIPS modeGravatar Stephan Müller 1-0/+4
2021-11-26crypto: jitter - consider 32 LSB for APTGravatar Stephan Müller 1-2/+1
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionGravatar Stephan Müller 3-0/+162
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Gravatar Nicolai Stange 1-1/+25
2021-11-26crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsGravatar Nicolai Stange 1-8/+8
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousGravatar Nicolai Stange 1-51/+11
2021-11-26crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Gravatar Nicolai Stange 1-9/+21
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Gravatar Nicolai Stange 1-4/+8
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateGravatar Nicolai Stange 1-9/+10
2021-11-20crypto: testmgr - Fix wrong test case of RSAGravatar Lei He 1-3/+3
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxGravatar Linus Torvalds 1-14/+14
2021-11-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+2
2021-11-09crypto: api - Fix boot-up crash when crypto manager is disabledGravatar Herbert Xu 1-0/+2
2021-11-08lib: zstd: Add kernel-specific APIGravatar Nick Terrell 1-14/+14
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+2
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 17-322/+205
2021-10-29crypto: testmgr - fix wrong key length for pkcs1padGravatar Lei He 1-1/+1
2021-10-29crypto: pcrypt - Delay write to padata->infoGravatar Daniel Jordan 1-4/+8
2021-10-29crypto: ecc - Export additional helper functionsGravatar Daniele Alessandrelli 1-4/+8
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalGravatar Daniele Alessandrelli 6-250/+5
2021-10-29crypto: engine - Add KPP Support to Crypto EngineGravatar Prabhjot Khurana 1-0/+26
2021-10-29crypto: api - Do not create test larvals if manager is disabledGravatar Herbert Xu 2-25/+38
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-1/+1
2021-10-22crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksGravatar Horia Geantă 1-3/+2
2021-10-08crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Gravatar Sebastian Andrzej Siewior 1-2/+2
2021-10-01crypto: api - Export crypto_boot_test_finishedGravatar Herbert Xu 1-0/+1
2021-10-01crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyGravatar Arnd Bergmann 1-1/+1
2021-09-24crypto: api - Fix built-in testing dependency failuresGravatar Herbert Xu 3-27/+108
2021-09-22isystem: delete global -isystem compile optionGravatar Alexey Dobriyan 1-0/+2
2021-09-17crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity()Gravatar Tim Gardner 1-1/+1