summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* lib/crypto: add prompts back to crypto librariesJustin M. Forbes2022-01-181-2/+0
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-2/+2
|\
| * exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-2/+2
* | Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-115-35/+96
|\ \
| * | keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski2022-01-095-35/+96
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-1113-118/+280
|\ \
| * | crypto: af_alg - rewrite NULL pointer checkJiasheng Jiang2022-01-071-2/+5
| * | crypto: kdf - select SHA-256 required for self-testStephan Müller2021-12-311-1/+1
| * | crypto: sha256 - remove duplicate generic hash init functionTianjia Zhang2021-12-311-14/+2
| * | crypto: jitter - add oversampling of noise sourceStephan Müller2021-12-311-2/+21
| * | crypto: jitter - quit sample collection loop upon RCT failureNicolai Stange2021-12-111-1/+1
| * | crypto: jitter - don't limit ->health_failure check to FIPS modeNicolai Stange2021-12-113-11/+0
| * | crypto: drbg - ignore jitterentropy errors if not in FIPS modeNicolai Stange2021-12-111-2/+5
| * | crypto: dh - remove duplicate includesGuo Zhengkui2021-12-111-1/+0
| * | crypto: des - disallow des3 in FIPS modeStephan Müller2021-11-261-9/+0
| * | crypto: dh - limit key size to 2048 in FIPS modeStephan Müller2021-11-261-0/+4
| * | crypto: rsa - limit key size to 2048 in FIPS modeStephan Müller2021-11-261-0/+4
| * | crypto: jitter - consider 32 LSB for APTStephan Müller2021-11-261-2/+1
| * | crypto: kdf - add SP800-108 counter key derivation functionStephan Müller2021-11-263-0/+162
| * | crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange2021-11-261-1/+25
| * | crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange2021-11-261-8/+8
| * | crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2021-11-261-51/+11
| * | crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange2021-11-261-9/+21
| * | crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2021-11-261-4/+8
| * | crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2021-11-261-9/+10
| * | crypto: testmgr - Fix wrong test case of RSALei He2021-11-201-3/+3
| |/
* / lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-01-071-1/+2
|/
* Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-131-14/+14
|\
| * lib: zstd: Add kernel-specific APINick Terrell2021-11-081-14/+14
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-11-121-0/+2
|\ \ | |/ |/|
| * crypto: api - Fix boot-up crash when crypto manager is disabledHerbert Xu2021-11-091-0/+2
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-0/+2
|\ \
| * | isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+2
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-11-0117-322/+205
|\ \ \ | | |/ | |/|
| * | crypto: testmgr - fix wrong key length for pkcs1padLei He2021-10-291-1/+1
| * | crypto: pcrypt - Delay write to padata->infoDaniel Jordan2021-10-291-4/+8
| * | crypto: ecc - Export additional helper functionsDaniele Alessandrelli2021-10-291-4/+8
| * | crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli2021-10-296-250/+5
| * | crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana2021-10-291-0/+26
| * | crypto: api - Do not create test larvals if manager is disabledHerbert Xu2021-10-292-25/+38
| * | crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă2021-10-221-3/+2
| * | crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()Sebastian Andrzej Siewior2021-10-081-2/+2
| * | crypto: api - Export crypto_boot_test_finishedHerbert Xu2021-10-011-0/+1
| * | crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann2021-10-011-1/+1
| * | crypto: api - Fix built-in testing dependency failuresHerbert Xu2021-09-243-27/+108
| * | crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity()Tim Gardner2021-09-171-1/+1
| * | crypto: jitter - drop kernel-doc notationRandy Dunlap2021-09-171-12/+12
| |/
* / fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-08-3010-183/+331
|\
| * crypto: sha512 - remove imaginary and mystifying clearing of variablesLukas Bulwahn2021-08-271-3/+0