aboutsummaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
AgeCommit message (Expand)Author
2019-02-22crypto: testmgr - support checking skcipher output IVEric Biggers
2019-02-08crypto: testmgr - check for aead_request corruptionEric Biggers
2019-02-08crypto: testmgr - check for skcipher_request corruptionEric Biggers
2019-02-08crypto: testmgr - convert hash testing to use testvec_configsEric Biggers
2019-02-08crypto: testmgr - convert aead testing to use testvec_configsEric Biggers
2019-02-08crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers
2019-02-08crypto: testmgr - implement random testvec_config generationEric Biggers
2019-02-08crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers
2019-02-08crypto: testmgr - add testvec_config struct and helper functionsEric Biggers
2019-02-08crypto: testmgr - use kmemdupChristopher Diaz Riveros
2019-02-01crypto: testmgr - mark crc32 checksum as FIPS allowedMilan Broz
2019-02-01crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-18crypto: testmgr - unify the AEAD encryption and decryption test vectorsEric Biggers
2019-01-18crypto: testmgr - skip AEAD encryption test vectors with novrfy setEric Biggers
2019-01-18crypto: testmgr - handle endianness correctly in alg_test_crc32c()Eric Biggers
2019-01-18crypto: testmgr - split akcipher tests by a key typeVitaly Chikunov
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers
2018-11-20crypto: chacha20-generic - add XChaCha20 supportEric Biggers
2018-11-16crypto: streebog - add Streebog test vectorsVitaly Chikunov
2018-11-09crypto: testmgr - mark cts(cbc(aes)) as FIPS allowedGilad Ben-Yossef
2018-11-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov
2018-10-12crypto: testmgr - fix sizeof() on COMP_BUF_SIZEMichael Schupikov
2018-09-28crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld
2018-07-09crypto: testmgr - add hash finup testsGilad Ben-Yossef
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceEric Biggers
2018-07-01crypto: vmac - add nonced version with big endian digestEric Biggers
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