Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ECGDSA | René Korthaus | 2016-04-19 | 1 | -2/+90 |
| | |||||
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵ | Daniel Neus | 2016-03-05 | 1 | -2/+2 |
| | | | | explicit. | ||||
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 1 | -8/+8 |
| | |||||
* | Fix a few clang warnings. Set clang sanitizer flags | Jack Lloyd | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | Missing adds | Jack Lloyd | 2015-12-11 | 1 | -10/+12 |
| | |||||
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -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 RNGs | Jack Lloyd | 2015-11-24 | 1 | -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 overrides | Daniel Seither | 2015-07-30 | 1 | -6/+6 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -0/+5 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Add HMAC_DRBG | lloyd | 2014-03-21 | 1 | -0/+2 |
| | |||||
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -0/+61 |