| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 that | lloyd | 2008-10-02 | 9 | -29/+20 |
* | Don't generate the makefile until after we have processed build.h.in | lloyd | 2008-10-01 | 1 | -4/+8 |
* | Revert back to portable GCC flags | lloyd | 2008-10-01 | 1 | -2/+2 |
* | Reorg includes | lloyd | 2008-10-01 | 1 | -3/+2 |
* | Avoid unused parameter warning when ECDSA is enabled in build | lloyd | 2008-10-01 | 1 | -6/+6 |
* | Add needed include of ec_dompar.h | lloyd | 2008-10-01 | 1 | -0/+1 |
* | Add changelog notes | lloyd | 2008-10-01 | 1 | -1/+3 |
* | Document dependencies between modules | lloyd | 2008-10-01 | 8 | -4/+26 |
* | Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1 | lloyd | 2008-10-01 | 11 | -21/+50 |
* | Make PBE base, IF_algo only load if needed by dependencies | lloyd | 2008-10-01 | 4 | -5/+4 |
* | Move look_pk and pk_algs to new module pubkey/pk_lookup | lloyd | 2008-10-01 | 16 | -24/+47 |
* | Move get_pbe from libstate to new pbe_base module (in pbe/) | lloyd | 2008-10-01 | 7 | -8/+20 |
* | Move look_pk from libstate to pubkey/pubkey as more appropriate | lloyd | 2008-10-01 | 4 | -2/+3 |
* | x509 module requires pubkey base module to compile | lloyd | 2008-10-01 | 1 | -0/+1 |
* | Remove spurious include of <botan/look_pk.h> from dolook2.cpp | lloyd | 2008-10-01 | 1 | -1/+0 |
* | Handle building Botan with almost all public key code disabled (though only | lloyd | 2008-10-01 | 9 | -53/+102 |
* | Wrap 80 columns | lloyd | 2008-10-01 | 1 | -4/+6 |
* | Line wrap | lloyd | 2008-10-01 | 4 | -6/+12 |
* | Line wrap at 80 columns | lloyd | 2008-10-01 | 2 | -5/+11 |
* | Move last pieces of algorithm-specific code from general 'pubkey' module | lloyd | 2008-10-01 | 23 | -220/+282 |
* | Split Diffie-Hellman off almost completely, such that nearly none of | lloyd | 2008-10-01 | 19 | -121/+85 |
* | Report skipped DH tests | lloyd | 2008-10-01 | 1 | -2/+3 |
* | Include pubkey.h instead of look_pk.h in keypair.h | lloyd | 2008-10-01 | 1 | -1/+1 |
* | Rename pk dir to pubkey, avoids tab-completion collision with pk_pad | lloyd | 2008-10-01 | 70 | -0/+0 |
* | Hook ECDSA into get_{public,private}_key | lloyd | 2008-10-01 | 1 | -0/+12 |
* | Add missing include in ec.h. Remove macro guards in ecc_core.*, not needed si... | lloyd | 2008-10-01 | 3 | -9/+2 |
* | Note in test suite output if DSA tests are being skipped | lloyd | 2008-10-01 | 1 | -6/+7 |
* | 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 |
* | During the public key test suite, print . if the test passed, ? if the | lloyd | 2008-10-01 | 1 | -7/+16 |
* | 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 |
* | Search submodels before submodel alises when trying to figure out /proc/cpuinfo | lloyd | 2008-10-01 | 1 | -6/+6 |
* | Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca... | lloyd | 2008-10-01 | 3 | -18/+21 |
* | Document fixing /proc/cpuinfo handling | lloyd | 2008-10-01 | 1 | -0/+1 |
* | Remove 'core' as alias of Intel Core2 - confused by 'Dual-Core', etc in /proc... | lloyd | 2008-10-01 | 1 | -1/+0 |
* | Make autodetection of CPU type based on /proc/cpuinfo a bit smarter. | lloyd | 2008-10-01 | 1 | -27/+47 |
* | Rename sh to hitachi-sh - make regexp collisions less likely | lloyd | 2008-10-01 | 3 | -12/+12 |
* | Add the InSiTo user's manual and architecture reference guide. | lloyd | 2008-10-01 | 2 | -0/+0 |
* | Mention GF(p) math in release notes as well | lloyd | 2008-10-01 | 1 | -0/+1 |
* | 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 |
* | Add back --modules as an alias for --enable-modules (finger memory) | lloyd | 2008-09-30 | 1 | -0/+1 |
* | Remove ECC dependencies from pubkey and ec_dompar | lloyd | 2008-09-30 | 2 | -2/+2 |
* | s/--enable-module-sets/--use-module-set/ - otherwise one has to type all of -... | lloyd | 2008-09-30 | 1 | -1/+1 |
* | 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 |
* | propagate from branch 'net.randombit.botan.ecdsa' (head abb787cff6cc3b33bdc69... | lloyd | 2008-09-30 | 1 | -0/+28 |
|\ |
|