aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Load asm_amd64 only on requestlloyd2008-09-101-1/+1
* Add (incomplete) x86-64 mp_mulop variantlloyd2008-09-102-0/+95
* Undef macros at end of headerslloyd2008-09-092-1/+11
* New (GCC-generated) code for bigint_monty_redc)lloyd2008-09-081-110/+252
* Do not enable by defaultlloyd2008-09-071-1/+1
* asm_amd64/lloyd2008-09-074-15/+227
* Disable mp_mulop.S until updatedlloyd2008-09-071-3/+3
* Disable mp_mulop.S until updatedlloyd2008-09-071-2/+2
* Fix call to asmlloyd2008-09-071-1/+1
* Rename alg_amd64 to asm_amd64lloyd2008-09-076-8/+117
* Rename alg_ia32 module to asm_ia32, which is more reflective of actuallloyd2008-09-0711-5/+5
* Disable all-asm mp_mulop for nowlloyd2008-09-051-2/+2
* Split byte swap code and word rotation code off into bswap.h and rotate.hlloyd2008-09-023-92/+37
* Replace some C-style casts with C++ named casts in bzip2 and zliblloyd2008-08-302-11/+11
* Make the header guard macros for the x86 and x86-64 asm_macr.h headerlloyd2008-08-272-6/+14
* Cleaner flags: define MAP_NOSYNC to zero ifndef, always use itlloyd2008-08-271-5/+5
* Include mp_asm.h in mp_asmi.h in both of the assembly modules, forlloyd2008-07-192-2/+2
* If MAP_NOSYNC is defined, pass it as a flag to mmap. Apparently onlloyd2008-07-171-1/+7
* Use NULL instead of 0 for execl terminatorlloyd2008-07-131-1/+1
* Remove unnecessary inclusion of botan/config.h in several moduleslloyd2008-06-305-5/+0
* The change in rev f6d0cb6f9569d228ed6a11d021c3f57f55220bde was actuallylloyd2008-06-261-4/+4
* ew_ftw was reading up to 32 Mb for a fast poll and 256 Mb for a slow poll.lloyd2008-06-221-2/+2
* New, much cleaner (and thread safe) implementation of es_ftWlloyd2008-06-172-59/+97
* Remove unneeded inclusion of <fstream>lloyd2008-06-161-1/+0
* Move the declaration of the RandomNumberGenerator base class from base.hlloyd2008-06-103-3/+3
* propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7...lloyd2008-04-171-2/+0
|\
| * propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a...lloyd2008-04-121-2/+0
| |\
| | * propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-101-2/+0
| | |\
| | | * In Botan, the Timer base class provides access to a high-resolutionlloyd2008-04-071-2/+0
* | | | Drop eng_aep module (the hardware AEP engine). I still have a card (and driverlloyd2008-04-148-815/+0
|/ / /
* | | Make the memory allocator's chunk size a compile time constant, via alloyd2008-04-121-1/+0
* | | Fix some relatively minor linker namespace pollution issueslloyd2008-04-114-33/+29
|/ /
* | Remove severa global configuration variables related to entropy gathering,lloyd2008-04-108-35/+18
* | Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropylloyd2008-04-101-8/+3
* | Fix some completely bogus code in zlib.cpp that was causing compilation failu...lloyd2008-04-101-8/+8
* | Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-1082-83/+96
|/
* Wrap lineslloyd2008-03-141-1/+2
* Update mp_asm64 module to use new signatures for word_madd{2,3} functions1.7.4lloyd2008-03-101-6/+6
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-1076-76/+76
* Add a version of bit_ops.h with bswapl/bswapq statements. The xor_buflloyd2008-03-092-0/+91
* Avoid closing an invalid file descriptor, even though it is basicallylloyd2008-03-091-1/+1
* Alter bigint_madd2 and bigint_madd3 to take only 3 (4, resp) arguments,lloyd2008-03-092-12/+12
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-1481-81/+81
* Fix compilation with GCC 3.2 - it doesn't like the :: namespace specificationlloyd2008-02-122-2/+2
* Mark es_dev as only running on Unix/Unix-like systems. Patch from Joel Low.lloyd2008-01-311-0/+16
* Qualify (some) calls to functions in the global namespace using anlloyd2007-12-249-80/+78
* Add a new module, es_dev, that will replace es_file. Instead of using C++lloyd2007-11-173-0/+153
* Revert the change that renamed append() to push_back(). As pointed outlloyd2007-11-151-1/+1
* Rename MemoryRegion::append to push_backlloyd2007-11-141-1/+1
* Remove amd64 support from the mp_asm64 module. Use mp_amd64 instead.lloyd2007-11-112-10/+1