summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
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
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange-9/+10
2021-11-20crypto: testmgr - Fix wrong test case of RSALei He-3/+3
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds-14/+14
2021-11-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+2
2021-11-09crypto: api - Fix boot-up crash when crypto manager is disabledHerbert Xu-0/+2
2021-11-08lib: zstd: Add kernel-specific APINick Terrell-14/+14
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+2
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-322/+205
2021-10-29crypto: testmgr - fix wrong key length for pkcs1padLei He-1/+1
2021-10-29crypto: pcrypt - Delay write to padata->infoDaniel Jordan-4/+8
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli-4/+8
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli-250/+5
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana-0/+26
2021-10-29crypto: api - Do not create test larvals if manager is disabledHerbert Xu-25/+38
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe-1/+1
2021-10-22crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă-3/+2
2021-10-08crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Sebastian Andrzej Siewior-2/+2
2021-10-01crypto: api - Export crypto_boot_test_finishedHerbert Xu-0/+1
2021-10-01crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann-1/+1
2021-09-24crypto: api - Fix built-in testing dependency failuresHerbert Xu-27/+108
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan-0/+2
2021-09-17crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity()Tim Gardner-1/+1
2021-09-17crypto: jitter - drop kernel-doc notationRandy Dunlap-12/+12
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-183/+331
2021-08-27crypto: sha512 - remove imaginary and mystifying clearing of variablesLukas Bulwahn-3/+0