aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/prf_tls
Commit message (Collapse)AuthorAgeFilesLines
* kdf: Add missing overridesDaniel Seither2015-07-301-4/+4
|
* lib/kdf: Convert &vec[0] to vec.data()Simon Warta2015-06-251-1/+1
|
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-5/+5
| | | | | | Fix two memory leaks (in TLS and modes) caused by calling get_foo and then cloning the result before saving it (leaking the original object), a holdover from the conversion between construction techniques in 1.11.14
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-182-60/+42
| | | | higher level functions on interface handling returning a vector.
* Use registry also for KDF, EMSA, and EMElloyd2015-01-312-11/+23
|
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Guess I won't be needing theselloyd2014-01-181-1/+0
|
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-182-29/+16
|
* Move lib into srclloyd2014-01-103-0/+183