aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22crypto: adiantum - add 1536 and 4096-byte test vectorsEric Biggers1-0/+2860
2019-02-22crypto: nhpoly1305 - add a test vector with len % 16 != 0Eric Biggers1-0/+144
2019-02-22crypto: testmgr - add iv_out to all CTR test vectorsEric Biggers1-0/+45
2019-02-22crypto: testmgr - add iv_out to all CBC test vectorsEric Biggers1-0/+48
2019-02-22crypto: testmgr - support checking skcipher output IVEric Biggers1-5/+7
2019-02-22crypto: testmgr - remove extra bytes from 3DES-CTR IVsEric Biggers1-4/+2
2019-02-08crypto: testmgr - convert hash testing to use testvec_configsEric Biggers1-98/+9
2019-02-08crypto: testmgr - convert aead testing to use testvec_configsEric Biggers1-47/+0
2019-02-08crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers1-253/+0
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+2
2019-01-18crypto: testmgr - unify the AEAD encryption and decryption test vectorsEric Biggers1-6332/+1134
2019-01-18crypto: testmgr - add rfc4543(gcm(aes)) decryption test to encryption testsEric Biggers1-1/+29
2019-01-18crypto: testmgr - add gcm(aes) decryption tests to encryption testsEric Biggers1-0/+105
2019-01-18crypto: testmgr - add ccm(aes) decryption tests to encryption testsEric Biggers1-1/+196
2019-01-11crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers1-2/+26
2019-01-11crypto: cfb - add missing 'chunksize' propertyEric Biggers1-0/+25
2018-12-13crypto: xchacha20 - fix comments for test vectorsEric Biggers1-8/+6
2018-12-13crypto: xchacha - add test vector from XChaCha20 draft RFCEric Biggers1-2/+176
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers1-0/+461
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers1-4/+1236
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers1-0/+578
2018-11-20crypto: chacha20-generic - add XChaCha20 supportEric Biggers1-0/+577
2018-11-16crypto: streebog - add Streebog test vectorsVitaly Chikunov1-0/+116
2018-11-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov1-0/+76
2018-09-28crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef1-7/+115
2018-09-28crypto: tcrypt - remove remnants of pcomp-based zlibHoria Geantă1-2/+0
2018-09-21crypto: testmgr - Add test for LRW counter wrap-aroundOndrej Mosnacek1-0/+21
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-738/+0
2018-08-03crypto: dh - fix calculating encoded key sizeEric Biggers1-6/+6
2018-07-20crypto: dh - update test for public key verificationStephan Mueller1-0/+4
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceEric Biggers1-102/+0
2018-07-01crypto: vmac - add nonced version with big endian digestEric Biggers1-0/+155
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers1-11424/+809
2018-05-31crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers1-0/+13
2018-05-31crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers1-1/+39
2018-05-31crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers1-0/+3
2018-05-31crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers1-0/+22
2018-05-27crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers1-0/+14
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers1-88/+0
2018-05-19crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek1-0/+3400
2018-05-19crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek1-0/+2835
2018-04-21crypto: zstd - Add zstd supportNick Terrell1-0/+71
2018-03-16crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel1-0/+259
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef1-0/+131
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers1-0/+671
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers1-0/+687
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers1-0/+128
2018-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin1-3/+3
2018-01-26crypto: testmgr - add new testcases for sha3Ard Biesheuvel1-0/+550
2017-09-22crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef1-0/+67