| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix loading of unencrypted, BER encoded private keys via PKCS8 api | René Korthaus | 2015-12-25 | 1 | -3/+0 |
* | Improve roundtrip BER/PEM tests | Jack Lloyd | 2015-12-23 | 1 | -24/+71 |
* | Add missing try/catch in signature verification test. | Jack Lloyd | 2015-12-21 | 1 | -6/+18 |
* | Throw Lookup_Error instead of bare Exception when creating an obj fails | Jack Lloyd | 2015-12-20 | 1 | -4/+4 |
* | Avoid test failures on missing algos | Jack Lloyd | 2015-12-19 | 1 | -4/+6 |
* | Test all providers for PK operations | Jack Lloyd | 2015-11-11 | 1 | -24/+103 |
* | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 1 | -312/+161 |
* | Move DataSource to utils and rewrite PEM encoding to avoid filters | Jack Lloyd | 2015-10-14 | 1 | -7/+4 |
* | Fix pk signature test framework bug. | Jack Lloyd | 2015-08-28 | 1 | -5/+5 |
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 1 | -7/+12 |
* | tests: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-30 | 1 | -1/+1 |
* | Replace \n by std::endl in tests to ensure proper flushing | Simon Warta | 2015-06-19 | 1 | -13/+13 |
* | Comparison was inverted | lloyd | 2015-04-28 | 1 | -1/+5 |
* | Fix rare test failure in pubkey. | lloyd | 2015-03-22 | 1 | -1/+4 |
* | Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr. | lloyd | 2015-03-08 | 1 | -2/+2 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | All tests now share an RNG. Uses system RNG if available | lloyd | 2014-12-28 | 1 | -3/+3 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -2/+2 |
* | More fixes for minified builds | lloyd | 2014-02-09 | 1 | -1/+1 |
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -0/+396 |
* | Rename test sources | lloyd | 2014-01-07 | 1 | -354/+0 |
* | Split up public key tests and data, use new test framework | lloyd | 2014-01-05 | 1 | -603/+22 |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -0/+935 |