Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 11 | -979/+0 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 3 | -24/+3 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 1 | -7/+49 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -8/+0 |
* | Handle repeated initializations of the library better and deal with | lloyd | 2015-01-24 | 5 | -77/+60 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 10 | -10/+10 |
* | Simpify HMAC_RNG reseeding process. Actually update HMAC_DRBG reseed counter. | lloyd | 2014-03-22 | 1 | -3/+1 |
* | Change X9.31 to automatically reseed if randomize is called while unseeded. | lloyd | 2014-02-13 | 1 | -9/+9 |
* | Fix algo factory compile | lloyd | 2014-01-18 | 1 | -0/+0 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 1 | -1/+0 |
* | Move lib into src | lloyd | 2014-01-10 | 11 | -0/+986 |