| Commit message (Expand) | Author | Age | Files | Lines |
* | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 11 | -41/+124 |
* | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 1 | -0/+1 |
* | TLS improvements | Jack Lloyd | 2015-10-25 | 1 | -0/+8 |
* | Add System_RNG which is an instantiatable RNG that uses the system RNG | Jack Lloyd | 2015-10-15 | 2 | -9/+32 |
* | McEliece cleanups | Jack Lloyd | 2015-09-29 | 1 | -1/+1 |
* | Add HMAC_DRBG constructor taking a name for the MAC instead of an obj | Jack Lloyd | 2015-09-22 | 2 | -0/+15 |
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -3/+5 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 2 | -3/+0 |
* | Add power analysis countermeasures for ECC point multiplications. | Jack Lloyd | 2015-08-21 | 1 | -6/+24 |
* | rng: Add missing overrides | Daniel Seither | 2015-07-30 | 5 | -30/+30 |
* | Add Android OS | Daniel Seither | 2015-07-17 | 1 | -0/+1 |
* | Remove references to removed tru64 OS | Daniel Seither | 2015-07-17 | 1 | -1/+0 |
* | lib/rng: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 4 | -9/+9 |
* | Add timeouts to HMAC_RNG entropy polling | lloyd | 2015-03-18 | 2 | -58/+57 |
* | Externalize the state of a RFC 6979 nonce computation. | lloyd | 2015-03-12 | 2 | -6/+8 |
* | Typo | lloyd | 2015-03-06 | 1 | -1/+1 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 1 | -5/+4 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -4/+0 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 2 | -4/+3 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 2 | -19/+5 |
* | Centralize where string.h/cstring is included to mem_ops.h | lloyd | 2015-01-23 | 1 | -1/+0 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 11 | -11/+11 |
* | Fix System_RNG for Windows, fix nmake clean target | lloyd | 2014-12-22 | 1 | -2/+2 |
* | Enable system_rng on Windows and MinGW (untested) | lloyd | 2014-12-21 | 3 | -5/+15 |
* | Add MinGW support for the CryptoAPI RNG. Also disable the dependencies | lloyd | 2014-12-17 | 1 | -1/+1 |
* | Untested support for using CryptGenRandom in System_RNG | lloyd | 2014-12-06 | 1 | -0/+32 |
* | Add an easy way to directly use the system PRNG. | lloyd | 2014-12-02 | 3 | -0/+117 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -5/+5 |
* | Require one plausible entropy source in auto_rng, prevents the common | lloyd | 2014-04-27 | 1 | -0/+1 |
* | Simpify HMAC_RNG reseeding process. Actually update HMAC_DRBG reseed counter. | lloyd | 2014-03-22 | 2 | -3/+13 |
* | Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups. | lloyd | 2014-03-22 | 2 | -11/+16 |
* | Add HMAC_DRBG | lloyd | 2014-03-21 | 4 | -1/+159 |
* | Change X9.31 to automatically reseed if randomize is called while unseeded. | lloyd | 2014-02-13 | 1 | -1/+6 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 2 | -2/+0 |
* | More unique_ptr, and pull <memory> all the way up to types.h | lloyd | 2014-01-18 | 2 | -73/+39 |
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -0/+2 |
* | Move lib into src | lloyd | 2014-01-10 | 11 | -0/+728 |