summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang2021-08-271-0/+22
| * crypto: rmd320 - remove rmd320 in MakefileLukas Bulwahn2021-08-271-1/+0
| * crypto: skcipher - in_irq() cleanupChangbin Du2021-08-211-1/+1
| * crypto: tcrypt - add GCM/CCM mode test for SM4 algorithmTianjia Zhang2021-08-211-0/+45
| * crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang2021-08-212-0/+177
| * crypto: tcrypt - Fix missing return value checkTianjia Zhang2021-08-211-10/+19
| * crypto: wp512 - correct a non-kernel-doc commentRandy Dunlap2021-08-121-1/+1
| * crypto: ecc - handle unaligned input buffer in ecc_swap_digitsMian Yousaf Kaukab2021-07-301-2/+3
| * crypto: tcrypt - add the asynchronous speed test for SM4Tianjia Zhang2021-07-301-1/+25
| * crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang2021-07-301-0/+21
| * crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang2021-07-301-15/+12
| * crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang2021-07-302-149/+5
* | certs: Add support for using elliptic curve keys for signing modulesStefan Berger2021-08-231-0/+8
|/
* crypto: drbg - select SHA512Stephan Mueller2021-07-161-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-07-092-1/+53
|\