| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename header guards in modules from BOTAN_EXT_ to BOTAN_ for consistency | lloyd | 2008-09-28 | 26 | -48/+48 |
* | Made a warn into print for testing, but it should stay a warn | lloyd | 2008-09-28 | 1 | -1/+1 |
* | This is the first checkin to net.randombit.botan.modularized, which | lloyd | 2008-09-28 | 111 | -21/+33 |
* | Add comment explaining why EAX tests for XTEA, Skipjack, and Noekeon | lloyd | 2008-09-27 | 1 | -6/+19 |
* | Add the set of EAX test vectors from libtomcrypt | lloyd | 2008-09-27 | 1 | -0/+461 |
* | Fix link for EAX tet prog | lloyd | 2008-09-27 | 2 | -2/+5 |
* | Update readme and log for 1.7.13 release1.7.13 | lloyd | 2008-09-27 | 2 | -3/+3 |
* | Document addition of SSL/TLS functions | lloyd | 2008-09-27 | 1 | -0/+1 |
* | Add back from Ajisai 0.5.0 the implementations of the SSLv3 MAC and PRF | lloyd | 2008-09-27 | 8 | -5/+537 |
* | Add a program that reads a set of test vectors for EAX mode using several | lloyd | 2008-09-27 | 1 | -0/+227 |
* | Uptick version to 1.7.13 | lloyd | 2008-09-27 | 3 | -2/+8 |
* | Expose CMAC::poly_double as a static function since it looks like I may | lloyd | 2008-09-24 | 2 | -11/+14 |
* | Split EAX decryption into its own file | lloyd | 2008-09-24 | 2 | -113/+127 |
* | Add an example database row encryptor | lloyd | 2008-09-24 | 1 | -0/+134 |
* | If the Zlib module is not compiled in, don't #error and abort the whole | lloyd | 2008-09-24 | 2 | -5/+6 |
* | Fail at runtime if bzip2 is not compiled in, instead of compile time | lloyd | 2008-09-24 | 1 | -3/+9 |
* | Add -m64 flag for Sun Forte on amd64 | lloyd | 2008-09-22 | 1 | -0/+1 |
* | Update for 1.7.12 release 2008-09-181.7.12 | lloyd | 2008-09-18 | 2 | -2/+2 |
* | Make DSA param generation interfaces in DL_Group public | lloyd | 2008-09-18 | 1 | -9/+10 |
* | Create a RNG object, update for new interface for DSA paramater generation | lloyd | 2008-09-18 | 1 | -6/+15 |
* | Add missing <memory> include | lloyd | 2008-09-18 | 1 | -0/+1 |
* | Add testers for the NIST CAVS PQGGen and SigGen tests (part of FIPS-140 | lloyd | 2008-09-18 | 2 | -0/+194 |
* | Add (in a comment) a probable link line for Botan using Borland C++ | lloyd | 2008-09-18 | 1 | -0/+5 |
* | Set language flags properly for Borland C++ | lloyd | 2008-09-18 | 1 | -1/+1 |
* | Perl script that combines multiple benchmark outputs into a single HTML file | lloyd | 2008-09-18 | 1 | -0/+120 |
* | Document additions to examples | lloyd | 2008-09-18 | 1 | -0/+1 |
* | Add a program that checks the ressol() implementation using a set of | lloyd | 2008-09-18 | 1 | -0/+77 |
* | Add a test app for random_prime in examples | lloyd | 2008-09-18 | 1 | -0/+69 |
* | Fix compilation with latest RNG API | lloyd | 2008-09-18 | 1 | -1/+3 |
* | 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 |