| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'Distributed under the terms of the Botan license' notices to the .S | lloyd | 2009-08-11 | 3 | -12/+18 |
* | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 3 | -0/+3 |
* | Fix bigint_2word_mul - it tried to use MP_WORD_BITS which was not visible | lloyd | 2009-07-23 | 1 | -1/+1 |
* | Fix various auto generated dependencies that were wrong | lloyd | 2009-07-17 | 7 | -22/+5 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 9 | -29/+50 |
* | New module load_on directive 'never', to mark known-buggy code | lloyd | 2009-07-15 | 2 | -2/+2 |
* | Fix nonce generation of Miller-Rabin test | lloyd | 2009-07-12 | 1 | -1/+1 |
* | Remove unnecessary includes of <iostream>; either delete entirely as not | lloyd | 2009-07-11 | 5 | -4/+4 |
* | Fix generating primes between 4 and 7 bits. The problem was that when | lloyd | 2009-07-11 | 1 | -17/+22 |
* | Devai Tamas pointed out on the mailing list that random_prime with bits | lloyd | 2009-07-10 | 1 | -3/+3 |
* | Only load mulop_amd64 on request (currently broken code) | lloyd | 2009-07-02 | 1 | -1/+1 |
* | One more s/engine.h/pk_engine.h/ | lloyd | 2009-05-13 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 51 | -946/+1044 |
* | Remove print statements in PointGFp::check_invariants which were triggered | lloyd | 2008-11-17 | 1 | -19/+0 |
* | Wrap at 80 columns | lloyd | 2008-11-11 | 1 | -1/+2 |
* | Bubble up use of global algo factory out of DSA parameter gen to DL_Group | lloyd | 2008-11-11 | 2 | -4/+8 |
* | Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpp | lloyd | 2008-11-11 | 1 | -2/+6 |
* | Mention existence of O(n^1.5) squaring algorithm | lloyd | 2008-11-10 | 1 | -0/+3 |
* | Reformat for shorter lines | lloyd | 2008-11-07 | 1 | -1/+4 |
* | Wrap lines to 80 columns | lloyd | 2008-10-28 | 1 | -4/+5 |
* | Move EntropySource base class to new entropy_src.h (which allows the implemen... | lloyd | 2008-10-26 | 1 | -0/+1 |
* | Remove prohibition against generating DSA parameter set with a 224 bit q, | lloyd | 2008-10-26 | 1 | -4/+0 |
* | Clean up VC++ ia32 asm a bit, use new defs of word3_muladd* from generic mp_a... | lloyd | 2008-10-15 | 1 | -49/+28 |
* | Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of bra... | lloyd | 2008-10-15 | 1 | -1/+1 |
* | Add trailing H__ to some header guards. Line wrap long comment. | lloyd | 2008-10-13 | 4 | -25/+27 |
* | Add Doxygen comments to bigint.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -51/+397 |
* | Add a new switch to configure.pl --with-tr1-implementation which | lloyd | 2008-10-12 | 1 | -1/+3 |
* | Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1. | lloyd | 2008-10-12 | 1 | -3/+3 |
* | Return const references instead of copies in GFpModulus where possible | lloyd | 2008-10-12 | 1 | -4/+4 |
* | Modify CurveGFp::get_{a,b} to return a const reference instead of a copy | lloyd | 2008-10-12 | 2 | -5/+5 |
* | Enable throwing of Illegal_Point in check_invariants | lloyd | 2008-10-11 | 1 | -2/+2 |
* | Disable the implementation of word_add in mp_ia32 for the same reason | lloyd | 2008-10-11 | 1 | -0/+8 |
* | Remove last use of freestore.h from gfpmath, move it to CVC code which still | lloyd | 2008-10-11 | 5 | -52/+13 |
* | Remove some unused code from freestore.h, including the code that brough | lloyd | 2008-10-11 | 1 | -166/+4 |
* | Change GFpElement's scalar multiplication operators to take a u64bit instead | lloyd | 2008-10-11 | 2 | -28/+25 |
* | Disable the x86-64 implementation of word_add. I think there is a bug | lloyd | 2008-10-11 | 1 | -0/+8 |
* | Add a version for x86-64 in mp_asm64, though it is disabled by default | lloyd | 2008-10-11 | 2 | -0/+8 |
* | Some small changes to GFpElement, including accepting u64bit instead | lloyd | 2008-10-09 | 2 | -30/+28 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 5 | -7/+7 |
* | 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 |
* | Keep gfpmath disabled unless requested due to tr1 dep | lloyd | 2008-10-08 | 1 | -1/+1 |
* | Partially merge back with InSiTo in an attemp to trace bugs | lloyd | 2008-10-08 | 7 | -278/+510 |
* | Debug output | lloyd | 2008-10-08 | 1 | -43/+60 |
* | Reformatting | lloyd | 2008-10-08 | 1 | -3/+3 |
* | Remove unneeded Botan:: prefix | lloyd | 2008-10-08 | 1 | -1/+1 |
* | Split ecdsa module into ecc_key, ecdsa, eckaeg | lloyd | 2008-10-08 | 1 | -1/+1 |
* | Guard uses of ECDSA in the library with BOTAN_HAS_ECDSA macro, so it can | lloyd | 2008-10-01 | 1 | -1/+1 |
* | Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca... | lloyd | 2008-10-01 | 2 | -8/+21 |