summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-15/+0
2026-06-12crypto: testmgr - allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS modeIlya Dryomov1-0/+2
2026-06-10crypto: fcrypt - Remove support for FCrypt block cipherEric Biggers1-15/+0
2026-05-15crypto: drbg - Remove support for "prediction resistance"Eric Biggers1-18/+3
2026-05-07crypto: testmgr - disallow RSA PKCS#1 SHA-1 sig algs in FIPS modeJeff Barnes1-0/+6
2026-05-07crypto: drbg - Remove support for HMAC-SHA256 and HMAC-SHA384Eric Biggers1-27/+0
2026-05-07crypto: testmgr - Update test for drbg_nopr_hmac_sha512Eric Biggers1-1/+12
2026-05-07crypto: testmgr - Add test for drbg_pr_hmac_sha512Eric Biggers1-1/+4
2026-05-07crypto: drbg - Remove support for HASH_DRBGEric Biggers1-32/+0
2026-05-07crypto: drbg - Remove support for CTR_DRBGEric Biggers1-37/+0
2026-05-07crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.cEric Biggers1-2/+1
2026-05-07crypto: drbg - Remove unhelpful helper functionsEric Biggers1-24/+10
2026-04-16Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-5/+48
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+0
2026-04-08crypto: Remove michael_mic from crypto_shash APIEric Biggers1-6/+0
2026-04-03crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))Aleksander Jan Bajkowski1-0/+7
2026-03-27crypto: testmgr - Add test vectors for authenc(hmac(md5),rfc3686(ctr(aes)))Aleksander Jan Bajkowski1-0/+7
2026-03-24crypto: sm3 - Replace with wrapper around libraryEric Biggers1-0/+2
2026-03-24crypto: ghash - Remove ghash from crypto_shash APIEric Biggers1-6/+0
2026-03-24crypto: gcm - Use GHASH library instead of crypto_ahashEric Biggers1-5/+5
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha512),rfc3686(ctr(aes)))Aleksander Jan Bajkowski1-1/+5
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha384),rfc3686(ctr(aes)))Aleksander Jan Bajkowski1-1/+5
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha256),rfc3686(ctr(aes)))Aleksander Jan Bajkowski1-1/+5
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha224),rfc3686(ctr(aes)))Aleksander Jan Bajkowski1-1/+5
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha1),rfc3686(ctr(aes)))Aleksander Jan Bajkowski1-1/+5
2026-03-09crypto: aes - Add cmac, xcbc, and cbcmac algorithms using libraryEric Biggers1-5/+5
2026-03-03crypto: testmgr - Fix stale references to aes-genericEric Biggers1-2/+2
2026-02-28crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des))Aleksander Jan Bajkowski1-0/+7
2026-02-28crypto: tesmgr - allow authenc(hmac(sha224/sha384),cbc(aes)) in fips modeAleksander Jan Bajkowski1-0/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+25
2026-02-07crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des3_ede))Aleksander Jan Bajkowski1-0/+7
2026-02-06crypto: testmgr - Add test vectors for authenc(hmac(sha224),cbc(aes))Aleksander Jan Bajkowski1-0/+7
2026-02-06crypto: testmgr - Add test vectors for authenc(hmac(sha384),cbc(aes))Aleksander Jan Bajkowski1-0/+7
2026-01-23crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips modeAleksander Jan Bajkowski1-0/+4
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers1-17/+26
2026-01-12crypto: testmgr - Remove nhpoly1305 testsEric Biggers1-6/+0
2026-01-12crypto: adiantum - Convert to use NH libraryEric Biggers1-2/+2
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-97/+0
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers1-97/+0
2025-11-11crypto: testmgr - Remove polyval testsEric Biggers1-6/+0
2025-11-11crypto: hctr2 - Convert to use POLYVAL libraryEric Biggers1-2/+1
2025-11-06crypto: sha3 - Reimplement using library APIEric Biggers1-0/+8
2025-10-30crypto: blake2b - Reimplement using library APIEric Biggers1-0/+4
2025-10-08Merge tag 'v6.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+5
2025-10-06Revert "crypto: testmgr - desupport SHA-1 for FIPS 140"Herbert Xu1-0/+5
2025-09-07crypto: testmgr - Remove curve25519 kpp testsEric Biggers1-6/+0
2025-08-29crypto: chacha - register only "-lib" driversEric Biggers1-2/+7
2025-08-26crypto: md5 - Wrap library and add HMAC supportEric Biggers1-0/+3