| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Remove warnings in KDF1, KDF2 copy constructors | lloyd | 2008-09-30 | 2 | -2/+2 |
| * | Strict GCC warnings | lloyd | 2008-09-30 | 1 | -2/+2 |
| * | Fix warning in PBKDF1 copy constructor | lloyd | 2008-09-30 | 1 | -1/+3 |
| * | Fix prototype confusion (harmless but incorrect) | lloyd | 2008-09-30 | 3 | -5/+5 |
| * | Update readme | lloyd | 2008-09-30 | 1 | -1/+1 |
| * | Initial notes for 1.7.14 | lloyd | 2008-09-30 | 1 | -0/+9 |
| * | Have RNG::make_rng throw an exception rather than return NULL | lloyd | 2008-09-30 | 1 | -3/+5 |
| * | Use the lookup.h functions instead of calling this's find_hash, etc to | lloyd | 2008-09-30 | 1 | -9/+16 |
| * | Correctly handle Randpool enabled but X9.31 not | lloyd | 2008-09-30 | 1 | -6/+7 |
| * | Correct libstate module name, macro, deps | lloyd | 2008-09-30 | 1 | -7/+2 |
| * | Fixes to not require RC2 for CMS to compile | lloyd | 2008-09-30 | 1 | -5/+17 |
| * | Remove dead code from guess_from_from_this | lloyd | 2008-09-30 | 1 | -32/+9 |
| * | Add several aliases for x86 | lloyd | 2008-09-30 | 1 | -2/+8 |
| * | Guess CPU from /proc/cpuinfo or uname by looking first in the known | lloyd | 2008-09-30 | 1 | -20/+34 |
| * | Do not redirect 2> to /dev/null when exec'ing uname. It causes | lloyd | 2008-09-30 | 1 | -3/+3 |
| * | Target i686 if uname is i686 | lloyd | 2008-09-30 | 1 | -1/+1 |
| * | propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83... | lloyd | 2008-09-30 | 5 | -0/+26 |
| |\ |
|
| | * | Better support for MinGW/MSYS, sent by Zbigniew Zagorski | lloyd | 2008-09-30 | 6 | -0/+27 |
| * | | Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1 | lloyd | 2008-09-30 | 11 | -51/+87 |
| * | | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 16 | -76/+126 |
| * | | 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 |
| * | | Remove needless options | lloyd | 2008-09-30 | 1 | -8/+2 |
| * | | Remove noisy print statement | lloyd | 2008-09-30 | 1 | -1/+0 |
| * | | If a module specifies <module_name>:<file> in its <add> block, include | lloyd | 2008-09-30 | 3 | -4/+20 |
| * | | 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 |
| * | | Also display non-enabled modules in configure output | lloyd | 2008-09-30 | 1 | -8/+20 |
| * | | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 12 | -149/+133 |
| * | | 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 | 11 | -89/+152 |
| * | | 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 |
| * | | Cleanup | lloyd | 2008-09-29 | 1 | -2/+1 |
| * | | Drop empty directories | lloyd | 2008-09-29 | 0 | -0/+0 |