summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2 daysx509: select CONFIG_CRYPTO_LIB_SHA256Arnd Bergmann1-0/+1
3 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds15-35/+35
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook17-39/+37
12 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds3-0/+3
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-18/+31
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-51/+380
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds20-175/+774
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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-20/+49
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
2026-01-22crypto: Add ML-DSA crypto_sig supportDavid Howells3-0/+212
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap3-0/+3
2026-01-20crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN specTaeyang Lee1-0/+6
2026-01-16crypto: drbg - Use new AES library APIEric Biggers2-26/+16
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers5-1340/+94
2026-01-12crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TIEric Biggers3-105/+0
2026-01-12crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]Eric Biggers2-2/+2
2026-01-12crypto: testmgr - Remove nhpoly1305 testsEric Biggers2-1378/+0
2026-01-12crypto: nhpoly1305 - Remove crypto_shash supportEric Biggers3-262/+0
2026-01-12crypto: adiantum - Drop support for asynchronous xchacha ciphersEric Biggers1-104/+70
2026-01-12crypto: adiantum - Use memcpy_{to,from}_sglist()Eric Biggers1-4/+4
2026-01-12crypto: adiantum - Use scatter_walk API instead of sg_miterEric Biggers1-18/+15
2026-01-12crypto: adiantum - Convert to use NH libraryEric Biggers3-110/+191
2026-01-05crypto: Enable context analysisMarco Elver9-17/+30
2025-12-29crypto: drbg - make drbg_get_random_bytes() return *void*Sergey Shtylyov1-12/+5
2025-12-29crypto: drbg - make drbg_fips_continuous_test() return boolSergey Shtylyov1-17/+11
2025-12-29crypto: drbg - kill useless variable in drbg_fips_continuous_test()Sergey Shtylyov1-3/+1
2025-12-29crypto: khazad - simplify return statement in khazad_mod_initThorsten Blum1-4/+1
2025-12-19crypto: algapi - Use crypto_unregister_algs in crypto_register_algsThorsten Blum1-9/+5