aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add generalized KEM interfaceJack Lloyd2015-12-265-14/+119
* | | Another Clang warningJack Lloyd2015-12-251-1/+1
| |/ |/|
* | Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-243-4/+5
* | Improve roundtrip BER/PEM testsJack Lloyd2015-12-231-24/+71
* | Update NIST X509 tests to handle --data-dir and read expected results from a ...Jack Lloyd2015-12-232-223/+148
* | Use --data-dir in test X509test_PathSimon Warta2015-12-221-6/+5
|/
* Add missing try/catch in signature verification test.Jack Lloyd2015-12-214-14/+30
* Throw Lookup_Error instead of bare Exception when creating an obj failsJack Lloyd2015-12-201-4/+4
* Merge pull request #371 from webmaster128/aes-gcm-testdataJack Lloyd2015-12-201-41/+122
|\
| * Add all 18 Nist GCM testsSimon Warta2015-12-201-41/+122
* | Add --data-dir option to test commandJack Lloyd2015-12-2033-238/+200
|/
* Prevent FFI tests from failing if bcrypt is disabled. GH #369Jack Lloyd2015-12-191-4/+10
* Avoid test failures on missing algosJack Lloyd2015-12-192-5/+7
* If skipping a test due to diabled algo, only print if in verbose mode.Jack Lloyd2015-12-194-33/+40
* CLI rewriteJack Lloyd2015-12-194-144/+171
* Fix for minimized buildsJack Lloyd2015-12-111-1/+1
* Missing addsJack Lloyd2015-12-111-10/+12
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-1110-27/+33
* Fix indent in test_passhashSimon Warta2015-12-081-1/+1
* Missing test update for ECC group removal.Jack Lloyd2015-12-021-4/+0
* Remove support for broken 112 and 128 bit SECP ECC groups.Jack Lloyd2015-12-021-4/+0
* Fix compile error when compression is disabledJack Lloyd2015-11-291-1/+1
* Guard these test calls with the same feature macro guarding their definition.Jack Lloyd2015-11-281-0/+2
* Add differential compression test.Jack Lloyd2015-11-281-41/+87
* Convert const char* arguments on Test:: to std::stringsJack Lloyd2015-11-288-72/+57
* New reseed_with_sources call on RNGsJack Lloyd2015-11-243-2/+118
* Disable some problem areas of TLS corruption test pending rewriteJack Lloyd2015-11-241-5/+2
* Enhance tests main readabilitySimon Warta2015-11-231-10/+15
* Add helper for test output files. Remove last uses of hardcoded data dir macrosJack Lloyd2015-11-165-60/+88
* Avoid multiplication by zero here as get_affine will reject itJack Lloyd2015-11-131-1/+1
* Include the version string in the test outputJack Lloyd2015-11-131-0/+2
* The TLS test for corrupted data was too strict in requiring thatJack Lloyd2015-11-131-30/+32
* Add TLS_PSK testsJack Lloyd2015-11-132-54/+192
* Avoid calling get_files_recursive on a possible non-directory.Jack Lloyd2015-11-112-9/+10
* Test all providers for PK operationsJack Lloyd2015-11-111-24/+103
* Fix occasional test failsJack Lloyd2015-11-114-7/+70
* Add missing copyright/license notices.Jack Lloyd2015-11-111-0/+6
* Update and consolidate the test framework.Jack Lloyd2015-11-1178-21664/+8688
* Merge pull request #317 from randombit/cc-flag-sanityJack Lloyd2015-10-271-2/+1
|\
| * Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-261-2/+1
* | Add some tests of basic load/store opsJack Lloyd2015-10-271-2/+109
* | Reduce workfactors in ffi tests to speed things alongJack Lloyd2015-10-271-2/+2
* | Merge pull request #314 from randombit/ct-tls-cbc-paddingJack Lloyd2015-10-261-120/+431
|\ \ | |/ |/|
| * TLS improvementsJack Lloyd2015-10-251-120/+431
* | Disable two tests from x509test which no longer have correct dates.Jack Lloyd2015-10-262-2/+5
* | Fix cert validation bugs found by x509test.Jack Lloyd2015-10-2344-15/+2662
|/
* FixJack Lloyd2015-10-191-2/+2
* ECDSA KATs only work for base implJack Lloyd2015-10-191-2/+2
* Expose providers for public key operationsJack Lloyd2015-10-141-2/+2
* Build fixJack Lloyd2015-10-141-1/+2