aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanuplloyd2008-10-081-2/+1
* Cleanuplloyd2008-10-081-4/+4
* Document that OpenSSL and GNU MP engines no longer require all public key alg...lloyd2008-10-081-0/+1
* Split up GNU MP analagously with the OpenSSL change. GNU MP module canlloyd2008-10-089-389/+476
* Split OpenSSL public key implementations into algorithm specific files,lloyd2008-10-088-388/+496
* 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
* Fix infinite loop if no close tag found in info.txt filelloyd2008-10-081-0/+2
* Add PBKDF1,2 deps to PBES1,2lloyd2008-10-082-0/+2
* Append _prf to sslv3, tlsv1, x932 module nameslloyd2008-10-089-0/+0
* Split GF(p) tests into passing and failing oneslloyd2008-10-081-7/+11
* Tenselloyd2008-10-081-2/+2
* Also mention that big pieces of ECDSA were missing in 1.7.15lloyd2008-10-081-0/+1
* Document adding GF(p) and ECDSA testslloyd2008-10-081-1/+2
* Document header renameslloyd2008-10-081-0/+2
* Make it clear in log.txt that SHA-224 came from InSiTolloyd2008-10-081-1/+1
* 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
* Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbHlloyd2008-10-089-47/+103
* Partially merge back with InSiTo in an attemp to trace bugslloyd2008-10-088-278/+513
* Add a set of ECDSA tests from InSiTolloyd2008-10-081-0/+609
* Correct boost macro replacementlloyd2008-10-081-3/+6
* Debug outputlloyd2008-10-081-43/+60
* Add GF(p) math test suite from InSiTolloyd2008-10-081-0/+692
* Update examples for recent API changeslloyd2008-10-0810-21/+46
* Initial changes for future 1.7.16lloyd2008-10-082-1/+4
* Bump soname to 1.7.16lloyd2008-10-081-1/+1
* Fix problems with disabling ECDSAlloyd2008-10-084-56/+60
* Reformattinglloyd2008-10-085-30/+34
* Remove unneeded Botan:: prefixlloyd2008-10-081-1/+1
* Fix includelloyd2008-10-081-1/+1
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-0823-200/+549
* 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
* Update for 2008-10-07 1.7.15 release1.7.15lloyd2008-10-072-2/+2
* Add new aliases for Opteron, Pentium-M, Pentium4, and Cell PPU to aid ID via ...lloyd2008-10-073-0/+9
* New /proc/cpuinfo matching logic suggested by Derek Scherger. Attemptlloyd2008-10-071-10/+14
* Make configuration quieterlloyd2008-10-071-2/+2
* Add dependencies on the public key implementations in the engines code,lloyd2008-10-022-0/+18
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-029-29/+20
* Don't generate the makefile until after we have processed build.h.inlloyd2008-10-011-4/+8
* 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
* Add changelog noteslloyd2008-10-011-1/+3
* Document dependencies between moduleslloyd2008-10-018-4/+26