| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing include in ec.h. Remove macro guards in ecc_core.*, not needed si... | lloyd | 2008-10-01 | 3 | -9/+2 |
* | Move more of the public key implementation code out of the shared pk/pubkey | lloyd | 2008-10-01 | 19 | -13/+13 |
* | Split pubkey/pk_core.h into {if,dh,dsa,ecc,elg,nr}_core.h | lloyd | 2008-10-01 | 19 | -196/+288 |
* | Split pk_core.cpp into algorithm-specific files | lloyd | 2008-10-01 | 8 | -382/+475 |
* | Guard uses of ECDSA in the library with BOTAN_HAS_ECDSA macro, so it can | lloyd | 2008-10-01 | 7 | -7/+30 |
* | Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca... | lloyd | 2008-10-01 | 3 | -18/+21 |
* | Remove 'core' as alias of Intel Core2 - confused by 'Dual-Core', etc in /proc... | lloyd | 2008-10-01 | 1 | -1/+0 |
* | Rename sh to hitachi-sh - make regexp collisions less likely | lloyd | 2008-10-01 | 3 | -12/+12 |
* | Build GF(p) and ECDSA by default. tr1/memory dependency in math/gfpmath | lloyd | 2008-09-30 | 3 | -3/+3 |
* | Including missing header (from previous ec_dompar cleanup) | lloyd | 2008-09-30 | 1 | -0/+1 |
* | Remove ECC dependencies from pubkey and ec_dompar | lloyd | 2008-09-30 | 2 | -2/+2 |
* | Move ECC domain parameters to their own module (ec_dompar). Eventually ecdsa | lloyd | 2008-09-30 | 4 | -3/+19 |
* | Forgot info.txt for gfpmath | lloyd | 2008-09-30 | 1 | -0/+20 |
* | Move GF(p) math code from pk/ecdsa to math/gfpmath | lloyd | 2008-09-30 | 8 | -8/+2 |
* | Rearrange BigInt directories: | lloyd | 2008-09-30 | 67 | -8/+8 |
* | Add missing pk/ecdsa/info.txt file | lloyd | 2008-09-30 | 1 | -0/+28 |
* | Spurious newline | lloyd | 2008-09-30 | 1 | -1/+0 |
* | random_integer is now in BigInt | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Move all ECDSA code to pk/ecdsa | lloyd | 2008-09-30 | 13 | -0/+1498 |
* | propagate from branch 'net.randombit.botan' (head 9524e848cdacd0b56ded9bd6b51... | lloyd | 2008-09-30 | 693 | -1721/+27015 |
|\ |
|
| * | Rename makefile variable INSTALLROOT to DESTDIR for autotools compatability | lloyd | 2008-09-30 | 3 | -16/+16 |
| * | Revert; GCC 4.3 specific flags | lloyd | 2008-09-30 | 1 | -2/+2 |
| * | 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 |
| * | 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 |
| * | Add several aliases for x86 | lloyd | 2008-09-30 | 1 | -2/+8 |
| * | propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83... | lloyd | 2008-09-30 | 4 | -0/+25 |
| |\ |
|
| * | | 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 |
| |\| |
|