aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-05-07crypto: drbg - Fix ineffective sanity checkEric Biggers1-5/+4
2026-05-07crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBGEric Biggers2-4/+6
2026-05-07crypto: drbg - Fix returning success on failure in CTR_DRBGEric Biggers1-1/+1
2026-05-05keys: cleanup dead code in Kconfig for FIPS_SIGNATURE_SELFTESTJulian Braha1-1/+0
2026-05-02Merge tag 'v7.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+5
2026-04-23crypto: authencesn - reject short ahash digests during instance creationYucheng Lu1-0/+5
2026-04-21Merge tag 'v7.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-32/+51
2026-04-20crypto: krb5enc - fix async decrypt skipping hash verificationDudu Lu1-21/+31
2026-04-20crypto: algif_aead - snapshot IV for async AEAD requestsDouya Le1-2/+8
2026-04-17crypto: acomp - fix wrong pointer stored by acomp_save_req()Giovanni Cabiddu1-5/+3
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-201/+10
2026-04-16crypto: pcrypt - Fix handling of MAY_BACKLOG requestsHerbert Xu1-2/+5
2026-04-16crypto: authencesn - Fix src offset when decrypting in-placeHerbert Xu1-2/+4
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds17-408/+1896
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-249/+0
2026-04-13Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-18/+1
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds14-825/+420
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds3-580/+0
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski6-249/+0
2026-04-12Merge tag 'v7.0-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-7/+14
2026-04-12crypto: af_alg - use sock_kmemdup in alg_setkey_by_key_serialThorsten Blum1-3/+1
2026-04-12crypto: geniv - Remove unused spinlock from struct aead_geniv_ctxHerbert Xu1-2/+0
2026-04-12crypto: jitterentropy - replace long-held spinlock with mutexHaixin Xu1-7/+7
2026-04-12crypto: algif_aead - Fix minimum RX size check for decryptionHerbert Xu1-1/+1
2026-04-12X.509: Fix out-of-bounds access when parsing extensionsLukas Wunner1-4/+4
2026-04-12crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsglHerbert Xu1-2/+2
2026-04-08crypto: Remove michael_mic from crypto_shash APIEric Biggers6-249/+0
2026-04-02async_xor: use xor_genChristoph Hellwig1-24/+10
2026-04-02xor: move to lib/raid/Christoph Hellwig3-179/+0
2026-04-02xor: assert that xor_blocks is not call from interrupt contextChristoph Hellwig1-0/+2
2026-04-03crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTSEric Biggers1-8/+19
2026-04-03crypto: rng - Don't pull in DRBG when CRYPTO_FIPS=nEric Biggers1-7/+0
2026-04-03crypto: fips - Depend on CRYPTO_DRBG=yEric Biggers1-1/+1
2026-04-03crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS modeEric Biggers1-2/+2
2026-04-03crypto: rng - Unexport "default RNG" symbolsEric Biggers1-6/+3
2026-04-03crypto: geniv - Use crypto_stdrng_get_bytes()Eric Biggers1-7/+1
2026-04-03crypto: ecc - Use crypto_stdrng_get_bytes()Eric Biggers1-8/+3
2026-04-03crypto: dh - Use crypto_stdrng_get_bytes()Eric Biggers1-7/+1
2026-04-03crypto: rng - Add crypto_stdrng_get_bytes()Eric Biggers1-0/+14
2026-04-03crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))Aleksander Jan Bajkowski2-0/+262
2026-04-03crypto: af_alg - limit RX SG extraction by receive buffer budgetDouya Le2-0/+7
2026-04-02Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-146/+70
2026-03-31crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryptionHerbert Xu1-18/+28
2026-03-31crypto: algif_aead - Revert to operating out-of-placeHerbert Xu3-123/+32
2026-03-27crypto: remove HKDF libraryEric Biggers3-580/+0
2026-03-27crypto: cryptd - Remove unused functionsEric Biggers1-110/+2
2026-03-27crypto: testmgr - Add test vectors for authenc(hmac(md5),rfc3686(ctr(aes)))Aleksander Jan Bajkowski2-0/+214
2026-03-26crypto: af-alg - fix NULL pointer dereference in scatterwalkNorbert Szetei1-1/+3
2026-03-26crypto: deflate - fix spurious -ENOSPCMikulas Patocka1-4/+7
2026-03-23crypto: sm3 - Replace with wrapper around libraryEric Biggers4-65/+92