aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/testmgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-19Revert "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/crypto-2.6Linus 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/crypto-2.6Linus 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-02crypto/krb5: Test manager dataDavid Howells1-0/+16
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner1-3/+4
2025-02-08crypto: crct10dif - remove from crypto APIEric Biggers1-7/+0
2025-02-08crypto: 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/kernel/git/crng/randomLinus Torvalds1-1/+1
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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
2024-10-05crypto: ecrdsa - Migrate to sig_alg backendLukas Wunner1-2/+2
2024-10-05crypto: ecdsa - Migrate to sig_alg backendLukas Wunner1-9/+8
2024-10-05crypto: sig - Introduce sig_alg backendLukas Wunner1-0/+115
2024-10-03crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak1-1/+1
2024-09-06crypto: testmgr - Hide ENOENT errorsHerbert Xu1-1/+22
2024-07-13crypto: testmgr - generate power-of-2 lengths more oftenEric Biggers1-4/+12
2024-06-07crypto: sm2 - Remove sm2 algorithmHerbert Xu1-6/+0
2024-06-07crypto: testmgr - test setkey in no-SIMD contextEric Biggers1-5/+24
2024-04-12crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger1-0/+7
2024-01-26crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.cJoachim Vandersmissen1-8/+0
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi1-0/+10
2023-12-08crypto: testmgr - Remove cfb and ofbHerbert Xu1-39/+0
2023-11-17crypto: drbg - Remove SHA1 from drbgDimitri John Ledkov1-21/+4
2023-11-01crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeEric Biggers1-5/+5
2023-10-27crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportDimitri John Ledkov1-0/+12
2023-10-27crypto: testmgr - stop checking crypto_ahash_alignmaskEric Biggers1-6/+3
2023-10-27crypto: testmgr - stop checking crypto_shash_alignmaskEric Biggers1-3/+2
2023-10-13crypto: arc4 - Convert from skcipher to lskcipherHerbert Xu1-1/+1
2023-10-12crypto: testmgr - Remove zlib-deflateHerbert Xu1-10/+0
2023-09-20crypto: testmgr - Add support for lskcipher algorithmsHerbert Xu1-0/+19
2023-04-20crypto: testmgr - Add some test vectors for cmac(camellia)David Howells1-0/+6
2023-03-14crypto: testmgr - fix RNG performance in fuzz testsEric Biggers1-97/+169
2023-02-10crypto: testmgr - add diff-splits of src/dst into default cipher configZhang Yiqun1-0/+8
2023-01-27crypto: testmgr - disallow certain DRBG hash functions in FIPS modeVladis Dronov1-4/+0
2023-01-06crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS modeNicolai Stange1-0/+2