Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup of gfp_element.cpp | lloyd | 2008-10-09 | 1 | -21/+29 |
| | |||||
* | Clean up GF(p) implementation code | lloyd | 2008-10-09 | 5 | -92/+99 |
| | |||||
* | Fix copyright notices | lloyd | 2008-10-09 | 3 | -4/+6 |
| | |||||
* | Move DESX into desx.h and desx.cpp | lloyd | 2008-10-08 | 7 | -201/+261 |
| | | | | Clean up DES implementation internals. | ||||
* | Keep gfpmath disabled unless requested due to tr1 dep | lloyd | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Replace uses of global_config with arguments to functions | lloyd | 2008-10-08 | 2 | -10/+21 |
| | |||||
* | More compilation fixes for CVC code | lloyd | 2008-10-08 | 2 | -4/+12 |
| | |||||
* | Fix further compilation errors. However some functionality is disabled since | lloyd | 2008-10-08 | 3 | -34/+64 |
| | | | | ECDSA keys do not support the EAC serialization mechanism yet. | ||||
* | Many improvements towards getting the CVC implementation from InSiTo | lloyd | 2008-10-08 | 16 | -662/+1446 |
| | | | | | compiling against mainline. Add several missing classes extracted from other files inside InSiTo. Add dependency note for ecdsa and asn1 | ||||
* | Add Card Verifiable Certificates from InSiTo (does not built due to missing ↵ | lloyd | 2008-10-08 | 14 | -0/+1409 |
| | | | | parts, not included in build by default) | ||||
* | Add BSI variant of EMSA1, from InSiTo | lloyd | 2008-10-08 | 6 | -1/+86 |
| | |||||
* | Add missing include | lloyd | 2008-10-08 | 1 | -0/+1 |
| | |||||
* | Avoid a memory leak if lookup of a component algorithm of Lion cannot be | lloyd | 2008-10-08 | 1 | -2/+9 |
| | | | | found by using auto_ptr | ||||
* | Correct Lion constructor (would access unset pointer) | lloyd | 2008-10-08 | 1 | -3/+6 |
| | |||||
* | Split up GNU MP analagously with the OpenSSL change. GNU MP module can | lloyd | 2008-10-08 | 9 | -389/+476 |
| | | | | now be built with any or all public key algorithms disabled. | ||||
* | Split OpenSSL public key implementations into algorithm specific files, | lloyd | 2008-10-08 | 8 | -388/+496 |
| | | | | | which allows it to be used while still disabling some (or all) public key algorithms. | ||||
* | Needed include of numthry.h | lloyd | 2008-10-08 | 1 | -0/+1 |
| | |||||
* | Needed include of numthry.h | lloyd | 2008-10-08 | 1 | -0/+1 |
| | |||||
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 15 | -22/+48 |
| | | | | Update dependencies as needed. | ||||
* | Add PBKDF1,2 deps to PBES1,2 | lloyd | 2008-10-08 | 2 | -0/+2 |
| | |||||
* | Append _prf to sslv3, tlsv1, x932 module names | lloyd | 2008-10-08 | 9 | -0/+0 |
| | |||||
* | Oops, revert back to standard GCC -Wall flags | lloyd | 2008-10-08 | 1 | -2/+2 |
| | |||||
* | Add commented out alternative for using botan-config against workspace builds | lloyd | 2008-10-08 | 1 | -3/+10 |
| | | | | (lib in topdir, includes in build/include) | ||||
* | Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH | lloyd | 2008-10-08 | 7 | -47/+97 |
| | | | | | Rename sha256.h and sha_64.h to sha2_32.h and sha2_64.h - this affects users who instantiate these classes directly. | ||||
* | Partially merge back with InSiTo in an attemp to trace bugs | lloyd | 2008-10-08 | 8 | -278/+513 |
| | |||||
* | Debug output | lloyd | 2008-10-08 | 1 | -43/+60 |
| | |||||
* | Fix problems with disabling ECDSA | lloyd | 2008-10-08 | 4 | -56/+60 |
| | |||||
* | Reformatting | lloyd | 2008-10-08 | 5 | -30/+34 |
| | |||||
* | Remove unneeded Botan:: prefix | lloyd | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Split ecdsa module into ecc_key, ecdsa, eckaeg | lloyd | 2008-10-08 | 23 | -200/+549 |
| | | | | | Add actual implementations (from InSiTo) for ECDSA_Operation and ECKAEG_Operation. | ||||
* | Mark classes with BOTAN_DLL macro for DLL visibility | lloyd | 2008-10-08 | 7 | -7/+7 |
| | |||||
* | Fix lookup for ECDSA keys. Fix ecdsa info.txt | lloyd | 2008-10-07 | 2 | -2/+2 |
| | |||||
* | Fix that | lloyd | 2008-10-07 | 4 | -289/+289 |
| | |||||
* | Split ECDSA and ECKAEG implementatations apart | lloyd | 2008-10-07 | 11 | -1046/+1124 |
| | |||||
* | Add new aliases for Opteron, Pentium-M, Pentium4, and Cell PPU to aid ID via ↵ | lloyd | 2008-10-07 | 3 | -0/+9 |
| | | | | /proc/cpuinfo | ||||
* | Add dependencies on the public key implementations in the engines code, | lloyd | 2008-10-02 | 2 | -0/+18 |
| | | | | | since they assume all algos are available (need to be split up eventually, so one can use OpenSSL module in a RSA-only or DSA-only Botan) | ||||
* | Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 that | lloyd | 2008-10-02 | 7 | -25/+16 |
| | | | | | | | | added a new mandatory parameter of a Library_State& to get_cipher(). Do this so Monotone does not have to special case. Other lookup related functions like retrieve_<type> and add_algorithm() still require a Library_State& however. | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Handle building Botan with almost all public key code disabled (though only | lloyd | 2008-10-01 | 7 | -18/+53 |
| | | | | | | | with the aid of macro hackery, at the moment). Change DH feature macro to BOTAN_HAS_DIFFIE_HELLMAN Change NR feature macro to BOTAN_HAS_NYBERG_RUEPPEL | ||||
* | Wrap 80 columns | lloyd | 2008-10-01 | 1 | -4/+6 |
| |