aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have an outdata dir for testsSimon Warta2015-07-153-6/+8
* Fix TEST_DATA_DIRSimon Warta2015-07-1520-40/+38
* Check if there are test vector files in a given test dirSimon Warta2015-07-151-2/+8
* Improve test reportingSimon Warta2015-07-152-7/+9
* Fix module combi: adler32,tssSimon Warta2015-07-081-0/+1
* Fix module combi: adler32,sivSimon Warta2015-07-081-1/+1
* Fix module combi: adler32,mceSimon Warta2015-07-081-13/+17
* ECC pointmul test requires ECDSASimon Warta2015-07-061-0/+8
* More test coverage improvements.Jack Lloyd2015-07-051-4/+6
* Test more TLS functionality (closing, key material export, session tickets)Jack Lloyd2015-07-041-1/+23
* Misread which call MSVC was complaining aboutJack Lloyd2015-07-041-5/+7
* MSVC fix, for some reason it believes the load_key call to be ambigiousJack Lloyd2015-07-041-1/+2
* Add a roundtrip test of curve25519 keysJack Lloyd2015-07-041-0/+58
* Make ./configure.py --no-autoload --enable-modules='adler32,dlies' compileSimon Warta2015-07-031-0/+8
* Add seperator above test summarySimon Warta2015-07-031-0/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-0329-164/+375
* Avoid DEBUG define; Use NDEBUG if necessarySimon Warta2015-07-031-3/+1
* Replace method to_hex() by Botan::hex_encode() in testSimon Warta2015-06-301-8/+3
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-3013-77/+77
* Let TLS unittests fail on exceptionSimon Warta2015-06-291-2/+2
* Add missing test report for TSS testsSimon Warta2015-06-252-0/+3
* ifstream/ostream take std::stringSimon Warta2015-06-232-4/+4
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-1927-122/+121
* Add DTLS versions to TLS handshake smoke testlloyd2015-06-191-3/+7
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-1/+1
* Add tests for compression and SRP.lloyd2015-05-134-0/+169
* Build fixlloyd2015-05-121-2/+2
* Skip the NIST X.509 tests if the FS code is not available. Previouslylloyd2015-05-121-1/+8