summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2026-04-08crypto: Remove michael_mic from crypto_shash APIEric Biggers
2026-04-02async_xor: use xor_genChristoph Hellwig
2026-04-02xor: move to lib/raid/Christoph Hellwig
2026-04-02xor: assert that xor_blocks is not call from interrupt contextChristoph Hellwig
2026-04-03crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTSEric Biggers
2026-04-03crypto: rng - Don't pull in DRBG when CRYPTO_FIPS=nEric Biggers
2026-04-03crypto: fips - Depend on CRYPTO_DRBG=yEric Biggers
2026-04-03crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS modeEric Biggers
2026-04-03crypto: rng - Unexport "default RNG" symbolsEric Biggers
2026-04-03crypto: geniv - Use crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: ecc - Use crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: dh - Use crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: rng - Add crypto_stdrng_get_bytes()Eric Biggers
2026-04-03crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))Aleksander Jan Bajkowski
2026-04-03crypto: af_alg - limit RX SG extraction by receive buffer budgetDouya Le
2026-04-02Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-03-31crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryp...Herbert Xu
2026-03-31crypto: algif_aead - Revert to operating out-of-placeHerbert Xu
2026-03-27crypto: remove HKDF libraryEric Biggers
2026-03-27crypto: cryptd - Remove unused functionsEric Biggers
2026-03-27crypto: testmgr - Add test vectors for authenc(hmac(md5),rfc3686(ctr(aes)))Aleksander Jan Bajkowski
2026-03-26crypto: af-alg - fix NULL pointer dereference in scatterwalkNorbert Szetei
2026-03-26crypto: deflate - fix spurious -ENOSPCMikulas Patocka
2026-03-23crypto: sm3 - Replace with wrapper around libraryEric Biggers
2026-03-23crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3Eric Biggers
2026-03-23crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]Eric Biggers
2026-03-23crypto: ghash - Remove ghash from crypto_shash APIEric Biggers
2026-03-23crypto: gcm - Use GHASH library instead of crypto_ahashEric Biggers
2026-03-23lib/crypto: gf128hash: Rename polyval module to gf128hashEric Biggers
2026-03-22crypto: simd - Remove unused skcipher supportEric Biggers
2026-03-22crypto: Fix several spelling mistakes in commentsSun Chaobo
2026-03-21crypto: krb5enc - fix sleepable flag handling in encrypt dispatchWesley Atwell
2026-03-21crypto: simd - reject compat registrations without __ prefixesWesley Atwell
2026-03-17crypto: crc32c - Remove another outdated commentEric Biggers
2026-03-17crypto: crc32c - Remove more outdated usage informationEric Biggers
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha512),rfc3686(ctr(aes)))Aleksander Jan Bajkowski
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha384),rfc3686(ctr(aes)))Aleksander Jan Bajkowski
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha256),rfc3686(ctr(aes)))Aleksander Jan Bajkowski
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha224),rfc3686(ctr(aes)))Aleksander Jan Bajkowski
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha1),rfc3686(ctr(aes)))Aleksander Jan Bajkowski
2026-03-14crypto: tcrypt - stop ahash speed tests when setkey failsSaeed Mirzamohammadi
2026-03-14crypto: tcrypt - clamp num_mb to avoid divide-by-zeroSaeed Mirzamohammadi
2026-03-09crypto: jitterentropy - Use SHA-3 libraryDavid Howells
2026-03-09crypto: aes - Add cmac, xcbc, and cbcmac algorithms using libraryEric Biggers
2026-03-03crypto: testmgr - Fix stale references to aes-genericEric Biggers
2026-03-02crypto: Clean up help text for CRYPTO_CRC32Geert Uytterhoeven
2026-03-02crypto: Clean up help text for CRYPTO_CRC32CGeert Uytterhoeven
2026-03-02crypto: Clean up help text for CRYPTO_XXHASHGeert Uytterhoeven
2026-03-02crypto: Clean up help text for CRYPTO_SHA256Geert Uytterhoeven
2026-03-02crypto: Clean up help text for CRYPTO_BLAKE2BGeert Uytterhoeven