summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds2-8/+10
14 daysMerge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds15-973/+10
2026-06-16Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-9/+5
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds34-3138/+710
2026-06-12crypto: rng - Free default RNG on module exitHerbert Xu1-0/+11
2026-06-12crypto: testmgr - allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS modeIlya Dryomov1-0/+2
2026-06-11crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512Eric Biggers3-229/+0
2026-06-10crypto: pcbc - Remove support for PCBC modeEric Biggers3-205/+0
2026-06-10crypto: fcrypt - Remove support for FCrypt block cipherEric Biggers6-494/+0
2026-06-05crypto: chacha20poly1305 - validate poly1305 template argumentXiaonan Zhao1-2/+9
2026-06-05crypto: pcrypt - restore callback for non-parallel fallbackRuijie Li1-0/+4
2026-05-29crypto: af_alg - Drop support for off-CPU cryptographyDemi Marie Obenour5-9/+9
2026-05-29net: Remove support for AIO on socketsDemi Marie Obenour3-113/+23
2026-05-29crypto: ecrdsa - remove empty sig_alg exit callbackThorsten Blum1-5/+0
2026-05-29raid6: hide internalsChristoph Hellwig2-0/+2
2026-05-29raid6: improve the public interfaceChristoph Hellwig2-5/+5
2026-05-29raid6: remove raid6_get_zero_pageChristoph Hellwig2-3/+3
2026-05-29crypto: api - Fold crypto_alloc_tfmmem() into crypto_create_tfm_node()Eric Biggers1-26/+7
2026-05-29crypto: api - Fold __crypto_alloc_tfmgfp() into __crypto_alloc_tfm()Eric Biggers2-12/+3
2026-05-29crypto: api - Remove per-tfm refcountEric Biggers2-10/+0
2026-05-29crypto: api - Remove crypto_clone_tfm()Eric Biggers2-28/+0
2026-05-29crypto: cipher - Remove crypto_clone_cipher()Eric Biggers1-28/+0
2026-05-29crypto: hash - Remove support for cloning hash tfmsEric Biggers5-170/+0
2026-05-28crypto: aegis128 - Use neon-intrinsics.h on ARM tooArd Biesheuvel2-9/+5
2026-05-22MIPS: Remove unused arch/mips/crypto directoryEthan Nelson-Moore1-3/+0
2026-05-22LoongArch: Remove unused arch/loongarch/crypto directoryEthan Nelson-Moore1-3/+0
2026-05-22X.509: Fix validation of ASN.1 certificate headerLukas Wunner1-1/+1
2026-05-22crypto: ecc - Fix carry overflow in vli multiplicationAnastasia Tishchenko1-11/+20
2026-05-21crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells1-6/+48
2026-05-15crypto: krb5 - filter out async aead implementations at allocMichael Bommarito1-1/+1
2026-05-15crypto: api - use designated initializers for report structsThorsten Blum12-64/+42
2026-05-15crypto: ecc - Unbreak the build on arm with CONFIG_KASAN_STACK=yLukas Wunner1-0/+5
2026-05-15crypto: drbg - Remove support for "prediction resistance"Eric Biggers3-278/+27
2026-05-15crypto: drbg - Rename MAX_ADDTL => MAX_ADDTL_BYTESEric Biggers1-5/+6
2026-05-15crypto: af_alg - Cap AEAD AD length to 0x80000000Herbert Xu1-0/+2
2026-05-15crypto: af_alg - Remove zero-copy support from skcipher and aeadEric Biggers2-52/+29
2026-05-15crypto: jitterentropy - fix URLThorsten Blum1-2/+2
2026-05-15crypto: jitterentropy - drop redundant delta check in jent_entropy_initThorsten Blum1-1/+1
2026-05-07crypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contentsWeiming Shi1-0/+2
2026-05-07crypto: ecrdsa - fix unknown OID check in ecrdsa_param_curveThorsten Blum1-1/+1
2026-05-07crypto: authencesn - Use memcpy_from/to_sglistHerbert Xu1-17/+16
2026-05-07crypto: af_alg - Document the deprecation of AF_ALGEric Biggers1-18/+51
2026-05-07crypto: testmgr - disallow RSA PKCS#1 SHA-1 sig algs in FIPS modeJeff Barnes1-0/+6
2026-05-07crypto: crypto_null - Drop unused cipher_null crypto_algArd Biesheuvel1-33/+2
2026-05-07crypto: drbg - Clean up loop in drbg_hmac_update()Eric Biggers1-12/+2
2026-05-07crypto: drbg - Clean up generation codeEric Biggers1-34/+19
2026-05-07crypto: drbg - Remove redundant reseeding based on random.c stateEric Biggers1-98/+9
2026-05-07crypto: drbg - Change DRBG_MAX_REQUESTS to 4096Eric Biggers1-1/+1
2026-05-07crypto: drbg - Include get_random_bytes() output in additional inputEric Biggers1-4/+25
2026-05-07crypto: drbg - Simplify "uninstantiate" logicEric Biggers1-44/+13