aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove warninglloyd2008-09-181-3/+2
* Makefile for examples now requires GNU make, was getting way too longlloyd2008-09-182-130/+23
* Add scripts: one generating the prime table, one used for generatinglloyd2008-09-183-0/+191
* Replace the set of prime products with a new set generated by a Pythonlloyd2008-09-181-64/+65
* Drop Botan spec file. I have not built Botan RPMs in ages, it looks likelloyd2008-09-181-175/+0
* Don't need ELF systems, all intrinsicslloyd2008-09-181-9/+0
* If a module is not compatible, print also the CPU submodel typelloyd2008-09-181-1/+2
* Credit Dean with the code in thanks.txtlloyd2008-09-181-0/+2
* Add a module which swaps out the SHA-1 implementation with one writtenlloyd2008-09-184-0/+442
* Document other changes since 1.7.11lloyd2008-09-181-3/+10
* Add asm to access high res timer on IA-64, HP-PA, S390xlloyd2008-09-182-3/+19
* Add a program that checks the X9.31 PRNG against a set of NIST test vectorslloyd2008-09-181-0/+134
* Add Vaclav Ovsik to creditslloyd2008-09-171-0/+4
* Fixes for recent API changes in X.509 codelloyd2008-09-171-3/+14
* Move biging_wordmul inlined into the only place where it is used,lloyd2008-09-172-32/+29
* Add an optimization suggested by Yves Jerschow to combine the fourlloyd2008-09-173-15/+24
* Disable VC x86 asm from loading by default, some tests failinglloyd2008-09-171-1/+1
* Add a patch sent by Tim Burris <[email protected]> adding private operator= lloyd2008-09-173-1/+28
* Add an old attempt I made to wrap Botan using SWIG. Includes some testslloyd2008-09-1718-0/+678
* Update to 8 word linmul2. Fix word8_madd3lloyd2008-09-171-11/+41
* Add Botan-XS 0.01, a Botan module for Perl5, by Vaclav Ovsik <[email protected]>lloyd2008-09-1715-0/+1858
* Add yet another version of the Visual C++ x86 asm by Luca Piccarreta,lloyd2008-09-171-14/+154
* Update the Visual C++ assembler with another version also by Luca Piccarretalloyd2008-09-171-144/+231
* Reindentlloyd2008-09-171-103/+105
* Add some inline assembler for x86 systems using Visual Studio'slloyd2008-09-172-0/+305
* Avoid old C-style castslloyd2008-09-171-6/+21
* Small cleanupslloyd2008-09-171-3/+14
* Alternate warning flags for GCC 4.3lloyd2008-09-171-0/+1
* Add the program I wrote to write a set of many RSA keys (used for benchmarkinglloyd2008-09-171-0/+35
* Change amd64 print name from AMD64 to x86-64lloyd2008-09-171-1/+1
* Make some module descriptions more succint/usefullloyd2008-09-175-5/+5
* Display descriptions of modules during autoconfiguation so it is morelloyd2008-09-171-9/+16
* Autoconfig message said to use --arch to set CPU, should be --cpulloyd2008-09-171-1/+1
* Add specializations for most POWER procs for XLClloyd2008-09-161-1/+6
* My mistake, it is XL Clloyd2008-09-161-1/+1
* Note addition of XLC support in loglloyd2008-09-161-1/+2
* Specialization for Cell PPUlloyd2008-09-162-0/+5
* Initial support for IBM XLC compiler (testing on STI Cell machinelloyd2008-09-161-0/+20
* Type fixlloyd2008-09-161-1/+1
* Better autodetection support for the Cell PPU and ppc64 machines generally.lloyd2008-09-163-0/+4
* Use --init arg, was disabled at some point earlierlloyd2008-09-161-1/+1
* Function was renamed, bigint_simple_sqr is now hotspotlloyd2008-09-161-2/+2
* Fix some bit rot in the OpenSSL enginelloyd2008-09-163-6/+6
* Change the constructor for LubyRackoff. Previously it took a string,lloyd2008-09-153-29/+36
* Initial notes for 1.7.12 releaselloyd2008-09-151-0/+6
* Remove the cache for BigInt::sig_words. I'm baffled how it is it workslloyd2008-09-152-83/+38
* Time RSA key generation againlloyd2008-09-151-1/+5
* Clean up creation of RNG objectslloyd2008-09-151-9/+8
* Explicit cast from double to int using static_castlloyd2008-09-151-1/+1
* Update BigInt::grow_reg and grow_to to be non-constlloyd2008-09-152-4/+4