summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2023-03-21asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood
2023-03-21verify_pefile: relax wrapper length checkRobbie Harwood
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-14crypto: proc - Print fips statusHerbert Xu
2023-02-14crypto: ecc - Silence sparse warningHerbert Xu
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2023-02-13crypto: cryptd - Use request_complete helpersHerbert Xu
2023-02-13crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu
2023-02-13crypto: engine - Use crypto_request_completeHerbert Xu
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu
2023-02-13crypto: cryptd - Use subreq for AEADHerbert Xu
2023-02-13KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior
2023-02-13crypto: certs: fix FIPS selftest dependencyArnd Bergmann
2023-02-10crypto: testmgr - add diff-splits of src/dst into default cipher configZhang Yiqun
2023-02-03Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad...Herbert Xu
2023-01-27crypto: engine - Fix excess parameter doc warningHerbert Xu
2023-01-27crypto: xts - Handle EBUSY correctlyHerbert Xu
2023-01-27crypto: cryptd - Remove unnecessary skcipher_request_zeroHerbert Xu
2023-01-27crypto: testmgr - disallow certain DRBG hash functions in FIPS modeVladis Dronov
2023-01-20crypto: seqiv - Handle EBUSY correctlyHerbert Xu
2023-01-20crypto: essiv - Handle EBUSY correctlyHerbert Xu
2023-01-20crypto: tcrypt - include larger key sizes in RFC4106 benchmarkArd Biesheuvel
2023-01-19wifi: cfg80211: Deduplicate certificate loadingLukas Wunner
2023-01-13crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel
2023-01-06crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo
2023-01-06crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS modeNicolai Stange
2023-01-06crypto: testmgr - disallow plain ghash in FIPS modeNicolai Stange
2023-01-06crypto: testmgr - disallow plain cbcmac(aes) in FIPS modeNicolai Stange
2022-12-30crypto: wp512 - disable kmsan checks in wp512_process_buffer()Arnd Bergmann
2022-12-30crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu
2022-12-02crypto: dh - Use helper to set reqsizeHerbert Xu
2022-12-02crypto: rsa-pkcs1pad - Use helper to set reqsizeHerbert Xu
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers
2022-11-25crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun
2022-11-25crypto: algboss - compile out test-related code when tests disabledEric Biggers
2022-11-25crypto: kdf - silence noisy self-testEric Biggers
2022-11-25crypto: kdf - skip self-test when tests disabledEric Biggers
2022-11-25crypto: api - compile out crypto_boot_test_finished when tests disabledEric Biggers
2022-11-25crypto: algboss - optimize registration of internal algorithmsEric Biggers
2022-11-25crypto: api - optimize algorithm registration when self-tests disabledEric Biggers
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu
2022-11-18crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld