summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2022-02-15crypto: af_alg - get rid of alg_memory_allocatedEric Dumazet
2022-02-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-02-05crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-01-09keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski
2022-01-07crypto: af_alg - rewrite NULL pointer checkJiasheng Jiang
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-12-31crypto: kdf - select SHA-256 required for self-testStephan Müller
2021-12-31crypto: sha256 - remove duplicate generic hash init functionTianjia Zhang
2021-12-31crypto: jitter - add oversampling of noise sourceStephan Müller
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2021-12-11crypto: jitter - quit sample collection loop upon RCT failureNicolai Stange
2021-12-11crypto: jitter - don't limit ->health_failure check to FIPS modeNicolai Stange
2021-12-11crypto: drbg - ignore jitterentropy errors if not in FIPS modeNicolai Stange
2021-12-11crypto: dh - remove duplicate includesGuo Zhengkui
2021-11-26crypto: des - disallow des3 in FIPS modeStephan Müller
2021-11-26crypto: dh - limit key size to 2048 in FIPS modeStephan Müller
2021-11-26crypto: rsa - limit key size to 2048 in FIPS modeStephan Müller
2021-11-26crypto: jitter - consider 32 LSB for APTStephan Müller
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange
2021-11-26crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2021-11-26crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2021-11-20crypto: testmgr - Fix wrong test case of RSALei He
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds
2021-11-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-11-09crypto: api - Fix boot-up crash when crypto manager is disabledHerbert Xu
2021-11-08lib: zstd: Add kernel-specific APINick Terrell
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-10-29crypto: testmgr - fix wrong key length for pkcs1padLei He
2021-10-29crypto: pcrypt - Delay write to padata->infoDaniel Jordan
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana
2021-10-29crypto: api - Do not create test larvals if manager is disabledHerbert Xu
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-10-22crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă
2021-10-08crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Sebastian Andrzej Siewior
2021-10-01crypto: api - Export crypto_boot_test_finishedHerbert Xu
2021-10-01crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann
2021-09-24crypto: api - Fix built-in testing dependency failuresHerbert Xu
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan