aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'v7.0-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-7/+14
4 dayscrypto: algif_aead - Fix minimum RX size check for decryptionHerbert Xu1-1/+1
4 daysX.509: Fix out-of-bounds access when parsing extensionsLukas Wunner1-4/+4
4 dayscrypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsglHerbert Xu1-2/+2
13 dayscrypto: af_alg - limit RX SG extraction by receive buffer budgetDouya Le2-0/+7
13 daysMerge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds5-146/+70
2026-03-31crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryp...Herbert 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/...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-50/+379
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-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
2026-01-21crypto: Add ML-DSA crypto_sig supportDavid Howells3-0/+212
2026-01-20kernel.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-15crypto: 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
2025-12-19crypto: scompress - Use crypto_unregister_scomps in crypto_register_scompsThorsten Blum1-8/+4
2025-12-19crypto: scompress - Remove forward declaration of crypto_scomp_showThorsten Blum1-4/+2
2025-12-19crypto: fips - annotate fips_enable() with __init to free init memory after bootCan Peng1-1/+1
2025-12-19crypto: seqiv - Do not use req->iv after crypto_aead_encryptHerbert Xu1-3/+5
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds24-1291/+830
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+12
2025-12-01crypto: zstd - fix double-free in per-CPU stream cleanupGiovanni Cabiddu1-6/+1
2025-11-24crypto: ahash - Zero positive err value in ahash_update_finishHerbert Xu1-1/+5
2025-11-24crypto: ahash - Fix crypto_ahash_import with partial block dataHerbert Xu1-1/+11
2025-11-24crypto: drbg - Delete unused ctx from struct sdescHerbert Xu1-1/+0
2025-11-24crypto: testmgr - Add missing DES weak and semi-weak key testsThorsten Blum1-0/+120
2025-11-22Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist"Eric Biggers2-254/+255
2025-11-22crypto: scatterwalk - Fix memcpy_sglist() to always succeedEric Biggers1-12/+83
2025-11-22crypto: tcrypt - Remove unused poly1305 supportEric Biggers2-22/+0
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers6-694/+1
2025-11-22crypto: asymmetric_keys - fix uninitialized pointers with free attributeAlly Heev2-2/+2
2025-11-22KEYS: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-2/+5
2025-11-14crypto: zstd - Remove unnecessary size_t castThorsten Blum1-3/+2
2025-11-14crypto: zstd - Annotate struct zstd_ctx with __counted_byThorsten Blum1-2/+3
2025-11-12Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stackEric Biggers1-21/+12
2025-11-12crypto: aegis128-neon - Move to more abstract 'ksimd' guard APIArd Biesheuvel1-21/+12
2025-11-11crypto: testmgr - Remove polyval testsEric Biggers3-181/+0
2025-11-11crypto: polyval - Remove the polyval crypto_shashEric Biggers3-216/+0
2025-11-11crypto: hctr2 - Convert to use POLYVAL libraryEric Biggers3-163/+64
2025-11-11crypto: polyval - Rename conflicting functionsEric Biggers1-6/+6
2025-11-06crypto: deflate - Use struct_size to improve deflate_alloc_streamThorsten Blum1-1/+2
2025-11-05crypto: sha3 - Reimplement using library APIEric Biggers5-291/+176
2025-11-05crypto: jitterentropy - Use default sha3 implementationEric Biggers1-10/+2
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-31crypto: aead - Add support for on-stack AEAD req allocationT Pratham1-0/+19
2025-10-29crypto: blake2b - Reimplement using library APIEric Biggers5-194/+117
2025-10-23crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_idThorsten Blum1-3/+9
2025-10-20crypto: aead - Fix reqsize handlingT Pratham1-0/+1
2025-10-17crypto: drbg - make drbg_{ctr_bcc,kcapi_sym}() return *void*Karina Yankevich1-30/+14
2025-10-17crypto: authenc - Correctly pass EINPROGRESS back up to the callerHerbert Xu1-25/+50
2025-10-17crypto: af_alg - zero initialize memory allocated via sock_kmallocShivani Agarwal3-7/+4
2025-10-17crypto: fips - replace simple_strtol with kstrtoint to improve fips_enableThorsten Blum1-1/+4
2025-10-17crypto: drbg - Replace AES cipher calls with library callsHarsh Jain2-27/+23
2025-10-17crypto: drbg - Export CTR DRBG DF functionsHarsh Jain4-241/+260
2025-10-10Merge tag 'v6.18-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-8/+8
2025-10-09crypto: essiv - Check ssize for decryption and in-place encryptionHerbert Xu1-8/+6
2025-10-08Merge tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-1/+14
2025-10-08crypto: skcipher - Fix reqsize handlingT Pratham1-0/+2
2025-10-06crypto: rng - Ensure set_ent is always presentHerbert Xu1-0/+8
2025-10-06Revert "crypto: testmgr - desupport SHA-1 for FIPS 140"Herbert Xu1-0/+5
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds9-19/+36
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+6
2025-10-02crypto: zstd - Fix compression bug caused by truncationHerbert Xu1-1/+1
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+1
2025-09-29Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-1612/+218
2025-09-28KEYS: X.509: Fix Basic Constraints CA flag parsingFan Wu1-4/+12
2025-09-22bpf: Implement signature verification for BPF programsKP Singh1-0/+1
2025-09-21crypto: remove nth_page() usage within SG entryDavid Hildenbrand2-6/+6
2025-09-20crypto: anubis - simplify return statement in anubis_mod_initThorsten Blum1-4/+1
2025-09-20crypto: comp - Use same definition of context alloc and free opsDan Moulding5-10/+20
2025-09-19Merge tag 'v6.17-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+9
2025-09-18crypto: af_alg - Disallow concurrent writes in af_alg_sendmsgHerbert Xu1-0/+7
2025-09-18crypto: af_alg - Set merge to zero early in af_alg_sendmsgHerbert Xu1-1/+2
2025-09-13crypto: cryptd - WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-09-08crypto: md5 - Implement export_core() and import_core()Eric Biggers1-0/+39
2025-09-06crypto: curve25519 - Remove unused kpp supportEric Biggers3-100/+0
2025-09-06crypto: testmgr - Remove curve25519 kpp testsEric Biggers2-1231/+0
2025-09-02crypto: sha512 - Implement export_core() and import_core()Eric Biggers1-0/+71
2025-09-02crypto: sha256 - Implement export_core() and import_core()Eric Biggers1-0/+71
2025-09-02crypto: sha1 - Implement export_core() and import_core()Eric Biggers1-0/+39
2025-08-30crypto: jitter - Mark intermediary memory as cleanEdward Adam Davis1-0/+1
2025-08-29crypto: chacha - register only "-lib" driversEric Biggers3-110/+29
2025-08-29lib/crypto: poly1305: Consolidate into single moduleEric Biggers1-0/+2
2025-08-26crypto: md5 - Wrap library and add HMAC supportEric Biggers3-175/+152
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds2-3/+3
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-211/+310
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-531/+810
2025-07-18crypto: jitter - replace ARRAY_SIZE definition with header includeRuben Wauters1-1/+1
2025-07-18crypto: engine - remove {prepare,unprepare}_crypt_hardware callbacksOvidiu Panait1-29/+1
2025-07-18crypto: engine - remove request batching supportOvidiu Panait1-24/+1
2025-07-18crypto: krb5 - Fix memory leak in krb5_test_one_prf()Eric Biggers1-0/+1
2025-07-18crypto: acomp - Fix CFI failure due to type punningEric Biggers2-2/+12
2025-07-18crypto: cryptd - Use nested-BH locking for cryptd_cpu_queueSebastian Andrzej Siewior1-0/+6
2025-07-14crypto: sha1 - Use same state format as legacy driversEric Biggers1-0/+66
2025-07-14crypto: sha1 - Wrap library and add HMAC supportEric Biggers5-89/+144
2025-07-10crypto: zstd - replace zero-length array with flexible array memberThorsten Blum1-1/+1
2025-07-10crypto: zstd - fix duplicate check warningSuman Kumar Chakraborty1-3/+2
2025-07-09lib/raid6: replace custom zero page with ZERO_PAGEHerbert Xu2-3/+3
2025-07-08lib/crypto: hash_info: Move hash_info.c into lib/crypto/Eric Biggers3-67/+0
2025-07-07crypto: jitter - fix intermediary handlingMarkus Theil1-4/+5
2025-07-04crypto: sha256 - Use same state format as legacy driversEric Biggers1-0/+95
2025-07-04crypto: sha256 - Wrap library and add HMAC supportEric Biggers4-161/+142
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers1-8/+8
2025-06-30crypto/crc32[c]: register only "-lib" driversEric Biggers4-122/+13
2025-06-30crypto: testmgr - remove crc32c context format testEric Biggers1-54/+1
2025-06-30crypto: sha512 - Use same state format as legacy driversEric Biggers1-0/+96
2025-06-30crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 libraryEric Biggers5-219/+272
2025-06-26crypto: testmgr - Enable phmac selftestHarald Freudenberger1-0/+30
2025-06-26crypto: ahash - make hash walk functions from ahash.c publicHarald Freudenberger1-21/+5
2025-06-23crypto: testmgr - Restore sha384 and hmac_sha384 drbgs in FIPS modeJeff Barnes1-0/+4
2025-06-23crypto: zstd - convert to acompSuman Kumar Chakraborty1-120/+232
2025-06-23crypto: ahash - Stop legacy tfms from using the set_virt fallback pathHerbert Xu1-0/+3
2025-06-23crypto: wp512 - Use API partial block handlingHerbert Xu1-76/+45
2025-06-18crypto: ahash - Fix infinite recursion in ahash_def_finupHerbert Xu1-1/+3
2025-06-13crypto: pcrypt - Optimize pcrypt_aead_init_tfm()Yury Norov [NVIDIA]1-5/+2
2025-06-13crypto: testmgr - desupport SHA-1 for FIPS 140Vegard Nossum1-5/+0
2025-06-13crypto: testmgr - reinstate kconfig control over full self-testsEric Biggers2-7/+33
2025-06-11crypto: ahash - Add support for drivers with no fallbackHerbert Xu1-1/+9
2025-06-11crypto: hkdf - move to late_initcallEric Biggers1-1/+1
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-05-28Merge tag 'v6.16-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+5
2025-05-27crypto: shash - Fix buffer overrun in import functionHerbert Xu1-4/+5
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds113-3874/+3077
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds3-4/+6
2025-05-23crypto: api - Redo lookup on EEXISTHerbert Xu1-2/+11
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu2-88/+9
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2025-05-21include: pe.h: Fix PE definitionsPali Rohár1-4/+4
2025-05-19crypto: xts - Only add ecb if it is not already thereHerbert Xu1-2/+2
2025-05-19crypto: lrw - Only add ecb if it is not already thereHerbert Xu1-2/+2
2025-05-19crypto: testmgr - Add hash export format testingHerbert Xu2-9/+88
2025-05-19crypto: testmgr - Use ahash for generic tfmHerbert Xu1-19/+18
2025-05-19crypto: hmac - Add ahash supportHerbert Xu2-14/+334
2025-05-19crypto: testmgr - Ignore EEXIST on shash allocationHerbert Xu1-1/+1
2025-05-19crypto: algapi - Add driver template support to crypto_inst_setnameHerbert Xu1-4/+4
2025-05-19crypto: shash - Set reqsize in shash_algHerbert Xu2-1/+2
2025-05-19crypto: hmac - Add export_core and import_coreHerbert Xu1-0/+19
2025-05-19crypto: hmac - Zero shash desc in setkeyHerbert Xu1-25/+10
2025-05-19crypto: ahash - Handle partial blocks in APIHerbert Xu1-277/+246
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu2-11/+55
2025-05-19crypto: algif_hash - fix double free in hash_acceptIvan Pravdin1-4/+0
2025-05-12crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTSEric Biggers2-4/+4
2025-05-12crypto: Kconfig - make CRYPTO_MANAGER a hidden symbolEric Biggers1-1/+1
2025-05-12crypto: testmgr - rename noextratests to noslowtestsEric Biggers1-21/+20
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers2-67/+5
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers8-25/+29
2025-05-12crypto: testmgr - remove panic_on_failEric Biggers1-7/+3