summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
AgeCommit message (Expand)AuthorLines
12 dayscrypto: Clean up help text for CRYPTO_CRC32Geert Uytterhoeven-2/+0
12 dayscrypto: Clean up help text for CRYPTO_CRC32CGeert Uytterhoeven-2/+0
12 dayscrypto: Clean up help text for CRYPTO_XXHASHGeert Uytterhoeven-2/+0
12 dayscrypto: Clean up help text for CRYPTO_SHA256Geert Uytterhoeven-1/+0
12 dayscrypto: Clean up help text for CRYPTO_BLAKE2BGeert Uytterhoeven-2/+0
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+9
2026-01-21crypto: Add ML-DSA crypto_sig supportDavid Howells-0/+9
2026-01-12crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TIEric Biggers-21/+0
2026-01-12crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]Eric Biggers-1/+1
2026-01-12crypto: nhpoly1305 - Remove crypto_shash supportEric Biggers-6/+0
2026-01-12crypto: adiantum - Convert to use NH libraryEric Biggers-1/+1
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-14/+7
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers-12/+1
2025-11-11crypto: polyval - Remove the polyval crypto_shashEric Biggers-10/+0
2025-11-11crypto: hctr2 - Convert to use POLYVAL libraryEric Biggers-1/+1
2025-11-05crypto: sha3 - Reimplement using library APIEric Biggers-0/+1
2025-10-29crypto: blake2b - Reimplement using library APIEric Biggers-0/+1
2025-10-17crypto: drbg - Export CTR DRBG DF functionsHarsh Jain-2/+6
2025-09-06crypto: curve25519 - Remove unused kpp supportEric Biggers-8/+0
2025-08-29crypto: chacha - register only "-lib" driversEric Biggers-1/+0
2025-08-29lib/crypto: poly1305: Consolidate into single moduleEric Biggers-0/+2
2025-08-26crypto: md5 - Wrap library and add HMAC supportEric Biggers-1/+2
2025-07-14crypto: sha1 - Wrap library and add HMAC supportEric Biggers-1/+2
2025-07-08lib/crypto: hash_info: Move hash_info.c into lib/crypto/Eric Biggers-3/+0
2025-07-04crypto: sha256 - Wrap library and add HMAC supportEric Biggers-2/+2
2025-06-30crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 libraryEric Biggers-1/+3
2025-06-13crypto: testmgr - reinstate kconfig control over full self-testsEric Biggers-4/+21
2025-05-12crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTSEric Biggers-2/+3
2025-05-12crypto: Kconfig - make CRYPTO_MANAGER a hidden symbolEric Biggers-1/+1
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers-10/+0
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers-9/+15
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers-3/+7
2025-05-12crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULLEric Biggers-7/+3
2025-05-12crypto: krb5enc - do not select CRYPTO_NULLEric Biggers-1/+0
2025-05-12crypto: geniv - use memcpy_sglist() instead of null skcipherEric Biggers-1/+0
2025-05-12crypto: gcm - use memcpy_sglist() instead of null skcipherEric Biggers-1/+0
2025-05-12crypto: authenc - use memcpy_sglist() instead of null skcipherEric Biggers-1/+0
2025-05-12crypto: algif_aead - use memcpy_sglist() instead of null skcipherEric Biggers-1/+0
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers-0/+1
2025-05-05crypto: poly1305 - Remove algorithmHerbert Xu-12/+0
2025-05-05crypto: chacha20poly1305 - Use lib/crypto poly1305Herbert Xu-1/+1
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers-1/+1
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu-4/+1
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+16
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds-0/+6
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke-0/+6
2025-03-08crypto: Kconfig - Select LIB generic optionHerbert Xu-0/+3
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells-0/+1
2025-03-02crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells-0/+12