summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-2123-466/+2396
|\
| * crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong2022-03-141-6/+0
| * crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel2022-03-031-3/+21
| * crypto: cleanup commentsTom Rix2022-03-036-10/+10
| * crypto: dh - calculate Q from P for the full public key verificationNicolai Stange2022-03-031-11/+29
| * crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange2022-03-031-1/+0
| * crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange2022-03-034-10/+54
| * crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange2022-03-031-7/+8
| * crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-031-0/+558
| * crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange2022-03-032-3/+138
| * crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-032-0/+908
| * crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange2022-03-032-1/+303
| * crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange2022-03-031-0/+208
| * crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange2022-03-031-8/+19
| * crypto: dh - remove struct dh's ->q memberNicolai Stange2022-03-033-29/+10
| * crypto: kpp - provide support for KPP spawnsNicolai Stange2022-03-031-0/+9
| * crypto: kpp - provide support for KPP template instancesNicolai Stange2022-03-031-0/+20
| * crypto: engine - check if BH is disabled during completionCorentin Labbe2022-03-031-0/+1
| * crypto: lrw - Add dependency on ecbHerbert Xu2022-02-182-0/+2
| * crypto: xts - Add softdep on ecbHerbert Xu2022-02-181-0/+1
| * crypto: hmac - disallow keys < 112 bits in FIPS modeStephan Müller2022-02-112-0/+13
| * crypto: hmac - add fips_skip supportStephan Müller2022-02-112-0/+5
| * crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang2022-02-051-224/+0
| * crypto: memneq - avoid implicit unaligned accessesArd Biesheuvel2022-01-311-7/+15
| * crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu2022-01-311-1/+1
| * crypto: rsa-pkcs1pad - use clearer variable namesEric Biggers2022-01-311-15/+16
| * crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers2022-01-311-0/+2
| * crypto: rsa-pkcs1pad - restore signature length checkEric Biggers2022-01-311-1/+1
| * crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers2022-01-311-1/+1
| * crypto: rsa-pkcs1pad - only allow with rsaEric Biggers2022-01-311-0/+5
| * crypto: kdf - Select hmac in addition to sha256Herbert Xu2022-01-311-0/+1
| * crypto: testmgr - Move crypto_simd_disabled_for_test outHerbert Xu2022-01-312-3/+6
| * crypto: tcrypt - add asynchronous speed test for SM3Tianjia Zhang2022-01-281-5/+9
| * crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang2022-01-281-0/+13
| * crypto: sm3 - make dependent on sm3 libraryTianjia Zhang2022-01-282-127/+16
| * crypto: sm2 - make dependent on sm3 libraryTianjia Zhang2022-01-282-20/+20
* | KEYS: asymmetric: properly validate hash_algo and encodingEric Biggers2022-03-101-35/+76
* | KEYS: asymmetric: enforce that sig algo matches key algoEric Biggers2022-03-103-12/+15
* | KEYS: remove support for asym_tpm keysEric Biggers2022-03-085-1097/+0
* | KEYS: x509: remove dead code that set ->unsupported_sigEric Biggers2022-03-081-9/+0
* | KEYS: x509: remove never-set ->unsupported_key flagEric Biggers2022-03-083-15/+2
* | KEYS: x509: remove unused fieldsEric Biggers2022-03-081-2/+0
* | KEYS: x509: clearly distinguish between key and signature algorithmsEric Biggers2022-03-082-15/+19
* | crypto: af_alg - get rid of alg_memory_allocatedEric Dumazet2022-02-151-3/+0
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-02-092-1/+1
|\ \
| * | crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu2022-02-052-1/+1
| |/
* / lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-2/+2
|/
* 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