| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformat code with astyle + fix code style | Tomasz Frydrych | 2017-05-01 | 1 | -38/+60 |
* | Merge GH #885 Change HMAC_DRBG::security_level to match NIST SP800-90A | Jack Lloyd | 2017-04-04 | 1 | -8/+36 |
|\ |
|
| * | Follow NIST SP 800-57 for HMAC_DRBG security level | René Korthaus | 2017-04-03 | 1 | -0/+26 |
| * | Change security_strength of HMAC_DRBG | René Korthaus | 2017-04-03 | 1 | -8/+10 |
* | | Content: | Tomasz Frydrych | 2017-04-03 | 1 | -1/+1 |
|/ |
|
* | Fix various SunCC and Solaris warnings and build problems. | Jack Lloyd | 2017-01-24 | 1 | -2/+2 |
* | Minor refactoring of Text_Based_Test | Jack Lloyd | 2016-12-19 | 1 | -2/+2 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -16/+16 |
* | Simple tests for AutoSeeded_RNG | Jack Lloyd | 2016-11-26 | 1 | -0/+95 |
* | Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runner | Jack Lloyd | 2016-10-28 | 1 | -39/+0 |
* | Merge GH #687 Avoid unused return value warning under GCC | Jack Lloyd | 2016-10-28 | 1 | -2/+3 |
|\ |
|
| * | Fixes randombit/botan#677 | Matthias Gierlings | 2016-10-27 | 1 | -2/+3 |
* | | make max_number_of_bytes_per_request configurable | Daniel Neus | 2016-10-28 | 1 | -1/+60 |
|/ |
|
* | Fix HMAC_DRBG fork test | Jack Lloyd | 2016-10-25 | 1 | -8/+14 |
* | Static analyzer fixes | Jack Lloyd | 2016-10-25 | 1 | -16/+32 |
* | Merge GH #605: Test for HMAC_DRBG randomize_with_ts_input | Jack Lloyd | 2016-08-26 | 1 | -0/+39 |
|\ |
|
| * | Add unit test for HMAC_DRBG::randomize_with_ts_input() | René Korthaus | 2016-08-25 | 1 | -0/+39 |
* | | Correct comment | Jack Lloyd | 2016-08-25 | 1 | -1/+1 |
|/ |
|
* | RNG changes (GH #593) | Jack Lloyd | 2016-08-24 | 1 | -11/+326 |
* | reseed test for hmac_drbg | Kai Michaelis | 2016-08-10 | 1 | -0/+41 |
* | Remove useless L param from X9.31 test vector file | Jack Lloyd | 2016-07-17 | 1 | -33/+10 |
* | Add Stateful_RNG | Jack Lloyd | 2016-07-17 | 1 | -35/+16 |
* | fix test failures and seg faults when Botan is configured with --module-poli... | René Korthaus | 2016-06-17 | 1 | -5/+26 |
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
* | Add --data-dir option to test command | Jack Lloyd | 2015-12-20 | 1 | -2/+2 |
* | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 1 | -71/+60 |
* | Don't treat missing ciphers, hashes, etc as test failures | Jack Lloyd | 2015-10-11 | 1 | -2/+8 |
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -3/+3 |
* | tests: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -1/+1 |
* | tests: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-30 | 1 | -2/+2 |
* | Replace \n by std::endl in tests to ensure proper flushing | Simon Warta | 2015-06-19 | 1 | -2/+2 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -6/+3 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+7 |
* | Add HMAC_DRBG | lloyd | 2014-03-21 | 1 | -19/+78 |
* | More fixes for minified builds | lloyd | 2014-02-09 | 1 | -8/+16 |
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -0/+63 |
* | Rename test sources | lloyd | 2014-01-07 | 1 | -63/+0 |
* | Split up public key tests and data, use new test framework | lloyd | 2014-01-05 | 1 | -8/+8 |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -0/+63 |