summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-10-26crypto: akcipher - default implementation for setting a private keyIgnat Korchagin1-0/+8
2022-08-17KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang1-2/+5
2022-08-17crypto: blake2s - remove shash moduleJason A. Donenfeld6-348/+1
2022-06-22crypto: memneq - move into lib/Jason A. Donenfeld3-169/+2
2022-06-09crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior1-12/+11
2022-06-06crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov1-4/+4
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-50/+11
2022-06-06crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange1-9/+21
2022-06-06crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-4/+8
2022-06-06crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-9/+10
2022-06-06lib/crypto: add prompts back to crypto librariesJustin M. Forbes1-2/+0
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld1-9/+8
2022-05-30lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-05-30lib/crypto: blake2s: include as built-inJason A. Donenfeld1-1/+2
2022-04-08crypto: xts - Add softdep on ecbHerbert Xu1-0/+1
2022-04-08crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu1-1/+1
2022-04-08crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers1-0/+2
2022-04-08crypto: rsa-pkcs1pad - restore signature length checkEric Biggers1-1/+1
2022-04-08crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers1-1/+1
2022-04-08crypto: rsa-pkcs1pad - only allow with rsaEric Biggers1-0/+5
2022-04-08KEYS: asymmetric: properly validate hash_algo and encodingEric Biggers1-35/+76
2022-04-08KEYS: asymmetric: enforce that sig algo matches key algoEric Biggers3-12/+15
2022-02-11crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu2-1/+1
2022-01-27crypto: jitter - consider 32 LSB for APTStephan Müller1-2/+1
2021-11-18crypto: pcrypt - Delay write to padata->infoDaniel Jordan1-4/+8
2021-11-18crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă1-3/+2
2021-11-18crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann1-1/+1
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-183/+331
2021-08-27crypto: sha512 - remove imaginary and mystifying clearing of variablesLukas Bulwahn1-3/+0
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang1-0/+22
2021-08-27crypto: rmd320 - remove rmd320 in MakefileLukas Bulwahn1-1/+0
2021-08-23certs: Add support for using elliptic curve keys for signing modulesStefan Berger1-0/+8
2021-08-21crypto: skcipher - in_irq() cleanupChangbin Du1-1/+1
2021-08-21crypto: tcrypt - add GCM/CCM mode test for SM4 algorithmTianjia Zhang1-0/+45
2021-08-21crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang2-0/+177
2021-08-21crypto: tcrypt - Fix missing return value checkTianjia Zhang1-10/+19
2021-08-12crypto: wp512 - correct a non-kernel-doc commentRandy Dunlap1-1/+1
2021-07-30crypto: ecc - handle unaligned input buffer in ecc_swap_digitsMian Yousaf Kaukab1-2/+3
2021-07-30crypto: tcrypt - add the asynchronous speed test for SM4Tianjia Zhang1-1/+25
2021-07-30crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang1-0/+21
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang1-15/+12
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang2-149/+5
2021-07-16crypto: drbg - select SHA512Stephan Mueller1-1/+1
2021-07-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-1/+53
2021-06-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds13-101/+224
2021-06-28crypto: drbg - self test for HMAC(SHA-512)Stephan Müller2-1/+53
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu1-0/+12
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin2-43/+6
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-3/+15
2021-06-11crypto: sm2 - fix a memory leak in sm2Hongbo Li1-14/+10