aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
AgeCommit message (Expand)Author
2020-06-24crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann
2020-05-04crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers
2020-05-04crypto: testmgr - dynamically allocate testvec_configArnd Bergmann
2019-07-26crypto: testmgr - add some more preemption pointsEric Biggers
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-25crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-18crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers
2019-04-18crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers
2019-04-18crypto: testmgr - fuzz hashes against their generic implementationEric Biggers
2019-04-18crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers
2019-04-18crypto: testmgr - identify test vectors by name rather than numberEric Biggers
2019-04-18crypto: testmgr - expand ability to test for errorsEric Biggers
2019-04-18crypto: ecrdsa - add EC-RDSA test vectors to testmgrVitaly Chikunov
2019-04-18X.509: parse public key parameters from x509 for akcipherVitaly Chikunov
2019-04-18crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov
2019-04-08crypto: testmgr - add panic_on_fail module parameterEric Biggers
2019-03-22crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers
2019-03-22crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers
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