summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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
2026-02-28crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des))Aleksander Jan Bajkowski
2026-02-28crypto: tesmgr - allow authenc(hmac(sha224/sha384),cbc(aes)) in fips modeAleksander Jan Bajkowski
2026-02-22x509: select CONFIG_CRYPTO_LIB_SHA256Arnd Bergmann
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-07crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des3_ede))Aleksander Jan Bajkowski
2026-02-06crypto: testmgr - Add test vectors for authenc(hmac(sha224),cbc(aes))Aleksander Jan Bajkowski
2026-02-06crypto: testmgr - Add test vectors for authenc(hmac(sha384),cbc(aes))Aleksander Jan Bajkowski
2026-02-06crypto: rng - Use unregister_rngs in register_rngsThorsten Blum
2026-02-05pkcs7: Change a pr_warn() to pr_warn_once()David Howells
2026-02-02pkcs7: Allow authenticatedAttributes for ML-DSADavid Howells
2026-01-30pkcs7, x509: Add ML-DSA supportDavid Howells
2026-01-30pkcs7: Allow the signing algo to do whatever digestion it wants itselfDavid Howells
2026-01-30pkcs7, x509: Rename ->digest to ->mDavid Howells
2026-01-30x509: Separately calculate sha256 for blacklistDavid Howells
2026-01-28crypto: Use scoped init guardMarco Elver