Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 23 | -1768/+0 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 5 | -4/+6 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 1 | -5/+3 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 4 | -53/+27 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 16 | -16/+16 |
* | Change TLS session encryption to use AES-256/GCM instead of CBC+HMAC | lloyd | 2015-01-08 | 3 | -190/+0 |
* | Cleanup PBES2 and add GCM support | lloyd | 2014-11-19 | 3 | -0/+251 |
* | Fix various warnings from VC++ 2014 and add missing include | lloyd | 2014-10-31 | 2 | -18/+15 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 5 | -5/+0 |
* | More unique_ptr, and pull <memory> all the way up to types.h | lloyd | 2014-01-18 | 2 | -8/+8 |
* | Move lib into src | lloyd | 2014-01-10 | 23 | -0/+1741 |