summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1293/+832
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+12
2025-12-01crypto: zstd - fix double-free in per-CPU stream cleanupGiovanni Cabiddu-6/+1
2025-11-24crypto: ahash - Zero positive err value in ahash_update_finishHerbert Xu-1/+5
2025-11-24crypto: ahash - Fix crypto_ahash_import with partial block dataHerbert Xu-1/+11
2025-11-24crypto: drbg - Delete unused ctx from struct sdescHerbert Xu-1/+0
2025-11-24crypto: testmgr - Add missing DES weak and semi-weak key testsThorsten Blum-0/+120
2025-11-22Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist"Eric Biggers-254/+255
2025-11-22crypto: scatterwalk - Fix memcpy_sglist() to always succeedEric Biggers-13/+84
2025-11-22crypto: tcrypt - Remove unused poly1305 supportEric Biggers-22/+0
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers-694/+1
2025-11-22crypto: asymmetric_keys - fix uninitialized pointers with free attributeAlly Heev-2/+2
2025-11-22KEYS: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-2/+5
2025-11-14crypto: zstd - Remove unnecessary size_t castThorsten Blum-3/+2
2025-11-14crypto: zstd - Annotate struct zstd_ctx with __counted_byThorsten Blum-2/+3
2025-11-12Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stackEric Biggers-21/+12
2025-11-12crypto: aegis128-neon - Move to more abstract 'ksimd' guard APIArd Biesheuvel-21/+12
2025-11-11crypto: testmgr - Remove polyval testsEric Biggers-181/+0
2025-11-11crypto: polyval - Remove the polyval crypto_shashEric Biggers-216/+0
2025-11-11crypto: hctr2 - Convert to use POLYVAL libraryEric Biggers-165/+66
2025-11-11crypto: polyval - Rename conflicting functionsEric Biggers-6/+6
2025-11-06crypto: deflate - Use struct_size to improve deflate_alloc_streamThorsten Blum-1/+2
2025-11-05crypto: sha3 - Reimplement using library APIEric Biggers-291/+176
2025-11-05crypto: jitterentropy - Use default sha3 implementationEric Biggers-10/+2
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-10-31crypto: aead - Add support for on-stack AEAD req allocationT Pratham-0/+19
2025-10-29crypto: blake2b - Reimplement using library APIEric Biggers-194/+117
2025-10-23crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_idThorsten Blum-4/+10
2025-10-20crypto: aead - Fix reqsize handlingT Pratham-0/+1
2025-10-17crypto: drbg - make drbg_{ctr_bcc,kcapi_sym}() return *void*Karina Yankevich-30/+14
2025-10-17crypto: authenc - Correctly pass EINPROGRESS back up to the callerHerbert Xu-25/+50
2025-10-17crypto: af_alg - zero initialize memory allocated via sock_kmallocShivani Agarwal-7/+4
2025-10-17crypto: fips - replace simple_strtol with kstrtoint to improve fips_enableThorsten Blum-1/+4
2025-10-17crypto: drbg - Replace AES cipher calls with library callsHarsh Jain-27/+23
2025-10-17crypto: drbg - Export CTR DRBG DF functionsHarsh Jain-241/+260
2025-10-10Merge tag 'v6.18-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-8/+8
2025-10-09crypto: essiv - Check ssize for decryption and in-place encryptionHerbert Xu-8/+6
2025-10-08Merge tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+14
2025-10-08crypto: skcipher - Fix reqsize handlingT Pratham-0/+2
2025-10-06crypto: rng - Ensure set_ent is always presentHerbert Xu-0/+8
2025-10-06Revert "crypto: testmgr - desupport SHA-1 for FIPS 140"Herbert Xu-0/+5
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-19/+36
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+6
2025-10-02crypto: zstd - Fix compression bug caused by truncationHerbert Xu-1/+1
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-0/+1
2025-09-29Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1635/+241
2025-09-28KEYS: X.509: Fix Basic Constraints CA flag parsingFan Wu-4/+12
2025-09-22bpf: Implement signature verification for BPF programsKP Singh-0/+1
2025-09-21crypto: remove nth_page() usage within SG entryDavid Hildenbrand-6/+6