Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 24 | -24/+24 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Support 0 length salts in PSSR. Bugzilla 268 | lloyd | 2014-03-27 | 2 | -3/+12 |
| | |||||
* | More fixes for minified builds | lloyd | 2014-02-09 | 1 | -2/+5 |
| | |||||
* | Guess I won't be needing these | lloyd | 2014-01-18 | 4 | -4/+0 |
| | |||||
* | More unique_ptr, and pull <memory> all the way up to types.h | lloyd | 2014-01-18 | 5 | -34/+21 |
| | |||||
* | Rename the various pubkey padding schemes to match the common names. | lloyd | 2014-01-18 | 21 | -367/+301 |
| | | | | Way back when, following IEEE 1363 naming seemed like a good idea. But not so much. | ||||
* | More unique_ptr, also cleanup MGF1 usage | lloyd | 2014-01-18 | 9 | -38/+105 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -2/+2 |
| | | | | | | | | | | | Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool | ||||
* | Move lib into src | lloyd | 2014-01-10 | 32 | -0/+1749 |