aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an example database row encryptorlloyd2008-09-241-0/+134
* If the Zlib module is not compiled in, don't #error and abort the wholelloyd2008-09-242-5/+6
* Fail at runtime if bzip2 is not compiled in, instead of compile timelloyd2008-09-241-3/+9
* Add -m64 flag for Sun Forte on amd64lloyd2008-09-221-0/+1
* Update for 1.7.12 release 2008-09-181.7.12lloyd2008-09-182-2/+2
* Make DSA param generation interfaces in DL_Group publiclloyd2008-09-181-9/+10
* Create a RNG object, update for new interface for DSA paramater generationlloyd2008-09-181-6/+15
* Add missing <memory> includelloyd2008-09-181-0/+1
* Add testers for the NIST CAVS PQGGen and SigGen tests (part of FIPS-140lloyd2008-09-182-0/+194
* Add (in a comment) a probable link line for Botan using Borland C++lloyd2008-09-181-0/+5
* Set language flags properly for Borland C++lloyd2008-09-181-1/+1
* Perl script that combines multiple benchmark outputs into a single HTML filelloyd2008-09-181-0/+120
* Document additions to exampleslloyd2008-09-181-0/+1
* Add a program that checks the ressol() implementation using a set oflloyd2008-09-181-0/+77
* Add a test app for random_prime in exampleslloyd2008-09-181-0/+69
* Fix compilation with latest RNG APIlloyd2008-09-181-1/+3
* 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