| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename pk dir to pubkey, avoids tab-completion collision with pk_pad | lloyd | 2008-10-01 | 70 | -6949/+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 |
* | 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 | 3 | -5/+16 |
* | Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca... | lloyd | 2008-10-01 | 1 | -10/+0 |
* | Build GF(p) and ECDSA by default. tr1/memory dependency in math/gfpmath | lloyd | 2008-09-30 | 2 | -2/+2 |
* | 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 |
* | Move GF(p) math code from pk/ecdsa to math/gfpmath | lloyd | 2008-09-30 | 8 | -2900/+2 |
* | Rearrange BigInt directories: | lloyd | 2008-09-30 | 8 | -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/+4399 |
* | propagate from branch 'net.randombit.botan' (head 9524e848cdacd0b56ded9bd6b51... | lloyd | 2008-09-30 | 4 | -1/+163 |
* | Fix deps on keypair module | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 6 | -215/+2 |
* | Better dependency handling | lloyd | 2008-09-29 | 2 | -1/+3 |
* | 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 | 3 | -2/+3 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 12 | -0/+0 |
* | Fix modinfo files | lloyd | 2008-09-29 | 1 | -1/+0 |
* | Add the missing modinfo.txt | lloyd | 2008-09-29 | 1 | -0/+33 |
* | Move parts of core into pk/pubkey which is at least somewhat relevant | lloyd | 2008-09-29 | 28 | -0/+2712 |
* | Add modinfo for keypair and core modules | lloyd | 2008-09-29 | 1 | -0/+14 |
* | Move what is left of the uncategorized library to 'core'. There is still | lloyd | 2008-09-29 | 7 | -0/+107 |
* | Move get_pbe into lookup.h to avoid cyclical dependency | lloyd | 2008-09-28 | 3 | -0/+12 |
* | Move almost all of the ASN.1, BER, and DER codec related code into new | lloyd | 2008-09-28 | 3 | -0/+29 |
* | Add dl_algo and dl_group modules | lloyd | 2008-09-28 | 9 | -0/+644 |
* | Modularize IF family PK algorithms (integer factorization; RSA and RW base | lloyd | 2008-09-28 | 9 | -0/+349 |
* | Modularize the public key algorithms, though currently a great deal of | lloyd | 2008-09-28 | 12 | -0/+1158 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 3 | -0/+192 |