aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update release noteslloyd2008-10-111-0/+2
* Reenable /proc/cpuinfo CPU detectionlloyd2008-10-111-1/+1
* Print generated public key in ECDSA examplelloyd2008-10-111-0/+2
* Missing tr1 inclusion in freestore.hlloyd2008-10-111-0/+8
* Default to using Boost's TR1. There seems to be a bug in the GCC 4.3.2lloyd2008-10-111-2/+2
* Comment out or remove some of the louder/less useful trace messageslloyd2008-10-111-6/+3
* Add comment attributing source for ECDSA OIDlloyd2008-10-111-2/+2
* Add OIDs for ECDSA with SHA-2 from draft-ietf-pkix-sha2-dsa-ecdsa-04.txtlloyd2008-10-111-6/+17
* Add OIDs for ECDSA and ECDSA with EMSA1_BSI padding from InSiTolloyd2008-10-111-0/+7
* Correct OID for ECDSA paramlloyd2008-10-111-1/+1
* Remove last use of freestore.h from gfpmath, move it to CVC code which stilllloyd2008-10-116-15/+14
* Remove some unused code from freestore.h, including the code that broughlloyd2008-10-111-166/+4
* Only run uname if Perl's -f operator returns true forlloyd2008-10-111-34/+52
* s/BOOST_CHECK/CHECK/ in macros since this isn't really using the Boost testsu...lloyd2008-10-111-113/+113
* Quieter GF(p) testslloyd2008-10-111-2/+6
* Document other changes since 1.7.16. Spell check.lloyd2008-10-111-5/+8
* Change GFpElement's scalar multiplication operators to take a u64bit insteadlloyd2008-10-112-28/+25
* Disable the x86-64 implementation of word_add. I think there is a buglloyd2008-10-111-0/+8
* Add a version for x86-64 in mp_asm64, though it is disabled by defaultlloyd2008-10-112-0/+8
* Modify botan-config so --libs does not use -L if the prefix is /usr orlloyd2008-10-111-1/+6
* If any are unequal print all values in test_gfp_shared_valslloyd2008-10-111-8/+10
* Get GF(p) test failures reported up to the higher level.lloyd2008-10-111-65/+159
* Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2...lloyd2008-10-104-22/+23
* Some small changes to GFpElement, including accepting u64bit insteadlloyd2008-10-092-30/+28
* Reorder GF(p) tests, add more diagnostic output on test failurelloyd2008-10-091-14/+14
* Set solib version, readme, log for 1.7.17 sometime in the mysterious future.lloyd2008-10-093-2/+5
* Prevent unused warning if GF(p) math not compiled inlloyd2008-10-091-1/+1
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-0939-61/+61
* Update for 1.7.16 release 2008-10-091.7.16lloyd2008-10-092-3/+3
* More diagnostics from GF(p) test failureslloyd2008-10-091-7/+15
* Add stub if GF(p) is disabledlloyd2008-10-091-4/+3
* Don't pull in the std namespacelloyd2008-10-091-50/+49
* Make GF(p) tests part of normal test suitelloyd2008-10-093-26/+46
* Cleanup of gfp_element.cpplloyd2008-10-091-21/+29
* Remove BOOST_AUTO_TEST_CASE macrolloyd2008-10-091-23/+22
* Clean up GF(p) implementation codelloyd2008-10-095-92/+99
* Correct copyright notices in SWIG wrapperlloyd2008-10-094-4/+4
* Fix copyright noticeslloyd2008-10-093-4/+6
* Move DESX into desx.h and desx.cpplloyd2008-10-087-201/+261
* Keep gfpmath disabled unless requested due to tr1 deplloyd2008-10-081-1/+1
* Update release noteslloyd2008-10-081-3/+4
* 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
* Many improvements towards getting the CVC implementation from InSiTolloyd2008-10-0816-662/+1446
* Add Card Verifiable Certificates from InSiTo (does not built due to missing p...lloyd2008-10-0814-0/+1409
* Add BSI variant of EMSA1, from InSiTolloyd2008-10-087-1/+87
* 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
* Correct Lion constructor (would access unset pointer)lloyd2008-10-081-3/+6