Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RNG changes (GH #593) | Jack Lloyd | 2016-08-24 | 1 | -6/+62 |
* | Address some review comments from @cordney | Jack Lloyd | 2016-07-17 | 1 | -2/+2 |
* | Add Stateful_RNG | Jack Lloyd | 2016-07-17 | 1 | -3/+7 |
* | Make the DRBG hash selectable in build.h with BOTAN_AUTO_RNG_DRBG_HASH_FUNCTION | Jack Lloyd | 2016-07-17 | 1 | -2/+2 |
* | Switch to HMAC_DRBG for all RNG generation. | Jack Lloyd | 2016-07-17 | 1 | -22/+13 |
* | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 1 | -1/+3 |
* | Add HMAC_DRBG constructor taking a name for the MAC instead of an obj | Jack Lloyd | 2015-09-22 | 1 | -0/+3 |
* | rng: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -6/+6 |
* | Externalize the state of a RFC 6979 nonce computation. | lloyd | 2015-03-12 | 1 | -2/+2 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups. | lloyd | 2014-03-22 | 1 | -1/+1 |
* | Add HMAC_DRBG | lloyd | 2014-03-21 | 1 | -0/+50 |