| Commit message (Expand) | Author | Age | Files | Lines |
* | Make GF(p) tests part of normal test suite | lloyd | 2008-10-09 | 1 | -698/+0 |
* | Remove BOOST_AUTO_TEST_CASE macro | lloyd | 2008-10-09 | 1 | -23/+22 |
* | Split GF(p) tests into passing and failing ones | lloyd | 2008-10-08 | 1 | -7/+11 |
* | Add a set of ECDSA tests from InSiTo | lloyd | 2008-10-08 | 1 | -0/+609 |
* | Correct boost macro replacement | lloyd | 2008-10-08 | 1 | -3/+6 |
* | Add GF(p) math test suite from InSiTo | lloyd | 2008-10-08 | 1 | -0/+692 |
* | Update examples for recent API changes | lloyd | 2008-10-08 | 10 | -21/+46 |
* | Fix include | lloyd | 2008-10-08 | 1 | -1/+1 |
* | Line wrap | lloyd | 2008-10-01 | 3 | -5/+11 |
* | Merge examples makefile with mainline version | lloyd | 2008-09-30 | 1 | -1/+1 |
* | propagate from branch 'net.randombit.botan' (head 9524e848cdacd0b56ded9bd6b51... | lloyd | 2008-09-30 | 22 | -146/+2252 |
|\ |
|
| * | Move gtk+ example to doc/examples | lloyd | 2008-09-29 | 5 | -0/+695 |
| * | Drop old Makefile. Move tests to examples directory. | lloyd | 2008-09-28 | 2 | -0/+157 |
| * | Modularize the Adler32 checksum in checksums/adler32 | lloyd | 2008-09-28 | 4 | -7/+7 |
| * | 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 |
| * | Add a program that reads a set of test vectors for EAX mode using several | lloyd | 2008-09-27 | 1 | -0/+227 |
| * | 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 |
| * | 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 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 a program that checks the X9.31 PRNG against a set of NIST test vectors | lloyd | 2008-09-18 | 1 | -0/+134 |
| * | Add the program I wrote to write a set of many RSA keys (used for benchmarking | lloyd | 2008-09-17 | 1 | -0/+35 |
* | | Cleanups | lloyd | 2008-09-17 | 2 | -2/+6 |
* | | propagate from branch 'net.randombit.botan' (head 6af2a53b621670d7f0a7f0dc5db... | lloyd | 2008-09-05 | 2 | -3/+7 |
|\| |
|
| * | Generate a random 2k bit DSA group instead of 1024-bit JCE default | lloyd | 2008-08-30 | 1 | -1/+3 |
| * | Fix xor_ciph example | lloyd | 2008-08-30 | 1 | -2/+4 |
* | | Allow creation of SEC1 curves | lloyd | 2008-08-30 | 2 | -3/+9 |
* | | Incomplete ECDSA test/example | lloyd | 2008-08-27 | 1 | -0/+14 |
|/ |
|
* | Fix the DSA examples. Reindent. | lloyd | 2008-06-28 | 13 | -30/+50 |
* | Update more of the examples | lloyd | 2008-06-27 | 3 | -5/+11 |
* | Update pkcs10, passhash examples | lloyd | 2008-06-27 | 2 | -9/+16 |
* | Update some of the examples for the recent API changes | lloyd | 2008-06-27 | 7 | -28/+42 |
* | Add missing headers in the example problems, noticed while compiling under | lloyd | 2008-06-11 | 8 | -0/+9 |
* | Update passhash example with new S2K::new_random_salt signature | lloyd | 2008-05-24 | 1 | -1/+2 |
* | Avoid using the global RNG in check_key, instead pass a reference. | lloyd | 2008-05-24 | 6 | -13/+24 |
* | Print the class tag type(s) on constructed forms | lloyd | 2008-05-08 | 1 | -0/+9 |
* | Update ca.cpp with new signature of X509_CA::sign_request | lloyd | 2008-04-10 | 1 | -1/+5 |
* | Have the ca example take all filenames as arguments instead of hardcoding. | lloyd | 2007-10-20 | 1 | -10/+18 |
* | Print the IPv4 address, DNS name, or URL included in the subject or | lloyd | 2007-10-20 | 1 | -0/+6 |
* | Wrap lines in pk_bench and passhash to keep them under 80 columns. | lloyd | 2007-10-19 | 1 | -2/+2 |
* | If the LibraryInitializer is created with just default arguments, don't | lloyd | 2007-10-07 | 24 | -104/+56 |