aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-05-20crypto/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-50/+27
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
2026-05-07crypto: drbg - Fold drbg_prepare_hrng() into drbg_kcapi_seed()Eric Biggers1-22/+12
2026-05-07crypto: drbg - Separate "reseed" case in drbg_kcapi_seed()Eric Biggers1-22/+16
2026-05-07crypto: drbg - Fold drbg_instantiate() into drbg_kcapi_seed()Eric Biggers1-64/+43
2026-05-07crypto: drbg - Put rng_alg methods in logical orderEric Biggers1-46/+36
2026-05-07crypto: drbg - Simplify drbg_generate_long() and fold into callerEric Biggers1-31/+17
2026-05-07crypto: drbg - Eliminate use of 'drbg_string' and listsEric Biggers2-111/+69
2026-05-07crypto: drbg - Consolidate "instantiate" logic and remove drbg_state::CEric Biggers1-23/+15
2026-05-07crypto: drbg - Move module aliases to end of fileEric Biggers1-3/+2
2026-05-07crypto: drbg - Install separate seed functions for pr and noprEric Biggers1-9/+16
2026-05-07crypto: drbg - Remove drbg_coreEric Biggers1-86/+13
2026-05-07crypto: drbg - Use HMAC-SHA512 library APIEric Biggers2-175/+41
2026-05-07crypto: drbg - Embed V and C into struct drbg_stateEric Biggers1-26/+4
2026-05-07crypto: drbg - Move fixed values into constantsEric Biggers1-122/+61
2026-05-07crypto: drbg - De-virtualize drbg_state_opsEric Biggers1-44/+6
2026-05-07crypto: drbg - Simplify algorithm registrationEric Biggers1-65/+35
2026-05-07crypto: drbg - Remove support for HMAC-SHA256 and HMAC-SHA384Eric Biggers3-327/+2
2026-05-07crypto: testmgr - Update test for drbg_nopr_hmac_sha512Eric Biggers2-47/+215
2026-05-07crypto: testmgr - Add test for drbg_pr_hmac_sha512Eric Biggers2-1/+203
2026-05-07crypto: drbg - Flatten the DRBG menuEric Biggers1-12/+5
2026-05-07crypto: drbg - Remove support for HASH_DRBGEric Biggers4-678/+6
2026-05-07crypto: drbg - Remove support for CTR_DRBGEric Biggers4-623/+6
2026-05-07crypto: drbg - Remove import of crypto_cipher functionsEric Biggers1-2/+0
2026-05-07crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.cEric Biggers2-3/+132
2026-05-07crypto: drbg - Remove obsolete FIPS 140-2 continuous testEric Biggers1-76/+2
2026-05-07crypto: drbg - Remove unhelpful helper functionsEric Biggers2-34/+15
2026-05-07crypto: drbg - Remove broken commented-out codeEric Biggers1-29/+0
2026-05-07crypto: drbg - Remove always-enabled symbol CRYPTO_DRBG_HMACEric Biggers2-22/+3
2026-05-07crypto: drbg - Fix the fips_enabled priority boostEric Biggers1-1/+1