summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
30 hourscrypto: drbg - Fix the fips_enabled priority boostEric Biggers
30 hourscrypto: drbg - Fix ineffective sanity checkEric Biggers
30 hourscrypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBGEric Biggers
30 hourscrypto: drbg - Fix returning success on failure in CTR_DRBGEric Biggers
30 hourscrypto: pcrypt - restore callback for non-parallel fallbackRuijie Li
30 hourscrypto: ecc - Fix carry overflow in vli multiplicationAnastasia Tishchenko
30 hourscrypto: chacha20poly1305 - validate poly1305 template argumentXiaonan Zhao
30 hourscrypto: af_alg - Remove zero-copy support from skcipher and aeadEric Biggers
30 hoursX.509: Fix validation of ASN.1 certificate headerLukas Wunner
30 hourscrypto: krb5 - filter out async aead implementations at allocMichael Bommarito
2026-05-20crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells
2026-05-02Merge tag 'v7.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-23crypto: authencesn - reject short ahash digests during instance creationYucheng Lu
2026-04-21Merge tag 'v7.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-20crypto: krb5enc - fix async decrypt skipping hash verificationDudu Lu
2026-04-20crypto: algif_aead - snapshot IV for async AEAD requestsDouya Le
2026-04-17crypto: acomp - fix wrong pointer stored by acomp_save_req()Giovanni Cabiddu
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-04-16crypto: pcrypt - Fix handling of MAY_BACKLOG requestsHerbert Xu
2026-04-16crypto: authencesn - Fix src offset when decrypting in-placeHerbert Xu
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-13Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-04-12Merge tag 'v7.0-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-12crypto: af_alg - use sock_kmemdup in alg_setkey_by_key_serialThorsten Blum
2026-04-12crypto: geniv - Remove unused spinlock from struct aead_geniv_ctxHerbert Xu
2026-04-12crypto: jitterentropy - replace long-held spinlock with mutexHaixin Xu
2026-04-12crypto: algif_aead - Fix minimum RX size check for decryptionHerbert Xu
2026-04-12X.509: Fix out-of-bounds access when parsing extensionsLukas Wunner
2026-04-12crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsglHerbert Xu
2026-04-08crypto: Remove michael_mic from crypto_shash APIEric Biggers
2026-04-02async_xor: use xor_genChristoph Hellwig
2026-04-02xor: move to lib/raid/Christoph Hellwig
2026-04-02xor: assert that xor_blocks is not call from interrupt contextChristoph Hellwig
2026-04-03crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTSEric Biggers
2026-04-03crypto: rng - Don't pull in DRBG when CRYPTO_FIPS=nEric Biggers
2026-04-03crypto: fips - Depend on CRYPTO_DRBG=yEric Biggers
2026-04-03crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS modeEric Biggers
2026-04-03crypto: rng - Unexport "default RNG" symbolsEric Biggers
2026-04-03crypto: geniv - Use crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: ecc - Use crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: dh - Use crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: rng - Add crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))Aleksander Jan Bajkowski
2026-04-03crypto: af_alg - limit RX SG extraction by receive buffer budgetDouya Le
2026-04-02Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-03-31crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryp...Herbert Xu