aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of gfp_element.cpplloyd2008-10-091-21/+29
|
* Clean up GF(p) implementation codelloyd2008-10-095-92/+99
|
* Fix copyright noticeslloyd2008-10-093-4/+6
|
* Move DESX into desx.h and desx.cpplloyd2008-10-087-201/+261
| | | | Clean up DES implementation internals.
* Keep gfpmath disabled unless requested due to tr1 deplloyd2008-10-081-1/+1
|
* Replace uses of global_config with arguments to functionslloyd2008-10-082-10/+21
|
* More compilation fixes for CVC codelloyd2008-10-082-4/+12
|
* Fix further compilation errors. However some functionality is disabled sincelloyd2008-10-083-34/+64
| | | | ECDSA keys do not support the EAC serialization mechanism yet.
* Many improvements towards getting the CVC implementation from InSiTolloyd2008-10-0816-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 ↵lloyd2008-10-0814-0/+1409
| | | | parts, not included in build by default)
* Add BSI variant of EMSA1, from InSiTolloyd2008-10-086-1/+86
|
* Add missing includelloyd2008-10-081-0/+1
|
* Avoid a memory leak if lookup of a component algorithm of Lion cannot belloyd2008-10-081-2/+9
| | | | found by using auto_ptr
* Correct Lion constructor (would access unset pointer)lloyd2008-10-081-3/+6
|
* Split up GNU MP analagously with the OpenSSL change. GNU MP module canlloyd2008-10-089-389/+476
| | | | now be built with any or all public key algorithms disabled.
* Split OpenSSL public key implementations into algorithm specific files,lloyd2008-10-088-388/+496
| | | | | which allows it to be used while still disabling some (or all) public key algorithms.
* Needed include of numthry.hlloyd2008-10-081-0/+1
|
* Needed include of numthry.hlloyd2008-10-081-0/+1
|
* Split kdf.h and kdf.cpp from core/ to kdf/kdf_baselloyd2008-10-0815-22/+48
| | | | Update dependencies as needed.
* Add PBKDF1,2 deps to PBES1,2lloyd2008-10-082-0/+2
|
* Append _prf to sslv3, tlsv1, x932 module nameslloyd2008-10-089-0/+0
|
* Oops, revert back to standard GCC -Wall flagslloyd2008-10-081-2/+2
|
* Add commented out alternative for using botan-config against workspace buildslloyd2008-10-081-3/+10
| | | | (lib in topdir, includes in build/include)
* Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbHlloyd2008-10-087-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 bugslloyd2008-10-088-278/+513
|
* Debug outputlloyd2008-10-081-43/+60
|
* Fix problems with disabling ECDSAlloyd2008-10-084-56/+60
|
* Reformattinglloyd2008-10-085-30/+34
|
* Remove unneeded Botan:: prefixlloyd2008-10-081-1/+1
|
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-0823-200/+549
| | | | | Add actual implementations (from InSiTo) for ECDSA_Operation and ECKAEG_Operation.
* Mark classes with BOTAN_DLL macro for DLL visibilitylloyd2008-10-087-7/+7
|
* Fix lookup for ECDSA keys. Fix ecdsa info.txtlloyd2008-10-072-2/+2
|
* Fix thatlloyd2008-10-074-289/+289
|
* Split ECDSA and ECKAEG implementatations apartlloyd2008-10-0711-1046/+1124
|
* Add new aliases for Opteron, Pentium-M, Pentium4, and Cell PPU to aid ID via ↵lloyd2008-10-073-0/+9
| | | | /proc/cpuinfo
* Add dependencies on the public key implementations in the engines code,lloyd2008-10-022-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 thatlloyd2008-10-027-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 flagslloyd2008-10-011-2/+2
|
* Reorg includeslloyd2008-10-011-3/+2
|
* Avoid unused parameter warning when ECDSA is enabled in buildlloyd2008-10-011-6/+6
|
* Add needed include of ec_dompar.hlloyd2008-10-011-0/+1
|
* Document dependencies between moduleslloyd2008-10-018-4/+26
|
* 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
|
* Handle building Botan with almost all public key code disabled (though onlylloyd2008-10-017-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 columnslloyd2008-10-011-4/+6
|