| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head ca7d7fc1ae6b55c5328c9cf1ec1... | lloyd | 2008-09-29 | 1 | -0/+1 |
|\ |
|
* | | Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc) | lloyd | 2008-09-29 | 24 | -0/+0 |
* | | Add info.txt files for asm hash modules | lloyd | 2008-09-29 | 4 | -0/+101 |
* | | Normalize asm names | lloyd | 2008-09-29 | 7 | -13/+13 |
* | | Expose use of global state in some of the lookup functions, including | lloyd | 2008-09-29 | 7 | -77/+108 |
* | | Add missing info.txt for generic mp_asm.h | lloyd | 2008-09-29 | 1 | -0/+8 |
* | | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 128 | -0/+0 |
* | | Update modinfo with renamed filename (maybe add wildcarding support? This | lloyd | 2008-09-29 | 1 | -1/+1 |
* | | Rename for clarity (at least a little bit) | lloyd | 2008-09-29 | 1 | -0/+0 |
* | | Remove more dependencies on the global state object. | lloyd | 2008-09-29 | 10 | -57/+34 |
* | | Hardcode use of Latin1 encoding if an encoding using ASN.1 DIRECTORY STRING | lloyd | 2008-09-29 | 2 | -6/+2 |
* | | Pass a Mutex* as an argument to Pooling_Allocator instead of it grabbing | lloyd | 2008-09-29 | 7 | -10/+15 |
* | | Start fixing up for full asm support again | lloyd | 2008-09-29 | 6 | -12/+9 |
* | | Move mp_mulop.cpp (source file) to asm_amd64 | lloyd | 2008-09-29 | 1 | -0/+0 |
* | | Move x86-64 asm bswap impl to utils, as bswap_amd64.h | lloyd | 2008-09-29 | 1 | -0/+0 |
* | | Move fd_unix from io to filters | lloyd | 2008-09-29 | 3 | -0/+0 |
* | | Add deps, missing includes, etc | lloyd | 2008-09-29 | 5 | -6/+9 |
* | | Add mlock.cpp to utils modinfo listing | lloyd | 2008-09-29 | 1 | -0/+1 |
* | | Fix modinfo files | lloyd | 2008-09-29 | 2 | -2/+1 |
* | | Move mlock to utils, as decled in util.h | lloyd | 2008-09-29 | 1 | -0/+0 |
* | | Add the missing modinfo.txt | lloyd | 2008-09-29 | 1 | -0/+33 |
* | | Move parts of core into pk/pubkey which is at least somewhat relevant | lloyd | 2008-09-29 | 29 | -27/+15 |
* | | Add modinfo for keypair and core modules | lloyd | 2008-09-29 | 2 | -0/+91 |
* | | Move what is left of the uncategorized library to 'core'. There is still | lloyd | 2008-09-29 | 74 | -0/+2207 |
* | | Move timer base class into a module, add dep from other timer modules | lloyd | 2008-09-29 | 7 | -0/+59 |
* | | Move charset.cpp to utils with header | lloyd | 2008-09-29 | 2 | -0/+1 |
* | | More headers (loadstore, mem_ops, rotate, types) for util module | lloyd | 2008-09-28 | 5 | -0/+380 |
* | | Move mode padding schemes to modes/mode_pad module | lloyd | 2008-09-28 | 4 | -2/+95 |
* | | Move stl_util and (forgotten again) modinfo.txt to utils module | lloyd | 2008-09-28 | 2 | -0/+103 |
* | | Move parsing.{h,cpp} to utils module | lloyd | 2008-09-28 | 2 | -0/+39 |
* | | Move util functions into utils/ module | lloyd | 2008-09-28 | 8 | -0/+297 |
* | | Add deps to x509 module | lloyd | 2008-09-28 | 1 | -0/+5 |
* | | Add missing modinfo for modebase module | lloyd | 2008-09-28 | 1 | -0/+14 |
* | | Move get_pbe into lookup.h to avoid cyclical dependency | lloyd | 2008-09-28 | 7 | -2/+48 |
* | | Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to ... | lloyd | 2008-09-28 | 11 | -0/+72 |
* | | Move Default_Mutex (now Noop_Mutex) into module | lloyd | 2008-09-28 | 5 | -31/+58 |
* | | Move allocator code to secalloc/allocators module | lloyd | 2008-09-28 | 11 | -1/+426 |
* | | New filters module. Add deps for it in some needed areas (codec, pbes) | lloyd | 2008-09-28 | 24 | -0/+520 |
* | | Move buf_es into module, add deps where needed | lloyd | 2008-09-28 | 6 | -0/+55 |
* | | Move def_powm.cpp from core to bigint | lloyd | 2008-09-28 | 2 | -0/+1 |
* | | Add modinfo for pem, hash_id, selftest modules | lloyd | 2008-09-28 | 3 | -0/+48 |
* | | Move startup selftest into module | lloyd | 2008-09-28 | 3 | -1/+26 |
* | | BigInt uses hex module | lloyd | 2008-09-28 | 1 | -0/+4 |
* | | PEM codec module | lloyd | 2008-09-28 | 4 | -0/+37 |
* | | Add primes.cpp to build in modinfo.txt | lloyd | 2008-09-28 | 1 | -3/+4 |
* | | Move primes.cpp to bigint/ | lloyd | 2008-09-28 | 1 | -0/+0 |
* | | Move hash_id into module | lloyd | 2008-09-28 | 4 | -0/+30 |
* | | Put OpenPGP codec routines into codec/openpgp module | lloyd | 2008-09-28 | 3 | -0/+40 |
* | | Move all BigInt stuff into bigint/. Currently all asm modules are disabled; | lloyd | 2008-09-28 | 47 | -73/+1008 |
* | | Move almost all of the ASN.1, BER, and DER codec related code into new | lloyd | 2008-09-28 | 33 | -0/+776 |