aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
AgeCommit message (Expand)Author
2019-03-26crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-01-12crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov
2018-11-13crypto: speck - remove SpeckJason A. Donenfeld
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers
2018-05-27crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers
2018-05-19crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek
2018-05-19crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek
2018-05-19crypto: testmgr - reorder paes test lexicographicallyGilad Ben-Yossef
2018-05-05crypto: ccree - enable support for hardware keysGilad Ben-Yossef
2018-04-21crypto: testmgr - Allow different compression resultsMahipal Challa
2018-04-21crypto: zstd - Add zstd supportNick Terrell
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers
2018-01-26crypto: testmgr - test misuse of result in ahashKamil Konieczny
2018-01-12crypto: testmgr - change `guard` to unsigned charJoey Pabalinas
2017-11-03crypto: testmgr - move to generic async completionGilad Ben-Yossef
2017-09-22crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef
2017-06-28crypto: testmgr - Reenable sha1/aes in FIPS modeHerbert Xu
2017-06-20crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller
2017-06-19crypto: testmgr - use consistent format for errorsGilad Ben-Yossef
2017-06-10crypto: testmgr - add genkey kpp testTudor-Dan Ambarus
2017-04-24crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu
2017-04-24crypto: testmgr - Allow ecb(cipher_null) in FIPS modeMilan Broz
2017-04-21crypto: testmgr - replace compression known answer testGiovanni Cabiddu
2017-03-24crypto: testmgr - mark ctr(des3_ede) as fips_allowedMarcelo Cerri
2017-03-09crypto: testmgr - constify all test vectorsEric Biggers
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel
2017-01-13crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel
2017-01-13crypto: testmgr - Allocate only the required output size for hash testsAndrew Lutomirski
2017-01-13crypto: testmgr - use kmemdup instead of kmalloc+memcpyEric Biggers
2016-12-27crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott
2016-12-08crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel
2016-12-07crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel
2016-11-28crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers
2016-11-28crypto: testmgr - Do not test internal algorithmsHerbert Xu
2016-10-25crypto: acomp - update testmgr with support for acompGiovanni Cabiddu
2016-10-02crypto: testmgr - add guard to dst buffer for ahash_exportJan Stancek
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller
2016-08-09crypto: testmgr - fix !x==y confusionYanjiang Jin
2016-07-19crypto: testmgr - Print akcipher algorithm nameHerbert Xu
2016-07-05crypto: testmgr - Set err before proceedingSalvatore Benedetto
2016-07-01crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi
2016-07-01crypto: testmgr - Allow leading zeros in RSAHerbert Xu
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto
2016-06-20crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi