summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang2022-08-171-2/+5
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-08-176-348/+1
* crypto: memneq - move into lib/Jason A. Donenfeld2022-06-223-169/+2
* crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior2022-06-091-12/+11
* crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov2022-06-061-4/+4
* crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2022-06-061-50/+11
* crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange2022-06-061-9/+21
* crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2022-06-061-4/+8
* crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2022-06-061-9/+10
* lib/crypto: add prompts back to crypto librariesJustin M. Forbes2022-06-061-2/+0
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-05-301-9/+8
* lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-05-301-2/+2
* lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-05-301-1/+2
* crypto: xts - Add softdep on ecbHerbert Xu2022-04-081-0/+1
* crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu2022-04-081-1/+1
* crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers2022-04-081-0/+2
* crypto: rsa-pkcs1pad - restore signature length checkEric Biggers2022-04-081-1/+1
* crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers2022-04-081-1/+1
* crypto: rsa-pkcs1pad - only allow with rsaEric Biggers2022-04-081-0/+5
* KEYS: asymmetric: properly validate hash_algo and encodingEric Biggers2022-04-081-35/+76
* KEYS: asymmetric: enforce that sig algo matches key algoEric Biggers2022-04-083-12/+15
* crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu2022-02-112-1/+1
* crypto: jitter - consider 32 LSB for APTStephan Müller2022-01-271-2/+1
* crypto: pcrypt - Delay write to padata->infoDaniel Jordan2021-11-181-4/+8
* crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocksHoria Geantă2021-11-181-3/+2
* crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann2021-11-181-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
|\
| * crypto: drbg - self test for HMAC(SHA-512)Stephan Müller2021-06-282-1/+53
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-06-2813-101/+224
|\|
| * crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu2021-06-241-0/+12
| * crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin2021-06-172-43/+6
| * crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-06-171-3/+15
| * crypto: sm2 - fix a memory leak in sm2Hongbo Li2021-06-111-14/+10
| * crypto: af_alg - use DIV_ROUND_UP helper macro for calculationsWu Bo2021-06-031-1/+1