summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
AgeCommit message (Expand)Author
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-08crypto: Remove michael_mic from crypto_shash APIEric Biggers
2026-04-03crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))Aleksander Jan Bajkowski
2026-03-27crypto: testmgr - Add test vectors for authenc(hmac(md5),rfc3686(ctr(aes)))Aleksander Jan Bajkowski
2026-03-23crypto: sm3 - Replace with wrapper around libraryEric 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-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-09crypto: aes - Add cmac, xcbc, and cbcmac algorithms using libraryEric Biggers
2026-03-03crypto: testmgr - Fix stale references to aes-genericEric Biggers
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-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-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...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-01-23crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips modeAleksander Jan Bajkowski
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers
2026-01-12crypto: testmgr - Remove nhpoly1305 testsEric 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: testmgr - Remove polyval testsEric 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-08Merge tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-10-06Revert "crypto: testmgr - desupport SHA-1 for FIPS 140"Herbert Xu
2025-09-06crypto: testmgr - Remove curve25519 kpp testsEric Biggers
2025-08-29crypto: chacha - register only "-lib" driversEric Biggers
2025-08-26crypto: md5 - Wrap library and add HMAC supportEric Biggers
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-14crypto: sha1 - Wrap library and add HMAC supportEric Biggers
2025-07-04crypto: sha256 - Wrap library and add HMAC supportEric Biggers
2025-06-30crypto/crc32[c]: register only "-lib" driversEric Biggers
2025-06-30crypto: testmgr - remove crc32c context format testEric Biggers
2025-06-30crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 libraryEric Biggers
2025-06-26crypto: testmgr - Enable phmac selftestHarald Freudenberger
2025-06-23crypto: testmgr - Restore sha384 and hmac_sha384 drbgs in FIPS modeJeff Barnes
2025-06-13crypto: testmgr - desupport SHA-1 for FIPS 140Vegard Nossum
2025-06-13crypto: testmgr - reinstate kconfig control over full self-testsEric Biggers
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu