| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove most uses of HASH_BLOCK_SIZE | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 2 | -3/+3 |
* | Make configure output more sensible wrt incompatible modules | lloyd | 2010-09-28 | 1 | -0/+4 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Also allow clang with 32-bit assembly code, everything seems to work | lloyd | 2010-08-08 | 1 | -18/+0 |
* | Clang understands at least some GCC inline asm syntax as well as what | lloyd | 2010-08-08 | 1 | -0/+1 |
* | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 1 | -1/+1 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -2/+2 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Instead of having two asm_macr.h files being switched in based on module | lloyd | 2009-11-14 | 1 | -1/+1 |
* | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 1 | -1/+1 |
* | propagate from branch 'net.randombit.botan.1_8' (head 6e8c18515725a70923b3411... | lloyd | 2009-11-03 | 1 | -8/+0 |
|\ |
|
| * | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
| * | Remove add blocks from hash function info.txt files | lloyd | 2009-09-29 | 1 | -6/+0 |
* | | Use negative values for adding constants >= 2^31 in the SHA-1 x86-64 asm. | lloyd | 2009-11-03 | 1 | -2/+8 |
|/ |
|
* | Add 'Distributed under the terms of the Botan license' notices to the .S | lloyd | 2009-08-11 | 1 | -4/+6 |
* | Correct some errors in the automatically generated dependencies. | lloyd | 2009-07-16 | 1 | -1/+2 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -7/+5 |
* | Some modules using asm were not marked with 'load_on asm_ok'; fix | lloyd | 2009-07-07 | 1 | -1/+1 |
* | CPU-specific engines are now only loaded if something depends on them, | lloyd | 2009-07-07 | 1 | -0/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -14/+18 |
* | I had not anticipated this being really worthwhile, but it turns out | lloyd | 2008-11-23 | 2 | -3/+7 |
* | Split asm_engine into three engines (ia32, amd64, sse2). This allows | lloyd | 2008-11-11 | 1 | -0/+2 |
* | Disable x86-64 SHA-1 asm for FreeBSD. FreeBSD 7.0 at least did not like | lloyd | 2008-11-04 | 1 | -1/+0 |
* | Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160 | lloyd | 2008-09-29 | 3 | -35/+3 |
* | Make asm implementations distinctly named objects, for instance MD5_IA32, | lloyd | 2008-09-29 | 4 | -21/+58 |
* | Normalize asm names | lloyd | 2008-09-29 | 2 | -3/+3 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Modularize IF family PK algorithms (integer factorization; RSA and RW base | lloyd | 2008-09-28 | 1 | -0/+27 |
* | Split up asm modules into appropriate (topic-specific) modules, eg | lloyd | 2008-09-28 | 2 | -0/+310 |