summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
AgeCommit message (Expand)Author
11 daysMerge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-11crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512Eric Biggers
2026-06-09crypto: pcbc - Remove support for PCBC modeEric Biggers
2026-06-09crypto: fcrypt - Remove support for FCrypt block cipherEric Biggers
2026-05-22MIPS: Remove unused arch/mips/crypto directoryEthan Nelson-Moore
2026-05-22LoongArch: Remove unused arch/loongarch/crypto directoryEthan Nelson-Moore
2026-05-07crypto: af_alg - Document the deprecation of AF_ALGEric Biggers
2026-05-07crypto: drbg - Use HMAC-SHA512 library APIEric Biggers
2026-05-07crypto: drbg - Flatten the DRBG menuEric Biggers
2026-05-07crypto: drbg - Remove support for HASH_DRBGEric Biggers
2026-05-07crypto: drbg - Remove support for CTR_DRBGEric Biggers
2026-05-07crypto: drbg - Remove always-enabled symbol CRYPTO_DRBG_HMACEric Biggers
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-08crypto: Remove michael_mic from crypto_shash APIEric Biggers
2026-04-02xor: move to lib/raid/Christoph 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-03-27crypto: remove HKDF libraryEric Biggers
2026-03-23crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3Eric 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-09crypto: jitterentropy - Use SHA-3 libraryDavid Howells
2026-03-09crypto: aes - Add cmac, xcbc, and cbcmac algorithms using libraryEric 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
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-21crypto: Add ML-DSA crypto_sig supportDavid Howells
2026-01-12crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TIEric Biggers
2026-01-12crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]Eric Biggers
2026-01-12crypto: nhpoly1305 - Remove crypto_shash supportEric Biggers
2026-01-12crypto: adiantum - Convert to use NH libraryEric Biggers
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers
2025-11-11crypto: polyval - Remove the polyval crypto_shashEric Biggers
2025-11-11crypto: hctr2 - Convert to use POLYVAL libraryEric Biggers
2025-11-05crypto: sha3 - Reimplement using library APIEric Biggers
2025-10-29crypto: blake2b - Reimplement using library APIEric Biggers
2025-10-17crypto: drbg - Export CTR DRBG DF functionsHarsh Jain
2025-09-06crypto: curve25519 - Remove unused kpp supportEric Biggers
2025-08-29crypto: chacha - register only "-lib" driversEric Biggers
2025-08-29lib/crypto: poly1305: Consolidate into single moduleEric Biggers
2025-08-26crypto: md5 - Wrap library and add HMAC supportEric Biggers