summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2026-06-16Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-06-12crypto: rng - Free default RNG on module exitHerbert Xu
2026-06-12crypto: testmgr - allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS modeIlya Dryomov
2026-06-11crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512Eric Biggers
2026-06-05crypto: chacha20poly1305 - validate poly1305 template argumentXiaonan Zhao
2026-06-05crypto: pcrypt - restore callback for non-parallel fallbackRuijie Li
2026-05-29crypto: af_alg - Drop support for off-CPU cryptographyDemi Marie Obenour
2026-05-29net: Remove support for AIO on socketsDemi Marie Obenour
2026-05-29crypto: ecrdsa - remove empty sig_alg exit callbackThorsten Blum
2026-05-28crypto: aegis128 - Use neon-intrinsics.h on ARM tooArd Biesheuvel
2026-05-22MIPS: Remove unused arch/mips/crypto directoryEthan Nelson-Moore
2026-05-22LoongArch: Remove unused arch/loongarch/crypto directoryEthan Nelson-Moore
2026-05-22X.509: Fix validation of ASN.1 certificate headerLukas Wunner
2026-05-22crypto: ecc - Fix carry overflow in vli multiplicationAnastasia Tishchenko
2026-05-20crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells
2026-05-15crypto: krb5 - filter out async aead implementations at allocMichael Bommarito
2026-05-15crypto: api - use designated initializers for report structsThorsten Blum
2026-05-15crypto: ecc - Unbreak the build on arm with CONFIG_KASAN_STACK=yLukas Wunner
2026-05-15crypto: drbg - Remove support for "prediction resistance"Eric Biggers
2026-05-15crypto: drbg - Rename MAX_ADDTL => MAX_ADDTL_BYTESEric Biggers
2026-05-15crypto: af_alg - Cap AEAD AD length to 0x80000000Herbert Xu
2026-05-15crypto: af_alg - Remove zero-copy support from skcipher and aeadEric Biggers
2026-05-15crypto: jitterentropy - fix URLThorsten Blum
2026-05-15crypto: jitterentropy - drop redundant delta check in jent_entropy_initThorsten Blum
2026-05-07crypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contentsWeiming Shi
2026-05-07crypto: ecrdsa - fix unknown OID check in ecrdsa_param_curveThorsten Blum
2026-05-07crypto: authencesn - Use memcpy_from/to_sglistHerbert Xu
2026-05-07crypto: af_alg - Document the deprecation of AF_ALGEric Biggers
2026-05-07crypto: testmgr - disallow RSA PKCS#1 SHA-1 sig algs in FIPS modeJeff Barnes
2026-05-07crypto: crypto_null - Drop unused cipher_null crypto_algArd Biesheuvel
2026-05-07crypto: drbg - Clean up loop in drbg_hmac_update()Eric Biggers
2026-05-07crypto: drbg - Clean up generation codeEric Biggers
2026-05-07crypto: drbg - Remove redundant reseeding based on random.c stateEric Biggers
2026-05-07crypto: drbg - Change DRBG_MAX_REQUESTS to 4096Eric Biggers
2026-05-07crypto: drbg - Include get_random_bytes() output in additional inputEric Biggers
2026-05-07crypto: drbg - Simplify "uninstantiate" logicEric Biggers
2026-05-07crypto: drbg - Fold drbg_prepare_hrng() into drbg_kcapi_seed()Eric Biggers
2026-05-07crypto: drbg - Separate "reseed" case in drbg_kcapi_seed()Eric Biggers
2026-05-07crypto: drbg - Fold drbg_instantiate() into drbg_kcapi_seed()Eric Biggers
2026-05-07crypto: drbg - Put rng_alg methods in logical orderEric Biggers
2026-05-07crypto: drbg - Simplify drbg_generate_long() and fold into callerEric Biggers
2026-05-07crypto: drbg - Eliminate use of 'drbg_string' and listsEric Biggers
2026-05-07crypto: drbg - Consolidate "instantiate" logic and remove drbg_state::CEric Biggers
2026-05-07crypto: drbg - Move module aliases to end of fileEric Biggers
2026-05-07crypto: drbg - Install separate seed functions for pr and noprEric Biggers
2026-05-07crypto: drbg - Remove drbg_coreEric Biggers
2026-05-07crypto: drbg - Use HMAC-SHA512 library APIEric Biggers
2026-05-07crypto: drbg - Embed V and C into struct drbg_stateEric Biggers
2026-05-07crypto: drbg - Move fixed values into constantsEric Biggers