summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2022-03-14crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel
2022-03-03crypto: cleanup commentsTom Rix
2022-03-03crypto: dh - calculate Q from P for the full public key verificationNicolai Stange
2022-03-03crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange
2022-03-03crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange
2022-03-03crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange
2022-03-03crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange
2022-03-03crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange
2022-03-03crypto: engine - check if BH is disabled during completionCorentin Labbe
2022-02-18crypto: lrw - Add dependency on ecbHerbert Xu
2022-02-18crypto: xts - Add softdep on ecbHerbert Xu
2022-02-11crypto: hmac - disallow keys < 112 bits in FIPS modeStephan Müller
2022-02-11crypto: hmac - add fips_skip supportStephan Müller
2022-02-05crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang
2022-01-31crypto: memneq - avoid implicit unaligned accessesArd Biesheuvel
2022-01-31crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu
2022-01-31crypto: rsa-pkcs1pad - use clearer variable namesEric Biggers
2022-01-31crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers
2022-01-31crypto: rsa-pkcs1pad - restore signature length checkEric Biggers
2022-01-31crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers
2022-01-31crypto: rsa-pkcs1pad - only allow with rsaEric Biggers
2022-01-31crypto: kdf - Select hmac in addition to sha256Herbert Xu
2022-01-31crypto: testmgr - Move crypto_simd_disabled_for_test outHerbert Xu
2022-01-28crypto: tcrypt - add asynchronous speed test for SM3Tianjia Zhang
2022-01-28crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang
2022-01-28crypto: sm3 - make dependent on sm3 libraryTianjia Zhang
2022-01-28crypto: sm2 - make dependent on sm3 libraryTianjia Zhang
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-01-09keys: X.509 public key issuer lookup without AKIDAndrew Zaborowski
2022-01-07crypto: af_alg - rewrite NULL pointer checkJiasheng Jiang
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-12-31crypto: kdf - select SHA-256 required for self-testStephan Müller
2021-12-31crypto: sha256 - remove duplicate generic hash init functionTianjia Zhang
2021-12-31crypto: jitter - add oversampling of noise sourceStephan Müller
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2021-12-11crypto: jitter - quit sample collection loop upon RCT failureNicolai Stange
2021-12-11crypto: jitter - don't limit ->health_failure check to FIPS modeNicolai Stange
2021-12-11crypto: drbg - ignore jitterentropy errors if not in FIPS modeNicolai Stange
2021-12-11crypto: dh - remove duplicate includesGuo Zhengkui