aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad
Commit message (Expand)AuthorAgeFilesLines
* pk_pad: Add missing overridesDaniel Seither2015-07-309-34/+34
* Fix typosSimon Warta2015-07-241-4/+4
* Fix module combi: adler32,eme_rawSimon Warta2015-07-081-2/+0
* Fix module combi: adler32,eme_oaepSimon Warta2015-07-085-3/+2
* lib/pk_pad: Convert &vec[0] to vec.data()Daniel Seither2015-06-207-20/+20
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-143-0/+66
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-043-11/+12
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-057-18/+0
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-042-4/+4
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-032-2/+13
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-012-1/+46
* Use registry also for KDF, EMSA, and EMElloyd2015-01-3114-112/+84
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-12/+11
* Ensure all files have copyright and license info.lloyd2015-01-1024-24/+24
* 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
* 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
* Move lib into srclloyd2014-01-1032-0/+1749