aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad
Commit message (Collapse)AuthorAgeFilesLines
* Ensure all files have copyright and license info.lloyd2015-01-1024-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 268lloyd2014-03-272-3/+12
|
* More fixes for minified buildslloyd2014-02-091-2/+5
|
* Guess I won't be needing theselloyd2014-01-184-4/+0
|
* More unique_ptr, and pull <memory> all the way up to types.hlloyd2014-01-185-34/+21
|
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-1821-367/+301
| | | | Way back when, following IEEE 1363 naming seemed like a good idea. But not so much.
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-189-38/+105
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-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 srclloyd2014-01-1032-0/+1749