aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/dyn_engine
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-192/+0
* Remove global_rng calls for setting up blinding, instead require a RNGlloyd2013-12-251-17/+17
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Add deleted copy constructors/assignment operators where appropriate.lloyd2012-07-101-0/+4
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-2/+2
* propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-1/+1
|\
| * propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-1/+1
| |\
| | * Post-merge fixupslloyd2010-10-131-1/+1
* | | Add header guardlloyd2010-12-281-0/+5
|/ /
* / Move PBKDF lookups to enginelloyd2010-11-042-1/+7
|/
* Update the dynamic engine protocol. The initial version had an enginelloyd2010-09-081-30/+15
* Remove redundant setting for adding libdl link on Linux in dyn_engine;lloyd2010-07-281-4/+0
* Add a version info function which returns a u32bit. The currentlylloyd2010-07-281-1/+12
* Add a new utility class Dynamically_Loaded_Library which wraps aroundlloyd2010-07-273-0/+185