summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-5/+34
2025-07-29Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+28
2025-07-14crypto: sha1 - Wrap library and add HMAC supportEric Biggers1-0/+6
2025-07-04crypto: sha256 - Wrap library and add HMAC supportEric Biggers1-0/+12
2025-06-30crypto/crc32[c]: register only "-lib" driversEric Biggers1-0/+2
2025-06-30crypto: testmgr - remove crc32c context format testEric Biggers1-54/+1
2025-06-30crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 libraryEric Biggers1-0/+10
2025-06-26crypto: testmgr - Enable phmac selftestHarald Freudenberger1-0/+30
2025-06-23crypto: testmgr - Restore sha384 and hmac_sha384 drbgs in FIPS modeJeff Barnes1-0/+4
2025-06-13crypto: testmgr - desupport SHA-1 for FIPS 140Vegard Nossum1-5/+0
2025-06-13crypto: testmgr - reinstate kconfig control over full self-testsEric Biggers1-3/+12
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu1-86/+9
2025-05-19crypto: testmgr - Add hash export format testingHerbert Xu1-9/+86
2025-05-19crypto: testmgr - Use ahash for generic tfmHerbert Xu1-19/+18
2025-05-19crypto: testmgr - Ignore EEXIST on shash allocationHerbert Xu1-1/+1
2025-05-12crypto: testmgr - rename noextratests to noslowtestsEric Biggers1-21/+20
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers1-57/+5
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers1-6/+6
2025-05-12crypto: testmgr - remove panic_on_failEric Biggers1-7/+3
2025-05-05crypto: testmgr - Remove poly1305Herbert Xu1-6/+0
2025-04-16Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu1-83/+64
2025-04-02Merge tag 'v6.15-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-133/+24
2025-03-30Revert "crypto: testmgr - Add multibuffer hash testing"Herbert Xu1-133/+24
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-261/+248
2025-03-22crypto: testmgr - Add multibuffer acomp testingHerbert Xu1-64/+80
2025-03-22crypto: testmgr - Add multibuffer hash testingHerbert Xu1-24/+136
2025-03-21crypto: remove obsolete 'comp' compression APIArd Biesheuvel1-139/+13
2025-03-21crypto: compress_null - drop obsolete 'comp' implementationArd Biesheuvel1-3/+0
2025-03-15crypto: testmgr - Remove NULL dst acomp testsHerbert Xu1-29/+0
2025-03-03crypto/krb5: Test manager dataDavid Howells1-0/+16
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner1-3/+4
2025-02-09crypto: crct10dif - remove from crypto APIEric Biggers1-7/+0
2025-02-09crypto: crc64-rocksoft - remove from crypto APIEric Biggers1-7/+0
2025-01-04crypto: keywrap - remove unused keywrap algorithmEric Biggers1-19/+1
2025-01-04crypto: vmac - remove unused VMAC algorithmEric Biggers1-6/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-102/+224
2024-11-10crypto: rsassa-pkcs1 - Reinstate support for legacy protocolsLukas Wunner1-0/+6
2024-10-10crypto: testmgr - Hide ENOENT errors betterHerbert Xu1-12/+11
2024-10-05crypto: ecdsa - Support P1363 signature decodingLukas Wunner1-0/+18
2024-10-05crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner1-1/+1
2024-10-05crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner1-0/+27
2024-10-05crypto: akcipher - Drop sign/verify operationsLukas Wunner1-83/+36
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner1-9/+13