aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_rng.h
Commit message (Collapse)AuthorAgeFilesLines
* Add ECGDSARené Korthaus2016-04-191-2/+90
|
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵Daniel Neus2016-03-051-2/+2
| | | | explicit.
* 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
| | | | | | | | As the alternatives are unfortunate for applications trying to catch all library errors, and it seems deriving from std::runtime_error causes problems with MSVC DLLs (GH #340) Effectively reverts 2837e915d82e43
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-1/+3
| | | | | | | | | | | | | Provides an easier way for an application to configure a list of entropy sources they'd like to use, or add a custom entropy source to their seeding. Exposes some toggles for the global/default entropy sources to build.h Adds basic entropy tests which runs the polls and does sanity checking on the results, including compression tests if available. These are less useful for the CSPRNG outputs but a good check for the ones producing plain ASCII like the /proc reader.
* tests: Add missing overridesDaniel Seither2015-07-301-6/+6
|
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+5
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Add HMAC_DRBGlloyd2014-03-211-0/+2
|
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+61