| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove warning | lloyd | 2008-09-18 | 1 | -3/+2 |
* | Makefile for examples now requires GNU make, was getting way too long | lloyd | 2008-09-18 | 2 | -130/+23 |
* | Add scripts: one generating the prime table, one used for generating | lloyd | 2008-09-18 | 3 | -0/+191 |
* | Replace the set of prime products with a new set generated by a Python | lloyd | 2008-09-18 | 1 | -64/+65 |
* | Drop Botan spec file. I have not built Botan RPMs in ages, it looks like | lloyd | 2008-09-18 | 1 | -175/+0 |
* | Don't need ELF systems, all intrinsics | lloyd | 2008-09-18 | 1 | -9/+0 |
* | If a module is not compatible, print also the CPU submodel type | lloyd | 2008-09-18 | 1 | -1/+2 |
* | Credit Dean with the code in thanks.txt | lloyd | 2008-09-18 | 1 | -0/+2 |
* | Add a module which swaps out the SHA-1 implementation with one written | lloyd | 2008-09-18 | 4 | -0/+442 |
* | Document other changes since 1.7.11 | lloyd | 2008-09-18 | 1 | -3/+10 |
* | Add asm to access high res timer on IA-64, HP-PA, S390x | lloyd | 2008-09-18 | 2 | -3/+19 |
* | Add a program that checks the X9.31 PRNG against a set of NIST test vectors | lloyd | 2008-09-18 | 1 | -0/+134 |
* | Add Vaclav Ovsik to credits | lloyd | 2008-09-17 | 1 | -0/+4 |
* | Fixes for recent API changes in X.509 code | lloyd | 2008-09-17 | 1 | -3/+14 |
* | Move biging_wordmul inlined into the only place where it is used, | lloyd | 2008-09-17 | 2 | -32/+29 |
* | Add an optimization suggested by Yves Jerschow to combine the four | lloyd | 2008-09-17 | 3 | -15/+24 |
* | Disable VC x86 asm from loading by default, some tests failing | lloyd | 2008-09-17 | 1 | -1/+1 |
* | Add a patch sent by Tim Burris <[email protected]> adding private operator= | lloyd | 2008-09-17 | 3 | -1/+28 |
* | Add an old attempt I made to wrap Botan using SWIG. Includes some tests | lloyd | 2008-09-17 | 18 | -0/+678 |
* | Update to 8 word linmul2. Fix word8_madd3 | lloyd | 2008-09-17 | 1 | -11/+41 |
* | Add Botan-XS 0.01, a Botan module for Perl5, by Vaclav Ovsik <[email protected]> | lloyd | 2008-09-17 | 15 | -0/+1858 |
* | Add yet another version of the Visual C++ x86 asm by Luca Piccarreta, | lloyd | 2008-09-17 | 1 | -14/+154 |
* | Update the Visual C++ assembler with another version also by Luca Piccarreta | lloyd | 2008-09-17 | 1 | -144/+231 |
* | Reindent | lloyd | 2008-09-17 | 1 | -103/+105 |
* | Add some inline assembler for x86 systems using Visual Studio's | lloyd | 2008-09-17 | 2 | -0/+305 |
* | Avoid old C-style casts | lloyd | 2008-09-17 | 1 | -6/+21 |
* | Small cleanups | lloyd | 2008-09-17 | 1 | -3/+14 |
* | Alternate warning flags for GCC 4.3 | lloyd | 2008-09-17 | 1 | -0/+1 |
* | Add the program I wrote to write a set of many RSA keys (used for benchmarking | lloyd | 2008-09-17 | 1 | -0/+35 |
* | Change amd64 print name from AMD64 to x86-64 | lloyd | 2008-09-17 | 1 | -1/+1 |
* | Make some module descriptions more succint/useful | lloyd | 2008-09-17 | 5 | -5/+5 |
* | Display descriptions of modules during autoconfiguation so it is more | lloyd | 2008-09-17 | 1 | -9/+16 |
* | Autoconfig message said to use --arch to set CPU, should be --cpu | lloyd | 2008-09-17 | 1 | -1/+1 |
* | Add specializations for most POWER procs for XLC | lloyd | 2008-09-16 | 1 | -1/+6 |
* | My mistake, it is XL C | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Note addition of XLC support in log | lloyd | 2008-09-16 | 1 | -1/+2 |
* | Specialization for Cell PPU | lloyd | 2008-09-16 | 2 | -0/+5 |
* | Initial support for IBM XLC compiler (testing on STI Cell machine | lloyd | 2008-09-16 | 1 | -0/+20 |
* | Type fix | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Better autodetection support for the Cell PPU and ppc64 machines generally. | lloyd | 2008-09-16 | 3 | -0/+4 |
* | Use --init arg, was disabled at some point earlier | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Function was renamed, bigint_simple_sqr is now hotspot | lloyd | 2008-09-16 | 1 | -2/+2 |
* | Fix some bit rot in the OpenSSL engine | lloyd | 2008-09-16 | 3 | -6/+6 |
* | Change the constructor for LubyRackoff. Previously it took a string, | lloyd | 2008-09-15 | 3 | -29/+36 |
* | Initial notes for 1.7.12 release | lloyd | 2008-09-15 | 1 | -0/+6 |
* | Remove the cache for BigInt::sig_words. I'm baffled how it is it works | lloyd | 2008-09-15 | 2 | -83/+38 |
* | Time RSA key generation again | lloyd | 2008-09-15 | 1 | -1/+5 |
* | Clean up creation of RNG objects | lloyd | 2008-09-15 | 1 | -9/+8 |
* | Explicit cast from double to int using static_cast | lloyd | 2008-09-15 | 1 | -1/+1 |
* | Update BigInt::grow_reg and grow_to to be non-const | lloyd | 2008-09-15 | 2 | -4/+4 |