| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid integer overlow in string->uint32 converter | Simon Warta | 2015-08-10 | 1 | -0/+42 |
* | Deactivate tests that consistently fail in debug mode | Simon Warta | 2015-08-09 | 1 | -0/+8 |
* | Restrict input values to NIST reductions to defined range | Jack Lloyd | 2015-08-08 | 1 | -3/+13 |
* | Merge branch 'master' of https://github.com/randombit/botan | Jack Lloyd | 2015-08-08 | 10 | -238/+404 |
|\ |
|
| * | Rename fuzzer test consistently | Simon Warta | 2015-08-08 | 1 | -2/+2 |
| * | Refactor most of FFI test for matchers | Simon Warta | 2015-08-08 | 1 | -103/+149 |
| * | Add matchers for integers and bool | Simon Warta | 2015-08-08 | 2 | -26/+73 |
| * | Refactor catchy tests | Simon Warta | 2015-08-08 | 8 | -107/+180 |
* | | Expose the NIST prime values and reduction operations as plain functions. | Jack Lloyd | 2015-08-08 | 1 | -16/+138 |
|/ |
|
* | Remove unused pkcs8 includes | Simon Warta | 2015-08-03 | 2 | -1/+3 |
* | Fix for minimized builds | Jack Lloyd | 2015-08-03 | 1 | -4/+13 |
* | 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 |