| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -21/+0 |
* | Make it possible to remove Boost dependency by disabling a few modules | lloyd | 2013-12-14 | 1 | -4/+0 |
* | Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP) | lloyd | 2013-11-27 | 1 | -0/+4 |
* | Previously, AutoRNG was just a reference to the global rng, which can | lloyd | 2013-11-08 | 1 | -26/+0 |
* | Remove return value of AEAD_Mode::start as it doesn't seem necessary | lloyd | 2013-04-03 | 1 | -1/+0 |
* | Add get_aead in lookup.h | lloyd | 2013-03-16 | 1 | -0/+1 |
* | Drop some deprecated functions | lloyd | 2012-06-01 | 1 | -1/+0 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -1/+0 |
* | propagate from branch 'net.randombit.botan' (head dd068808e5bf87c982765a8bcc3... | lloyd | 2011-03-08 | 1 | -0/+5 |
|\ |
|
| * | Add HMAC, AES, SHA-2, HMAC_RNG deps in libstate for the global | lloyd | 2011-02-11 | 1 | -0/+5 |
* | | propagate from branch 'net.randombit.botan' (head c6dfcb1b2e25290f071169361fb... | lloyd | 2010-08-06 | 1 | -2/+4 |
|\| |
|
| * | Move the functions that directly manipulate the global state singleton | lloyd | 2010-08-06 | 1 | -2/+4 |
* | | propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c... | lloyd | 2010-08-04 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1... | lloyd | 2010-07-09 | 1 | -2/+0 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54... | lloyd | 2010-03-21 | 1 | -2/+0 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c... | lloyd | 2010-03-09 | 1 | -2/+0 |
| | | |\ |
|
| | | | * | propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f... | lloyd | 2009-12-16 | 1 | -2/+0 |
| | | | |\ |
|
| | | | | * | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 1 | -8/+11 |
| | | | | |\ |
|
| | | | | * \ | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 1 | -2/+0 |
| | | | | |\ \ |
|
| | | | | | * | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs... | lloyd | 2009-09-11 | 1 | -2/+0 |
* | | | | | | | | Rename Default_Engine to Core_Engine which describes its purposes | lloyd | 2010-07-27 | 1 | -1/+1 |
|/ / / / / / / |
|
* / / / / / / | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Don't require the AES module; if it's there its there, if it's not | lloyd | 2010-03-19 | 1 | -2/+0 |
* | | | | | | There are some nasty API problems that are caused by having to pass a | lloyd | 2010-03-19 | 1 | -0/+3 |
|/ / / / / |
|
* | | | | | Inline Engine_Core::mod_exp into singler caller, and delete | lloyd | 2010-03-05 | 1 | -5/+0 |
* | | | | | Inline look_pk funcs | lloyd | 2010-03-05 | 1 | -1/+0 |
|/ / / / |
|
* | | / | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -1/+4 |
| |_|/
|/| | |
|
* | | | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -8/+11 |
|/ / |
|
* / | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
|/ |
|
* | Add a new option --no-autoload to configure.py. This will produce a minimal | lloyd | 2009-09-04 | 1 | -1/+1 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+2 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -9/+22 |
* | Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly, | lloyd | 2008-11-11 | 1 | -3/+5 |
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 1 | -0/+2 |
* | Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac... | lloyd | 2008-11-11 | 1 | -2/+1 |
* | Drop look_add.h and the freestanding add_algorithm functions | lloyd | 2008-11-11 | 1 | -1/+0 |
* | Drop all options except thread safety. Also remove InitializerOptions, etc | lloyd | 2008-11-10 | 1 | -2/+1 |
* | Remove Modules class from the initializer code - it just wasn't that useful | lloyd | 2008-11-10 | 1 | -2/+0 |
* | Add a class Algorithm_Factory which encapsulates the Engine classes (and | lloyd | 2008-11-10 | 1 | -0/+2 |
* | Sort lines | lloyd | 2008-11-10 | 1 | -2/+2 |
* | Mark libstate as depending on mode_pad | lloyd | 2008-11-10 | 1 | -0/+1 |
* | Add libstate dep on def_engine | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Move most of the Default_Engine code into engine/def_engine, and the | lloyd | 2008-11-08 | 1 | -10/+0 |
* | Move botan.h from utils to libstate, since libstate has lookup.h which | lloyd | 2008-11-08 | 1 | -4/+5 |
* | Move allocate.h with related code in alloc | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Split lookup_misc.cpp into lookup_mac.cpp and lookup_s2k.cpp | lloyd | 2008-11-08 | 1 | -1/+2 |
* | Split def_alg.cpp into lookup_{cipher,hash,misc}.cpp | lloyd | 2008-11-08 | 1 | -1/+3 |
* | Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dir | lloyd | 2008-10-26 | 1 | -0/+1 |
* | Put pk_pad.{h,cpp} from core into pk_pad/ dir (cleaner I think) | lloyd | 2008-10-26 | 1 | -0/+4 |
* | Move libstate and selftest out of core/ dir to toplevel | lloyd | 2008-10-26 | 1 | -0/+27 |