| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/kdf: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-25 | 6 | -10/+10 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 3 | -8/+8 |
* | Convert HKDF to the normal KDF interface | lloyd | 2015-02-18 | 2 | -59/+34 |
* | Modify interfaces of KDF and PBKDF to write output to an array, with | lloyd | 2015-02-18 | 9 | -148/+138 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 3 | -0/+119 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 2 | -8/+0 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 3 | -6/+5 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 1 | -0/+28 |
* | Use registry also for KDF, EMSA, and EME | lloyd | 2015-01-31 | 8 | -56/+47 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 1 | -5/+0 |
* | Remove SSLv3 and handling of SSLv2 client hellos. | lloyd | 2015-01-11 | 4 | -121/+0 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 12 | -12/+12 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -0/+1 |
* | Add missing std includes | lloyd | 2014-02-16 | 1 | -0/+1 |
* | Fix algo factory compile | lloyd | 2014-01-18 | 1 | -1/+1 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 6 | -6/+0 |
* | More unique_ptr, also cleanup MGF1 usage | lloyd | 2014-01-18 | 9 | -146/+22 |
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 1 | -4/+5 |
* | Move lib into src | lloyd | 2014-01-10 | 21 | -0/+898 |