aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix some cast warnings from SonarJack Lloyd2017-10-012-9/+12
* Use explicit :: or std:: to refer to functions in namespacesJack Lloyd2017-10-011-1/+1
* Remove 2048-bit keygen testsJack Lloyd2017-10-012-2/+2
* Address some MSVC warningsJack Lloyd2017-09-301-1/+1
* Windows!!!!!!!Jack Lloyd2017-09-291-1/+1
* Work around some MSVC 2013 sillynessJack Lloyd2017-09-291-1/+3
* Ensure files are closed before trying to remove itJack Lloyd2017-09-291-0/+4
* Avoid using std::rand in test codeJack Lloyd2017-09-291-2/+4
* Check return value of std::remove in testJack Lloyd2017-09-291-2/+5
* Fix test error if mceies disabledJack Lloyd2017-09-291-3/+5
* Avoid crash in DLIES tests if AEADs disabledJack Lloyd2017-09-291-0/+6
* Unused variableJack Lloyd2017-09-291-1/+1
* In TLS CBC padding check, only need to verify last 256 bytesJack Lloyd2017-09-291-2/+26
* Add a test of TLS CBC padding verificationJack Lloyd2017-09-292-0/+76
* Further header cleanupsJack Lloyd2017-09-2811-13/+35
* Make poly_dbl.h a submodule of utilsJack Lloyd2017-09-271-1/+8
* Merge GH #1226 Add HKDF-Expand-LabelJack Lloyd2017-09-272-0/+62
|\
| * Add HKDF-Expand-LabelJack Lloyd2017-09-272-0/+62
* | Remove OutputLen parameter from KDF test dataJack Lloyd2017-09-2712-1405/+3
|/
* Add a GCD testJack Lloyd2017-09-253-0/+34
* Improve test coverage slightly and correct macroJack Lloyd2017-09-251-8/+3
* Fix for threadless buildsJack Lloyd2017-09-251-0/+5
* Test SIV multi-AD functionJack Lloyd2017-09-242-0/+102
* Better tests for SIVJack Lloyd2017-09-242-12/+1631
* Move passhash9 and bcrypt tests to passhash/ subdirJack Lloyd2017-09-243-2/+2
* Move ocb test data to ocb/ subdirJack Lloyd2017-09-244-3/+3
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-2415-28/+121
* Refactor how test RNG is createdJack Lloyd2017-09-241-81/+82
* Test fixesJack Lloyd2017-09-242-1/+4
* Additional test fixesJack Lloyd2017-09-231-8/+8
* Fix test compile error when filters is enabled but codec_filt is notRené Korthaus2017-09-231-1/+1
* Deprecate modification of Pipe objectsJack Lloyd2017-09-221-11/+23
* Reject very small inputs to the package transformJack Lloyd2017-09-221-30/+32
* Update cryptobox decryptionJack Lloyd2017-09-221-5/+21
* Cryptobox code modernizationJack Lloyd2017-09-221-22/+20
* Slight improvements to RNG testsJack Lloyd2017-09-221-3/+3
* Improve compression tests slightlyJack Lloyd2017-09-221-2/+14
* Test reading an invalid message number from a PipeJack Lloyd2017-09-221-0/+4
* Test a couple more functions of PKCS11_RNGJack Lloyd2017-09-221-1/+9
* Test a couple of SecureQueue functionsJack Lloyd2017-09-221-0/+4
* Avoid using namespace in testJack Lloyd2017-09-221-5/+3
* Add some tests of the test framework itselfJack Lloyd2017-09-221-0/+148
* Additional finalsJack Lloyd2017-09-221-3/+3
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-2272-155/+155
* Remove some using declarations in test codeJack Lloyd2017-09-224-32/+30
* Add a test of Pipe io on Unix file descriptorsJack Lloyd2017-09-211-0/+37
* More include header cleanupsJack Lloyd2017-09-2120-33/+10
* Header file cleanupsJack Lloyd2017-09-214-0/+4
* Fix the SM2 FFI testJack Lloyd2017-09-211-3/+4
* Update SM2 to use ASN.1 encoding for ciphertextsJack Lloyd2017-09-203-5/+39