aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
8 daysMerge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds24-1293/+832
9 daysMerge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+12
11 dayscrypto: 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-13/+84
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-165/+66
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-4/+10
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-1635/+241
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-194/+171
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-3881/+3084
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-279/+248
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
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers4-10/+14
2025-05-12crypto: null - use memcpy_sglist()Eric Biggers1-13/+4
2025-05-12crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULLEric Biggers2-8/+4
2025-05-12crypto: null - remove the default null skcipherEric Biggers1-53/+0
2025-05-12crypto: krb5enc - do not select CRYPTO_NULLEric Biggers1-1/+0
2025-05-12crypto: geniv - use memcpy_sglist() instead of null skcipherEric Biggers4-42/+7
2025-05-12crypto: gcm - use memcpy_sglist() instead of null skcipherEric Biggers2-38/+4
2025-05-12crypto: authenc - use memcpy_sglist() instead of null skcipherEric Biggers3-67/+4
2025-05-12crypto: algif_aead - use memcpy_sglist() instead of null skcipherEric Biggers2-84/+18
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-8/+8
2025-05-05crypto: ahash - Add core export and importHerbert Xu1-1/+24
2025-05-05crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahashHerbert Xu1-9/+18
2025-05-05crypto: shash - Mark shash algorithms as REQ_VIRTHerbert Xu1-0/+1
2025-05-05crypto: shash - Cap state size to HASH_MAX_STATESIZEHerbert Xu1-0/+2
2025-05-05crypto: sha256 - Use the partial block APIHerbert Xu1-23/+58
2025-05-05crypto: sha256 - Use the partial block API for genericHerbert Xu1-37/+42
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu4-7/+7
2025-05-05crypto: acomp - Clone folios properlyHerbert Xu1-0/+18
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu76-82/+76
2025-05-05crypto: streebog - Use API partial block handlingHerbert Xu1-46/+25
2025-05-05crypto: rmd160 - Use API partial block handlingHerbert Xu1-52/+36
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers4-103/+246
2025-05-05crypto: poly1305 - Remove algorithmHerbert Xu3-166/+0
2025-05-05crypto: testmgr - Remove poly1305Herbert Xu2-294/+0
2025-05-05crypto: chacha20poly1305 - Use lib/crypto poly1305Herbert Xu2-256/+65
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2025-04-29crypto/krb5: Fix change to use SG miter to use offsetDavid Howells1-0/+1
2025-04-28crypto: crc32 - remove "generic" from file and module namesEric Biggers3-4/+6
2025-04-28crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglistHerbert Xu2-270/+265
2025-04-28crypto: polyval-generic - Use API partial block handlingHerbert Xu1-78/+38
2025-04-28crypto: hash - Fix clone error handlingHerbert Xu3-3/+21
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu3-53/+26
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-25crypto: engine - Remove CRYPTO_ALG_ENGINE bitHerbert Xu1-28/+3
2025-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-3/+2
2025-04-25crypto: scompress - increment scomp_scratch_users when already allocatedSabrina Dubroca1-3/+2
2025-04-23crypto: xcbc - Use API partial block handlingHerbert Xu1-74/+18
2025-04-23crypto: cmac - Use API partial block handlingHerbert Xu1-74/+18
2025-04-23crypto: cbcmac - Use API partial block handlingHerbert Xu1-36/+25
2025-04-23crypto: sm3-generic - Use API partial block handlingHerbert Xu1-23/+8
2025-04-23crypto: sha512-generic - Use API partial block handlingHerbert Xu1-28/+17
2025-04-23crypto: riscv/sha512 - Use API partial block handlingHerbert Xu1-2/+3
2025-04-23crypto: sha3-generic - Use API partial block handlingHerbert Xu1-58/+43
2025-04-23crypto: sha256-generic - Use API partial block handlingHerbert Xu1-26/+18
2025-04-23crypto: sha1-generic - Use API partial block handlingHerbert Xu1-21/+12
2025-04-23crypto: md5-generic - Use API partial block handlingHerbert Xu1-64/+38
2025-04-23crypto: ghash-generic - Use API partial block handlingHerbert Xu1-39/+17
2025-04-23crypto: blake2b-generic - Use API partial block handlingHerbert Xu1-13/+18
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu1-36/+187
2025-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-4/+4
2025-04-23crypto: scomp - Fix off-by-one bug when calculating last pageHerbert Xu1-5/+5
2025-04-19crypto: acomp - Add missing return statements in compress/decompressHerbert Xu1-2/+2
2025-04-19Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu1-83/+64
2025-04-17crypto: public_key - Make sig/tfm local to if clause in software_key_queryHerbert Xu1-11/+12
2025-04-17crypto: deflate - Make the acomp walk atomicHerbert Xu2-4/+4
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers3-150/+154
2025-04-16crypto: deadcode structs from 'comp' removalDr. David Alan Gilbert5-20/+0
2025-04-16crypto: cbcmac - Set block size properlyHerbert Xu1-1/+1
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu3-251/+1
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu1-4/+102
2025-04-16crypto: shash - Remove dynamic descsizeHerbert Xu1-17/+1
2025-04-16crypto: hmac - Make descsize an algorithm attributeHerbert Xu1-3/+1
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu14-14/+52
2025-04-16crypto: api - Allow delayed algorithm destructionHerbert Xu1-4/+4
2025-04-16crypto: essiv - Remove unnecessary strscpy() size argumentThorsten Blum1-2/+1
2025-04-16crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner7-13/+21
2025-04-16crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERYLukas Wunner1-2/+7
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu1-2/+2