summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers1-0/+12
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers1-0/+6
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers1-0/+6
2018-11-20crypto: chacha20-generic - add XChaCha20 supportEric Biggers1-0/+6
2018-11-16crypto: streebog - add Streebog test vectorsVitaly Chikunov1-0/+24
2018-11-09crypto: testmgr - mark cts(cbc(aes)) as FIPS allowedGilad Ben-Yossef1-0/+1
2018-11-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov1-0/+7
2018-10-12crypto: testmgr - fix sizeof() on COMP_BUF_SIZEMichael Schupikov1-3/+3
2018-09-28crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef1-0/+12
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-24/+0
2018-07-09crypto: testmgr - add hash finup testsGilad Ben-Yossef1-9/+46
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceEric Biggers1-6/+0
2018-07-01crypto: vmac - add nonced version with big endian digestEric Biggers1-0/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers1-299/+110
2018-05-27crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers1-7/+43
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers1-6/+0
2018-05-19crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek1-0/+18
2018-05-19crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek1-0/+27
2018-05-19crypto: testmgr - reorder paes test lexicographicallyGilad Ben-Yossef1-22/+22
2018-05-05crypto: ccree - enable support for hardware keysGilad Ben-Yossef1-0/+43
2018-04-21crypto: testmgr - Allow different compression resultsMahipal Challa1-13/+37
2018-04-21crypto: zstd - Add zstd supportNick Terrell1-0/+10
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef1-0/+9
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers1-0/+9
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers1-0/+9
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers1-0/+18
2018-01-26crypto: testmgr - test misuse of result in ahashKamil Konieczny1-0/+39
2018-01-12crypto: testmgr - change `guard` to unsigned charJoey Pabalinas1-1/+1
2017-11-03crypto: testmgr - move to generic async completionGilad Ben-Yossef1-138/+66
2017-09-22crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef1-0/+6
2017-06-28crypto: testmgr - Reenable sha1/aes in FIPS modeHerbert Xu1-0/+1
2017-06-20crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller1-4/+29
2017-06-19crypto: testmgr - use consistent format for errorsGilad Ben-Yossef1-9/+9
2017-06-10crypto: testmgr - add genkey kpp testTudor-Dan Ambarus1-11/+65
2017-04-24crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu1-0/+10
2017-04-24crypto: testmgr - Allow ecb(cipher_null) in FIPS modeMilan Broz1-0/+1
2017-04-21crypto: testmgr - replace compression known answer testGiovanni Cabiddu1-3/+26
2017-03-24crypto: testmgr - mark ctr(des3_ede) as fips_allowedMarcelo Cerri1-0/+1
2017-03-09crypto: testmgr - constify all test vectorsEric Biggers1-30/+41
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel1-0/+7
2017-01-13crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel1-831/+202
2017-01-13crypto: testmgr - Allocate only the required output size for hash testsAndrew Lutomirski1-4/+5
2017-01-13crypto: testmgr - use kmemdup instead of kmalloc+memcpyEric Biggers1-4/+2
2016-12-27crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott1-2/+28
2016-12-08crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel1-1/+1
2016-12-07crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel1-1/+1
2016-11-28crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers1-3/+8
2016-11-28crypto: testmgr - Do not test internal algorithmsHerbert Xu1-144/+9
2016-10-25crypto: acomp - update testmgr with support for acompGiovanni Cabiddu1-13/+145