summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: rsassa-pkcs1 - Reinstate support for legacy protocolsLukas Wunner2024-11-101-0/+55
* crypto: ecdsa - Support P1363 signature decodingLukas Wunner2024-10-051-0/+28
* crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner2024-10-051-3/+696
* crypto: akcipher - Drop sign/verify operationsLukas Wunner2024-10-051-4/+0
* crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner2024-10-051-2/+1
* crypto: ecrdsa - Migrate to sig_alg backendLukas Wunner2024-10-051-6/+1
* crypto: ecdsa - Migrate to sig_alg backendLukas Wunner2024-10-051-23/+4
* crypto: sig - Introduce sig_alg backendLukas Wunner2024-10-051-0/+13
* crypto: ecdsa - Drop unused test vector elementsLukas Wunner2024-10-051-105/+10
* crypto: sm2 - Remove sm2 algorithmHerbert Xu2024-06-071-59/+0
* crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger2024-04-121-0/+146
* Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-03-221-0/+80
* crypto: testmgr - Remove cfb and ofbHerbert Xu2023-12-081-1148/+0
* crypto: pkcs7 - remove sha1 supportDimitri John Ledkov2023-10-201-80/+0
* crypto: testmgr - Remove zlib-deflateHerbert Xu2023-10-121-75/+0
* crypto: testmgr - Add some test vectors for cmac(camellia)David Howells2023-04-201-0/+47
* crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang2022-11-041-0/+977
* crypto: testmgr - some more fixes to RSA test vectorsIgnat Korchagin2022-07-221-39/+63
* crypto: testmgr - add ARIA testmgr testsTaehee Yoo2022-07-151-0/+2860
* crypto: testmgr - populate RSA CRT parameters in RSA test vectorsIgnat Korchagin2022-07-081-21/+100
* crypto: testmgr - fix version number of RSA testslei he2022-06-301-3/+3
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-217/+0
* crypto: hctr2 - Add HCTR2 supportNathan Huckleberry2022-06-101-0/+672
* crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-101-0/+171
* crypto: xctr - Add XCTR supportNathan Huckleberry2022-06-101-0/+693
* Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-0/+15
|\
| * crypto: fix crc64 testmgr digest byte orderKeith Busch2022-03-231-2/+2
| * crypto: add rocksoft 64b crc guard tag frameworkKeith Busch2022-03-071-0/+15
* | crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-021-0/+558
* | crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange2022-03-021-0/+871
* | crypto: dh - remove struct dh's ->q memberNicolai Stange2022-03-021-10/+6
* | crypto: hmac - disallow keys < 112 bits in FIPS modeStephan Müller2022-02-111-0/+9
* | crypto: hmac - add fips_skip supportStephan Müller2022-02-111-0/+2
|/
* crypto: testmgr - Fix wrong test case of RSALei He2021-11-201-3/+3
* crypto: testmgr - fix wrong key length for pkcs1padLei He2021-10-291-1/+1
* crypto: testmgr - Add GCM/CCM mode test of SM4 algorithmTianjia Zhang2021-08-211-0/+148
* crypto: drbg - self test for HMAC(SHA-512)Stephan Müller2021-06-281-0/+49
* crypto: ecdh - add test suite for NIST P384Hui Tang2021-05-281-0/+61
* crypto: ecdh - fix ecdh-nist-p192's entry in testmgrHui Tang2021-05-281-2/+0
* crypto: testmgr - fix initialization of 'secret_size'Hui Tang2021-05-211-4/+4
* Merge branch 'ecc'Herbert Xu2021-03-261-0/+424
|\
| * crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre2021-03-261-0/+157
| * crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-261-0/+267
* | crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-121-19/+15
|/
* crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel2021-02-101-79/+0
* crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-291-1162/+0
* crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-291-126/+0
* crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-291-64/+0
* crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-291-64/+0
* crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-291-137/+0