summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+1
|\
| * wifi: cfg80211: Deduplicate certificate loadingLukas Wunner2023-01-191-0/+1
* | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-2129-415/+400
|\ \
| * | crypto: proc - Print fips statusHerbert Xu2023-02-141-0/+6
| * | crypto: ecc - Silence sparse warningHerbert Xu2023-02-141-2/+4
| * | crypto: api - Use data directly in completion functionHerbert Xu2023-02-1319-139/+124
| * | crypto: cryptd - Use request_complete helpersHerbert Xu2023-02-131-108/+126
| * | crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu2023-02-131-19/+15
| * | crypto: engine - Use crypto_request_completeHerbert Xu2023-02-131-3/+3
| * | crypto: hash - Use crypto_request_completeHerbert Xu2023-02-131-105/+74
| * | crypto: cryptd - Use subreq for AEADHerbert Xu2023-02-131-4/+16
| * | crypto: testmgr - add diff-splits of src/dst into default cipher configZhang Yiqun2023-02-101-0/+8
| * | Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad...Herbert Xu2023-02-031-1/+1
| * | crypto: engine - Fix excess parameter doc warningHerbert Xu2023-01-271-1/+1
| * | crypto: xts - Handle EBUSY correctlyHerbert Xu2023-01-271-4/+4
| * | crypto: cryptd - Remove unnecessary skcipher_request_zeroHerbert Xu2023-01-271-2/+0
| * | crypto: testmgr - disallow certain DRBG hash functions in FIPS modeVladis Dronov2023-01-271-4/+0
| * | crypto: seqiv - Handle EBUSY correctlyHerbert Xu2023-01-201-1/+1
| * | crypto: essiv - Handle EBUSY correctlyHerbert Xu2023-01-201-1/+6
| * | crypto: tcrypt - include larger key sizes in RFC4106 benchmarkArd Biesheuvel2023-01-202-5/+5
| * | crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel2023-01-131-18/+4
| * | crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2023-01-061-0/+4
| * | crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS modeNicolai Stange2023-01-061-0/+2
| * | crypto: testmgr - disallow plain ghash in FIPS modeNicolai Stange2023-01-061-1/+0
| * | crypto: testmgr - disallow plain cbcmac(aes) in FIPS modeNicolai Stange2023-01-061-1/+0
| * | crypto: wp512 - disable kmsan checks in wp512_process_buffer()Arnd Bergmann2022-12-301-1/+1
| * | crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel2022-12-302-4/+4
| |/
* | KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior2023-02-131-2/+22
* | crypto: certs: fix FIPS selftest dependencyArnd Bergmann2023-02-132-1/+2
|/
* Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-1435-728/+1481
|\
| * crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu2022-12-021-2/+7
| * crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-0217-17/+19
| * crypto: dh - Use helper to set reqsizeHerbert Xu2022-12-021-1/+3
| * crypto: rsa-pkcs1pad - Use helper to set reqsizeHerbert Xu2022-12-021-1/+4
| * Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers2022-11-251-15/+3
| * crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun2022-11-251-9/+0
| * crypto: algboss - compile out test-related code when tests disabledEric Biggers2022-11-251-5/+4
| * crypto: kdf - silence noisy self-testEric Biggers2022-11-251-1/+1
| * crypto: kdf - skip self-test when tests disabledEric Biggers2022-11-251-2/+6
| * crypto: api - compile out crypto_boot_test_finished when tests disabledEric Biggers2022-11-253-6/+29
| * crypto: algboss - optimize registration of internal algorithmsEric Biggers2022-11-252-13/+3
| * crypto: api - optimize algorithm registration when self-tests disabledEric Biggers2022-11-252-71/+86
| * crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu2022-11-181-1/+1
| * crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu2022-11-181-17/+19
| * crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-113-423/+3
| * crypto: tcrypt - add SM4 cts-cbc/xts/xcbc testTianjia Zhang2022-11-041-0/+21
| * crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang2022-11-042-0/+996
| * crypto: tcrypt - Drop leading newlines from printsAnirudh Venkataramanan2022-11-041-5/+5
| * crypto: tcrypt - Drop module name from print stringAnirudh Venkataramanan2022-11-041-2/+1
| * crypto: tcrypt - Use pr_info/pr_errAnirudh Venkataramanan2022-11-041-7/+7