aboutsummaryrefslogtreecommitdiff
path: root/crypto/testmgr.h
AgeCommit message (Expand)Author
2018-09-28crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef
2018-09-28crypto: tcrypt - remove remnants of pcomp-based zlibHoria Geantă
2018-09-21crypto: testmgr - Add test for LRW counter wrap-aroundOndrej Mosnacek
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld
2018-08-03crypto: dh - fix calculating encoded key sizeEric Biggers
2018-07-20crypto: dh - update test for public key verificationStephan Mueller
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceEric Biggers
2018-07-01crypto: vmac - add nonced version with big endian digestEric Biggers
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers
2018-05-31crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers
2018-05-31crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers
2018-05-31crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers
2018-05-31crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers
2018-05-27crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric 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-04-21crypto: zstd - Add zstd supportNick Terrell
2018-03-16crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel
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-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin
2018-01-26crypto: testmgr - add new testcases for sha3Ard Biesheuvel
2017-09-22crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef
2017-08-22crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel
2017-06-20crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller
2017-06-10crypto: testmgr - add genkey kpp testTudor-Dan Ambarus
2017-04-24crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu
2017-03-09crypto: testmgr - constify all test vectorsEric Biggers
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-03-01crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott
2017-02-24crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt
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
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller
2016-07-05crypto: testmgr - Add 4K private key to RSA testvectorSalvatore Benedetto
2016-07-01crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi
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
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim
2015-10-15crypto: keywrap - add testmgr supportStephan Mueller
2015-10-15crypto: testmgr - test IV value after a cipher operationBoris BREZILLON
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu