aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-convert-member-functions-to-staticJack Lloyd2022-02-111-1/+1
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-2/+2
* Apply fixes for clang-analyzerJack Lloyd2022-02-041-0/+1
* More use of make_unique in the testsJack Lloyd2021-04-041-8/+8
* Gate 4G System_RNG test with --run-long-testsJack Lloyd2021-01-181-2/+3
* Fix System_RNG only filling the first 4GB of the buffer for len >4GBTom2021-01-181-0/+15
* Tag all tests with a categoryJack Lloyd2020-10-281-5/+5
* Add Processor_RNGJack Lloyd2020-05-081-15/+15
* Change limit to 2^24 to properly support 32 bit platformsRené Korthaus2019-10-241-4/+4
* Update test stringsRené Korthaus2019-10-231-2/+2
* Add check for upper bound of reseed_intervalRené Korthaus2019-10-231-0/+33
* Deprecate many publically available headersJack Lloyd2019-09-061-2/+1
* Run the test suite in multiple threadsJack Lloyd2019-01-311-1/+11
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-121-0/+4
* Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-2/+2
* Address some MSVC warningsJack Lloyd2017-09-301-1/+1
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+4
* Slight improvements to RNG testsJack Lloyd2017-09-221-3/+3
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-7/+7
* At end of fork test, exec /bin/true to avoid valgrind false positive.Jack Lloyd2017-09-201-1/+8
* Complete merge of #1137 ChaCha_RNGJack Lloyd2017-08-041-370/+314
|\
| * Add Stateful_RNG::reset_reseed_counterJack Lloyd2017-08-031-1/+1
| * Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNGJack Lloyd2017-08-031-366/+311
| * Add ChaCha_RNGJack Lloyd2017-08-031-1/+49
* | Merge GH #1137 Add ChaCha_RNGJack Lloyd2017-08-031-1/+49
|\ \ | |/ |/|
| * Add ChaCha_RNGJack Lloyd2017-07-311-1/+53
* | Add explicit tests for RDRAND_RNG and System_RNGJack Lloyd2017-08-031-0/+98
|/
* 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