| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1 | lloyd | 2008-09-30 | 10 | -46/+82 |
* | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 15 | -75/+124 |
* | Remove lookup dependency on CMAC: takes a BlockCipher as constructor arg | lloyd | 2008-09-30 | 3 | -15/+18 |
* | Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4] | lloyd | 2008-09-30 | 16 | -82/+55 |
* | Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (the | lloyd | 2008-09-30 | 4 | -11/+24 |
* | Move allocator base code into core/, alloc_mmap to alloc/ | lloyd | 2008-09-30 | 12 | -23/+14 |
* | Fix deps on keypair module | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Move modules.* to libstate | lloyd | 2008-09-30 | 2 | -0/+0 |
* | Move datastore from core to utils | lloyd | 2008-09-30 | 4 | -9/+9 |
* | Split off part of the core module into libstate (basically the whole | lloyd | 2008-09-30 | 53 | -31/+45 |
* | Remove unneeded includes | lloyd | 2008-09-30 | 1 | -4/+0 |
* | Many updates in cms_ealg.cpp, particularly WRT to the ASN.1 code | lloyd | 2008-09-30 | 1 | -61/+65 |
* | Build CMS by default | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Update CMS to at least compile (though in a couple of cases by just | lloyd | 2008-09-30 | 3 | -16/+24 |
* | Many updates for the CMS code to bring up to date with current API | lloyd | 2008-09-30 | 3 | -43/+72 |
* | If a module specifies <module_name>:<file> in its <add> block, include | lloyd | 2008-09-30 | 2 | -0/+2 |
* | propagate from branch 'net.randombit.botan' (head cac1d5844682545625a478a31c5... | lloyd | 2008-09-30 | 1 | -2/+2 |
|\ |
|
| * | Correct declaration of Memory_Exhaustion::what to be const and throw(), | lloyd | 2008-09-30 | 1 | -2/+2 |
* | | Fix mp_asm64's info.txt | lloyd | 2008-09-30 | 1 | -4/+4 |
* | | Enable MSVC x86 asm | lloyd | 2008-09-30 | 1 | -1/+1 |
* | | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 11 | -12/+14 |
* | | Pentium-M also has RDTSC | lloyd | 2008-09-30 | 1 | -1/+1 |
* | | Add dep on timer_base in core | lloyd | 2008-09-30 | 1 | -0/+1 |
* | | Remove unneeded include of timers.h | lloyd | 2008-09-30 | 1 | -1/+0 |
* | | Start trying to get asm BigInt working. Currently does not. Just checking | lloyd | 2008-09-29 | 10 | -56/+84 |
* | | Escape newline in macro | lloyd | 2008-09-29 | 1 | -2/+2 |
* | | Set a preprocessor flag if we think the compiler supports GCC-style | lloyd | 2008-09-29 | 2 | -2/+12 |
* | | Use bswapl on 32-bit x86 as well | lloyd | 2008-09-29 | 1 | -1/+1 |
* | | Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpp | lloyd | 2008-09-29 | 11 | -100/+42 |
* | | Directly inline x86-64 asm into bswap.h | lloyd | 2008-09-29 | 2 | -38/+12 |
* | | Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160 | lloyd | 2008-09-29 | 11 | -106/+27 |
* | | Derive the x86 assembly implementations of MD4, MD5, and Serpent from | lloyd | 2008-09-29 | 9 | -74/+10 |
* | | Reorg BigInt asm modules | lloyd | 2008-09-29 | 6 | -0/+0 |
* | | Remove the misc dir: | lloyd | 2008-09-29 | 49 | -0/+1465 |
* | | Add missing files | lloyd | 2008-09-29 | 2 | -0/+80 |
* | | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 24 | -125/+81 |
* | | Better dependency handling | lloyd | 2008-09-29 | 7 | -8/+13 |
* | | Add missing divide.h | lloyd | 2008-09-29 | 1 | -0/+17 |
* | | Fix loading issues | lloyd | 2008-09-29 | 5 | -2/+8 |
* | | load_on request, not load_on required (though it had the same effect) | lloyd | 2008-09-29 | 2 | -2/+2 |
* | | Add deps on bigint, math modules in PK algos | lloyd | 2008-09-29 | 6 | -0/+12 |
* | | Put only the implementation of BigInt in src/bigint, mathematical functions | lloyd | 2008-09-29 | 30 | -55/+71 |
* | | Make asm implementations distinctly named objects, for instance MD5_IA32, | lloyd | 2008-09-29 | 33 | -168/+448 |
* | | 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 |