aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename header guards in modules from BOTAN_EXT_ to BOTAN_ for consistencylloyd2008-09-2826-48/+48
* Made a warn into print for testing, but it should stay a warnlloyd2008-09-281-1/+1
* This is the first checkin to net.randombit.botan.modularized, whichlloyd2008-09-28111-21/+33
* Add comment explaining why EAX tests for XTEA, Skipjack, and Noekeonlloyd2008-09-271-6/+19
* Add the set of EAX test vectors from libtomcryptlloyd2008-09-271-0/+461
* Fix link for EAX tet proglloyd2008-09-272-2/+5
* Update readme and log for 1.7.13 release1.7.13lloyd2008-09-272-3/+3
* Document addition of SSL/TLS functionslloyd2008-09-271-0/+1
* Add back from Ajisai 0.5.0 the implementations of the SSLv3 MAC and PRFlloyd2008-09-278-5/+537
* Add a program that reads a set of test vectors for EAX mode using severallloyd2008-09-271-0/+227
* Uptick version to 1.7.13lloyd2008-09-273-2/+8
* Expose CMAC::poly_double as a static function since it looks like I maylloyd2008-09-242-11/+14
* Split EAX decryption into its own filelloyd2008-09-242-113/+127
* 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