aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-38/+60
* Merge GH #885 Change HMAC_DRBG::security_level to match NIST SP800-90AJack Lloyd2017-04-041-8/+36
|\
| * Follow NIST SP 800-57 for HMAC_DRBG security levelRené Korthaus2017-04-031-0/+26
| * Change security_strength of HMAC_DRBGRené Korthaus2017-04-031-8/+10
* | Content:Tomasz Frydrych2017-04-031-1/+1
|/
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-2/+2
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-16/+16
* Simple tests for AutoSeeded_RNGJack Lloyd2016-11-261-0/+95
* Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runnerJack Lloyd2016-10-281-39/+0
* Merge GH #687 Avoid unused return value warning under GCCJack Lloyd2016-10-281-2/+3
|\
| * Fixes randombit/botan#677Matthias Gierlings2016-10-271-2/+3
* | make max_number_of_bytes_per_request configurableDaniel Neus2016-10-281-1/+60
|/
* Fix HMAC_DRBG fork testJack Lloyd2016-10-251-8/+14
* Static analyzer fixesJack Lloyd2016-10-251-16/+32
* Merge GH #605: Test for HMAC_DRBG randomize_with_ts_inputJack Lloyd2016-08-261-0/+39
|\
| * Add unit test for HMAC_DRBG::randomize_with_ts_input()René Korthaus2016-08-251-0/+39
* | Correct commentJack Lloyd2016-08-251-1/+1
|/
* RNG changes (GH #593)Jack Lloyd2016-08-241-11/+326
* reseed test for hmac_drbgKai Michaelis2016-08-101-0/+41
* Remove useless L param from X9.31 test vector fileJack Lloyd2016-07-171-33/+10
* Add Stateful_RNGJack Lloyd2016-07-171-35/+16
* fix test failures and seg faults when Botan is configured with --module-poli...René Korthaus2016-06-171-5/+26
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add --data-dir option to test commandJack Lloyd2015-12-201-2/+2
* Update and consolidate the test framework.Jack Lloyd2015-11-111-71/+60
* Don't treat missing ciphers, hashes, etc as test failuresJack Lloyd2015-10-111-2/+8
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+3
* tests: Add missing overridesDaniel Seither2015-07-301-1/+1
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-301-2/+2
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-2/+2
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-6/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+7
* Add HMAC_DRBGlloyd2014-03-211-19/+78
* More fixes for minified buildslloyd2014-02-091-8/+16
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+63
* Rename test sourceslloyd2014-01-071-63/+0
* Split up public key tests and data, use new test frameworklloyd2014-01-051-8/+8
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+63