aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
12 dayscrypto: krb5enc - fix async decrypt skipping hash verificationDudu Lu1-21/+31
12 dayscrypto: krb5enc - fix sleepable flag handling in encrypt dispatchWesley Atwell1-2/+3
12 dayscrypto: authencesn - Fix src offset when decrypting in-placeHerbert Xu1-2/+4
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: 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-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-26crypto: af-alg - fix NULL pointer dereference in scatterwalkNorbert Szetei1-1/+3
2026-03-26crypto: deflate - fix spurious -ENOSPCMikulas Patocka1-4/+7
2026-03-03crypto: testmgr - Fix stale references to aes-genericEric Biggers1-2/+2
2026-03-02crypto: Clean up help text for CRYPTO_CRC32Geert Uytterhoeven1-2/+0
2026-03-02crypto: Clean up help text for CRYPTO_CRC32CGeert Uytterhoeven1-2/+0
2026-03-02crypto: Clean up help text for CRYPTO_XXHASHGeert Uytterhoeven1-2/+0
2026-03-02crypto: Clean up help text for CRYPTO_SHA256Geert Uytterhoeven1-1/+0
2026-03-02crypto: Clean up help text for CRYPTO_BLAKE2BGeert Uytterhoeven1-2/+0
2026-02-22x509: select CONFIG_CRYPTO_LIB_SHA256Arnd Bergmann1-0/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds15-35/+35
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook17-39/+37
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-0/+3
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-18/+31
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds13-50/+379
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds20-175/+774
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds13-3313/+356
2026-02-07crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des3_ede))Aleksander Jan Bajkowski2-0/+66
2026-02-06crypto: testmgr - Add test vectors for authenc(hmac(sha224),cbc(aes))Aleksander Jan Bajkowski2-0/+292
2026-02-06crypto: testmgr - Add test vectors for authenc(hmac(sha384),cbc(aes))Aleksander Jan Bajkowski2-0/+318
2026-02-06crypto: rng - Use unregister_rngs in register_rngsThorsten Blum1-8/+4
2026-02-05pkcs7: Change a pr_warn() to pr_warn_once()David Howells1-1/+1
2026-02-02pkcs7: Allow authenticatedAttributes for ML-DSADavid Howells4-0/+28
2026-01-30pkcs7, x509: Add ML-DSA supportDavid Howells3-2/+59
2026-01-30pkcs7: Allow the signing algo to do whatever digestion it wants itselfDavid Howells4-19/+48
2026-01-30pkcs7, x509: Rename ->digest to ->mDavid Howells5-25/+22
2026-01-30x509: Separately calculate sha256 for blacklistDavid Howells2-9/+15
2026-01-28crypto: Use scoped init guardMarco Elver2-2/+2
2026-01-23crypto: ecc - Streamline alloc_point and remove {alloc,free}_digits_spaceThorsten Blum1-18/+9
2026-01-23crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips modeAleksander Jan Bajkowski1-0/+4
2026-01-23crypto: blowfish - fix typo in commentAlexander Bendezu1-1/+1
2026-01-23crypto: api - remove unnecessary forward declarationsThorsten Blum8-27/+16
2026-01-23crypto: simd - Simplify request size calculation in simd_aead_initThorsten Blum1-2/+2
2026-01-23crypto: engine - Use unregister_* in register_{aeads,ahashes,skciphers}Thorsten Blum1-21/+12
2026-01-23crypto: lskcipher - Use unregister_lskciphers in register_lskciphersThorsten Blum1-8/+4
2026-01-23crypto: skcipher - Use unregister_skciphers in register_skciphersThorsten Blum1-8/+4
2026-01-23crypto: shash - Use unregister_shashes in register_shashesThorsten Blum1-8/+4
2026-01-23crypto: ahash - Use unregister_ahashes in register_ahashesThorsten Blum1-8/+4
2026-01-23crypto: acomp - Use unregister_acomps in register_acompsThorsten Blum1-8/+4