summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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