aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #279 from randombit/fix-static-lib-registrationJack Lloyd2015-09-2111-31/+25
|\
| * Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-2110-26/+20
| * Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-5/+5
* | Add a test for X509_Certificate::fingerprintJack Lloyd2015-09-121-0/+1
* | Update fuzzer testSimon Warta2015-09-101-28/+39
|/
* Fix pk signature test framework bug.Jack Lloyd2015-08-281-5/+5
* Add test for compression of an empty bufferDaniel Seither2015-08-281-0/+7
* Fix for minimized buildsJack Lloyd2015-08-211-0/+1
* Add power analysis countermeasures for ECC point multiplications.Jack Lloyd2015-08-215-73/+99
* Reactivate FFI PBKDF minimum iterations testSimon Warta2015-08-211-3/+2
* Add stricter time parsing; Add more testsSimon Warta2015-08-111-1/+79
* Test implicit X509_Time copy constructor and assignmentSimon Warta2015-08-111-0/+17
* Add Not matcher for CatchSimon Warta2015-08-111-0/+24
* Minor refactoring of existing MatchersSimon Warta2015-08-111-7/+10
* Remove string constructor of X509_Time()Simon Warta2015-08-111-23/+23
* Refector tests style (use matchers)Simon Warta2015-08-111-82/+64
* Strict uint32 parsingSimon Warta2015-08-111-7/+10
* Avoid integer overlow in string->uint32 converterSimon Warta2015-08-101-0/+42
* Deactivate tests that consistently fail in debug modeSimon Warta2015-08-091-0/+8
* Restrict input values to NIST reductions to defined rangeJack Lloyd2015-08-081-3/+13
* Merge branch 'master' of https://github.com/randombit/botanJack Lloyd2015-08-0810-238/+404
|\
| * Rename fuzzer test consistentlySimon Warta2015-08-081-2/+2
| * Refactor most of FFI test for matchersSimon Warta2015-08-081-103/+149
| * Add matchers for integers and boolSimon Warta2015-08-082-26/+73
| * Refactor catchy testsSimon Warta2015-08-088-107/+180
* | Expose the NIST prime values and reduction operations as plain functions.Jack Lloyd2015-08-081-16/+138
|/
* Remove unused pkcs8 includesSimon Warta2015-08-032-1/+3
* Fix for minimized buildsJack Lloyd2015-08-031-4/+13
* Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-0256-0/+378
* Merge pull request #231 from tiwoc/add-overrideJack Lloyd2015-07-312-7/+7
|\
| * tests: Add missing overridesDaniel Seither2015-07-302-7/+7
* | Increase range in Bigint random_integer test from +-10% to +-15%Simon Warta2015-07-301-20/+20
|/
* Improve calendar_point unit testsSimon Warta2015-07-271-5/+36
* Fix typosSimon Warta2015-07-241-4/+4
* Fix BigInt random_integer() distribution issue.Simon Warta2015-07-241-0/+97
* Refactor BigIntSimon Warta2015-07-241-0/+74
* Better living through macrosJack Lloyd2015-07-241-30/+32
* BigInt::to_u32bit failed on 32-bit integers. GH #220Jack Lloyd2015-07-231-1/+47
* Add tests for RSA, ECDSA, and ECDH interfaces in FFI moduleJack Lloyd2015-07-181-36/+210
* Timing ratio is too tight for CI VMsJack Lloyd2015-07-181-1/+1
* Include build.h before doing a macro check; was causing tests to be skippedJack Lloyd2015-07-181-0/+2
* Add tests for some of the C89 interface.Jack Lloyd2015-07-181-0/+170
* Read .crt files in tests as binary filesSimon Warta2015-07-171-1/+1
* Refactor internal/filesystem.hSimon Warta2015-07-162-16/+29
* Fix time range issue for 32 bit platformsSimon Warta2015-07-162-25/+48
* Construct X509_Time from date integers in test x509Simon Warta2015-07-151-6/+12
* Fix round_upSimon Warta2015-07-151-0/+107
* Add tests: x509 (deactivated), cvcSimon Warta2015-07-152-0/+89
* Add test: stl_util; Add empty test: utilsSimon Warta2015-07-152-0/+28
* Add initial catchy test: base64Simon Warta2015-07-153-0/+9667