| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix two crashes in the BER decoder found with afl. | Jack Lloyd | 2015-08-02 | 56 | -0/+378 |
* | Merge pull request #231 from tiwoc/add-override | Jack Lloyd | 2015-07-31 | 2 | -7/+7 |
|\ |
|
| * | tests: Add missing overrides | Daniel Seither | 2015-07-30 | 2 | -7/+7 |
* | | Increase range in Bigint random_integer test from +-10% to +-15% | Simon Warta | 2015-07-30 | 1 | -20/+20 |
|/ |
|
* | Improve calendar_point unit tests | Simon Warta | 2015-07-27 | 1 | -5/+36 |
* | Fix typos | Simon Warta | 2015-07-24 | 1 | -4/+4 |
* | Fix BigInt random_integer() distribution issue. | Simon Warta | 2015-07-24 | 1 | -0/+97 |
* | Refactor BigInt | Simon Warta | 2015-07-24 | 1 | -0/+74 |
* | Better living through macros | Jack Lloyd | 2015-07-24 | 1 | -30/+32 |
* | BigInt::to_u32bit failed on 32-bit integers. GH #220 | Jack Lloyd | 2015-07-23 | 1 | -1/+47 |
* | Add tests for RSA, ECDSA, and ECDH interfaces in FFI module | Jack Lloyd | 2015-07-18 | 1 | -36/+210 |
* | Timing ratio is too tight for CI VMs | Jack Lloyd | 2015-07-18 | 1 | -1/+1 |
* | Include build.h before doing a macro check; was causing tests to be skipped | Jack Lloyd | 2015-07-18 | 1 | -0/+2 |
* | Add tests for some of the C89 interface. | Jack Lloyd | 2015-07-18 | 1 | -0/+170 |
* | Read .crt files in tests as binary files | Simon Warta | 2015-07-17 | 1 | -1/+1 |
* | Refactor internal/filesystem.h | Simon Warta | 2015-07-16 | 2 | -16/+29 |
* | Fix time range issue for 32 bit platforms | Simon Warta | 2015-07-16 | 2 | -25/+48 |
* | Construct X509_Time from date integers in test x509 | Simon Warta | 2015-07-15 | 1 | -6/+12 |
* | Fix round_up | Simon Warta | 2015-07-15 | 1 | -0/+107 |
* | Add tests: x509 (deactivated), cvc | Simon Warta | 2015-07-15 | 2 | -0/+89 |
* | Add test: stl_util; Add empty test: utils | Simon Warta | 2015-07-15 | 2 | -0/+28 |
* | Add initial catchy test: base64 | Simon Warta | 2015-07-15 | 3 | -0/+9667 |
* | Have an outdata dir for tests | Simon Warta | 2015-07-15 | 3 | -6/+8 |
* | Fix TEST_DATA_DIR | Simon Warta | 2015-07-15 | 20 | -40/+38 |
* | Check if there are test vector files in a given test dir | Simon Warta | 2015-07-15 | 1 | -2/+8 |
* | Improve test reporting | Simon Warta | 2015-07-15 | 2 | -7/+9 |
* | Fix module combi: adler32,tss | Simon Warta | 2015-07-08 | 1 | -0/+1 |
* | Fix module combi: adler32,siv | Simon Warta | 2015-07-08 | 1 | -1/+1 |
* | Fix module combi: adler32,mce | Simon Warta | 2015-07-08 | 1 | -13/+17 |
* | ECC pointmul test requires ECDSA | Simon Warta | 2015-07-06 | 1 | -0/+8 |
* | More test coverage improvements. | Jack Lloyd | 2015-07-05 | 1 | -4/+6 |
* | Test more TLS functionality (closing, key material export, session tickets) | Jack Lloyd | 2015-07-04 | 1 | -1/+23 |
* | Misread which call MSVC was complaining about | Jack Lloyd | 2015-07-04 | 1 | -5/+7 |
* | MSVC fix, for some reason it believes the load_key call to be ambigious | Jack Lloyd | 2015-07-04 | 1 | -1/+2 |
* | Add a roundtrip test of curve25519 keys | Jack Lloyd | 2015-07-04 | 1 | -0/+58 |
* | Make ./configure.py --no-autoload --enable-modules='adler32,dlies' compile | Simon Warta | 2015-07-03 | 1 | -0/+8 |
* | Add seperator above test summary | Simon Warta | 2015-07-03 | 1 | -0/+1 |
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 29 | -164/+375 |
* | Avoid DEBUG define; Use NDEBUG if necessary | Simon Warta | 2015-07-03 | 1 | -3/+1 |
* | Replace method to_hex() by Botan::hex_encode() in test | Simon Warta | 2015-06-30 | 1 | -8/+3 |
* | tests: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-30 | 13 | -77/+77 |
* | Let TLS unittests fail on exception | Simon Warta | 2015-06-29 | 1 | -2/+2 |
* | Add missing test report for TSS tests | Simon Warta | 2015-06-25 | 2 | -0/+3 |
* | ifstream/ostream take std::string | Simon Warta | 2015-06-23 | 2 | -4/+4 |
* | Replace \n by std::endl in tests to ensure proper flushing | Simon Warta | 2015-06-19 | 27 | -122/+121 |
* | Add DTLS versions to TLS handshake smoke test | lloyd | 2015-06-19 | 1 | -3/+7 |
* | Fix various bugs found by Coverity scanner. | lloyd | 2015-05-15 | 1 | -1/+1 |
* | Add tests for compression and SRP. | lloyd | 2015-05-13 | 4 | -0/+169 |
* | Build fix | lloyd | 2015-05-12 | 1 | -2/+2 |
* | Skip the NIST X.509 tests if the FS code is not available. Previously | lloyd | 2015-05-12 | 1 | -1/+8 |