aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_rng.h
Commit message (Expand)AuthorAgeFilesLines
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-2/+2
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-1/+6
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-1/+1
* Add RandomNumberGenerator::accepts_inputJack Lloyd2018-09-061-0/+8
* Remove protected data from Fixed_Output_RNG in test codeJack Lloyd2017-10-021-31/+15
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-3/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNGJack Lloyd2017-08-031-0/+41
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-23/+57
* Content:Tomasz Frydrych2017-04-031-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* RNG changes (GH #593)Jack Lloyd2016-08-241-27/+7
* Revamp entropy pollingJack Lloyd2016-07-171-0/+25
* Add ECGDSARené Korthaus2016-04-191-2/+90
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-2/+2
* Mass-prefix member vars with m_René Korthaus2016-01-081-8/+8
* Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-241-1/+1
* Missing addsJack Lloyd2015-12-111-10/+12
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-1/+3
* tests: Add missing overridesDaniel Seither2015-07-301-6/+6
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+5
* Add HMAC_DRBGlloyd2014-03-211-0/+2
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+61