aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes1-2/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds5-35/+96
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-118/+280
2022-01-09keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski5-35/+96
2022-01-07crypto: af_alg - rewrite NULL pointer checkJiasheng Jiang1-2/+5
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld1-1/+2
2021-12-31crypto: kdf - select SHA-256 required for self-testStephan Müller1-1/+1
2021-12-31crypto: sha256 - remove duplicate generic hash init functionTianjia Zhang1-14/+2
2021-12-31crypto: jitter - add oversampling of noise sourceStephan Müller1-2/+21
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-2/+2
2021-12-11crypto: jitter - quit sample collection loop upon RCT failureNicolai Stange1-1/+1
2021-12-11crypto: jitter - don't limit ->health_failure check to FIPS modeNicolai Stange3-11/+0
2021-12-11crypto: drbg - ignore jitterentropy errors if not in FIPS modeNicolai Stange1-2/+5
2021-12-11crypto: dh - remove duplicate includesGuo Zhengkui1-1/+0
2021-11-26crypto: des - disallow des3 in FIPS modeStephan Müller1-9/+0
2021-11-26crypto: dh - limit key size to 2048 in FIPS modeStephan Müller1-0/+4
2021-11-26crypto: rsa - limit key size to 2048 in FIPS modeStephan Müller1-0/+4
2021-11-26crypto: jitter - consider 32 LSB for APTStephan Müller1-2/+1
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller3-0/+162
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange1-1/+25
2021-11-26crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange1-8/+8
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-51/+11
2021-11-26crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange1-9/+21
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-4/+8
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-9/+10
2021-11-20crypto: testmgr - Fix wrong test case of RSALei He1-3/+3
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds1-14/+14
2021-11-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2021-11-09crypto: api - Fix boot-up crash when crypto manager is disabledHerbert Xu1-0/+2
2021-11-08lib: zstd: Add kernel-specific APINick Terrell1-14/+14
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+2
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds17-322/+205
2021-10-29crypto: testmgr - fix wrong key length for pkcs1padLei He1-1/+1
2021-10-29crypto: pcrypt - Delay write to padata->infoDaniel Jordan1-4/+8
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli1-4/+8
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli6-250/+5
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana1-0/+26
2021-10-29crypto: api - Do not create test larvals if manager is disabledHerbert Xu2-25/+38
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-10-22crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă1-3/+2
2021-10-08crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Sebastian Andrzej Siewior1-2/+2
2021-10-01crypto: api - Export crypto_boot_test_finishedHerbert Xu1-0/+1
2021-10-01crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann1-1/+1
2021-09-24crypto: api - Fix built-in testing dependency failuresHerbert Xu3-27/+108
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan1-0/+2
2021-09-17crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity()Tim Gardner1-1/+1
2021-09-17crypto: jitter - drop kernel-doc notationRandy Dunlap1-12/+12
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-183/+331