| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 7 | -51/+44 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c... | lloyd | 2009-10-13 | 7 | -51/+44 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53... | lloyd | 2009-09-17 | 2 | -2/+2 |
| | |\ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573... | lloyd | 2009-09-08 | 7 | -51/+44 |
| | |\ \ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 6 | -31/+36 |
| | | |\ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d... | lloyd | 2009-07-15 | 7 | -51/+44 |
| | | |\ \ \ |
|
| | | | * \ \ | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6... | lloyd | 2009-07-03 | 1 | -1/+1 |
| | | | |\ \ \ |
|
| | | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205... | lloyd | 2009-06-04 | 7 | -51/+44 |
| | | | |\ \ \ \ |
|
| | | | | * | | | | Use C++0x std::shared_ptr<> instead of TR1's | lloyd | 2009-04-01 | 6 | -50/+43 |
| | | | | * | | | | Replace the (deprecated) auto_ptr with unique_ptr. | lloyd | 2009-04-01 | 1 | -1/+1 |
* | | | | | | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 13 | -26/+0 |
* | | | | | | | | | Also enable x86 asm word_add | lloyd | 2009-10-15 | 1 | -8/+0 |
* | | | | | | | | | Enable x86-64 asm word_add | lloyd | 2009-10-15 | 1 | -8/+0 |
* | | | | | | | | | Avoid using word_add() in gfp_element.cpp, actually more complex than necessary, | lloyd | 2009-10-15 | 1 | -1/+3 |
|/ / / / / / / / |
|
* | | | | | | | | Oops, removed assert.h from gfp_element.cpp which uses assert :( | lloyd | 2009-10-07 | 1 | -0/+1 |
* | | | | | | | | Add 'Distributed under...' text to files missing it. Some format cleanups | lloyd | 2009-10-07 | 6 | -84/+79 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Split up util.h into 3 files | lloyd | 2009-09-17 | 2 | -2/+2 |
|/ / / / / / |
|
* | | | | | | 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 |