aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a class Algorithm_Factory which encapsulates the Engine classes (andlloyd2008-11-101-0/+2
| | | | which will eventually encapsulate the lookup logic as well)
* Sort lineslloyd2008-11-101-2/+2
|
* Mark libstate as depending on mode_padlloyd2008-11-101-0/+1
|
* Add libstate dep on def_enginelloyd2008-11-081-0/+1
|
* Move most of the Default_Engine code into engine/def_engine, and thelloyd2008-11-081-10/+0
| | | | engine base classes into src/engine
* Move botan.h from utils to libstate, since libstate has lookup.h whichlloyd2008-11-081-4/+5
| | | | | | botan.h includes unconditionally. Remove obsolete seed_rng code from init.h
* Move allocate.h with related code in alloclloyd2008-11-081-0/+1
|
* Split lookup_misc.cpp into lookup_mac.cpp and lookup_s2k.cpplloyd2008-11-081-1/+2
|
* Split def_alg.cpp into lookup_{cipher,hash,misc}.cpplloyd2008-11-081-1/+3
|
* Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dirlloyd2008-10-261-0/+1
|
* Put pk_pad.{h,cpp} from core into pk_pad/ dir (cleaner I think)lloyd2008-10-261-0/+4
|
* Move libstate and selftest out of core/ dir to toplevellloyd2008-10-261-0/+27