| Commit message (Expand) | Author | Age | Files | Lines |
* | pk_pad: Add missing overrides | Daniel Seither | 2015-07-30 | 9 | -34/+34 |
* | Fix typos | Simon Warta | 2015-07-24 | 1 | -4/+4 |
* | Fix module combi: adler32,eme_raw | Simon Warta | 2015-07-08 | 1 | -2/+0 |
* | Fix module combi: adler32,eme_oaep | Simon Warta | 2015-07-08 | 5 | -3/+2 |
* | lib/pk_pad: Convert &vec[0] to vec.data() | Daniel Seither | 2015-06-20 | 7 | -20/+20 |
* | In PK encrypt/decrypt move pad calls to the operation. This allows an | lloyd | 2015-03-14 | 3 | -0/+66 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 3 | -11/+12 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 7 | -18/+0 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 2 | -4/+4 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 2 | -2/+13 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 2 | -1/+46 |
* | Use registry also for KDF, EMSA, and EME | lloyd | 2015-01-31 | 14 | -112/+84 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 1 | -12/+11 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 24 | -24/+24 |
* | 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 |
* | 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 |
* | Move lib into src | lloyd | 2014-01-10 | 32 | -0/+1749 |