aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1lloyd2008-10-0111-21/+50
* Make PBE base, IF_algo only load if needed by dependencieslloyd2008-10-014-5/+4
* Move look_pk and pk_algs to new module pubkey/pk_lookuplloyd2008-10-0116-24/+47
* Move get_pbe from libstate to new pbe_base module (in pbe/)lloyd2008-10-017-8/+20
* Move look_pk from libstate to pubkey/pubkey as more appropriatelloyd2008-10-014-2/+3
* x509 module requires pubkey base module to compilelloyd2008-10-011-0/+1
* Remove spurious include of <botan/look_pk.h> from dolook2.cpplloyd2008-10-011-1/+0
* Handle building Botan with almost all public key code disabled (though onlylloyd2008-10-019-53/+102
* Wrap 80 columnslloyd2008-10-011-4/+6
* Line wraplloyd2008-10-014-6/+12
* Line wrap at 80 columnslloyd2008-10-012-5/+11
* Move last pieces of algorithm-specific code from general 'pubkey' modulelloyd2008-10-0123-220/+282
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-0119-121/+85
* Report skipped DH testslloyd2008-10-011-2/+3
* Include pubkey.h instead of look_pk.h in keypair.hlloyd2008-10-011-1/+1
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-0170-0/+0
* Hook ECDSA into get_{public,private}_keylloyd2008-10-011-0/+12
* Add missing include in ec.h. Remove macro guards in ecc_core.*, not needed si...lloyd2008-10-013-9/+2
* Note in test suite output if DSA tests are being skippedlloyd2008-10-011-6/+7
* Move more of the public key implementation code out of the shared pk/pubkeylloyd2008-10-0119-13/+13
* Split pubkey/pk_core.h into {if,dh,dsa,ecc,elg,nr}_core.hlloyd2008-10-0119-196/+288
* During the public key test suite, print . if the test passed, ? if thelloyd2008-10-011-7/+16
* Split pk_core.cpp into algorithm-specific fileslloyd2008-10-018-382/+475
* Guard uses of ECDSA in the library with BOTAN_HAS_ECDSA macro, so it canlloyd2008-10-017-7/+30
* Search submodels before submodel alises when trying to figure out /proc/cpuinfolloyd2008-10-011-6/+6
* Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca...lloyd2008-10-013-18/+21
* Document fixing /proc/cpuinfo handlinglloyd2008-10-011-0/+1
* Remove 'core' as alias of Intel Core2 - confused by 'Dual-Core', etc in /proc...lloyd2008-10-011-1/+0
* Make autodetection of CPU type based on /proc/cpuinfo a bit smarter.lloyd2008-10-011-27/+47
* Rename sh to hitachi-sh - make regexp collisions less likelylloyd2008-10-013-12/+12
* Add the InSiTo user's manual and architecture reference guide.lloyd2008-10-012-0/+0
* Mention GF(p) math in release notes as welllloyd2008-10-011-0/+1
* Build GF(p) and ECDSA by default. tr1/memory dependency in math/gfpmathlloyd2008-09-303-3/+3
* Including missing header (from previous ec_dompar cleanup)lloyd2008-09-301-0/+1
* Add back --modules as an alias for --enable-modules (finger memory)lloyd2008-09-301-0/+1
* Remove ECC dependencies from pubkey and ec_domparlloyd2008-09-302-2/+2
* s/--enable-module-sets/--use-module-set/ - otherwise one has to type all of -...lloyd2008-09-301-1/+1
* Move ECC domain parameters to their own module (ec_dompar). Eventually ecdsalloyd2008-09-304-3/+19
* Forgot info.txt for gfpmathlloyd2008-09-301-0/+20
* Move GF(p) math code from pk/ecdsa to math/gfpmathlloyd2008-09-308-8/+2
* Rearrange BigInt directories:lloyd2008-09-3067-8/+8
* propagate from branch 'net.randombit.botan.ecdsa' (head abb787cff6cc3b33bdc69...lloyd2008-09-301-0/+28
|\
| * Add missing pk/ecdsa/info.txt filelloyd2008-09-301-0/+28
* | Build instructions have also been updated, log itlloyd2008-09-301-0/+1
* | Go ahead and merge in net.randombit.botan.ecdsa, which is the ECDSA/ECKAEGlloyd2008-09-301-0/+1
|/
* propagate from branch 'net.randombit.botan' (head 8c0899f01211bf24ceda50fb7a7...lloyd2008-09-300-0/+0
|\
| * Add trailing newlinelloyd2008-09-301-1/+1
* | Merge examples makefile with mainline versionlloyd2008-09-301-1/+1
* | Spurious newlinelloyd2008-09-301-1/+0
* | random_integer is now in BigIntlloyd2008-09-301-1/+1