| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test_es, a program that polls each enabled entropy source (both fast | lloyd | 2008-11-25 | 1 | -0/+101 |
* | Add an example taken from the tutorial | lloyd | 2008-11-24 | 1 | -0/+55 |
* | Switch benchmark example command line arg from ms to seconds | lloyd | 2008-11-22 | 1 | -2/+2 |
* | Update examples for changed 1.8 APIs, including: | lloyd | 2008-11-21 | 6 | -14/+28 |
* | Fix examples makefile | lloyd | 2008-11-21 | 1 | -7/+1 |
* | Add an example of using the benchmark system to choose the fastest SHA-1 | lloyd | 2008-11-21 | 1 | -0/+90 |
* | Add an example of benchmark.h | lloyd | 2008-11-21 | 1 | -0/+41 |
* | Add example line for installed Botan, commented out | lloyd | 2008-11-07 | 1 | -0/+3 |
* | Make the examples Makefile a bit smarter | lloyd | 2008-11-07 | 1 | -10/+8 |
* | Fix the --with-build-dir option, so that it is actually possible to do | lloyd | 2008-11-06 | 1 | -2/+2 |
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 21 | -79/+63 |
* | Add an example for using checksums (CRC, Adler32) and Pipe/Filter/Fork | lloyd | 2008-10-13 | 1 | -0/+31 |
* | Move InSiTo's ECDSA tests into the main test suite | lloyd | 2008-10-12 | 1 | -606/+0 |
* | Remove unnecessary includes | lloyd | 2008-10-11 | 1 | -10/+2 |
* | Remove -Werror from example compile flags | lloyd | 2008-10-11 | 1 | -1/+1 |
* | Correct the expected signature name in test_decode_ecdsa_X509 - it | lloyd | 2008-10-11 | 1 | -396/+393 |
* | Move all ECDSA test data into ecc_testdata | lloyd | 2008-10-11 | 1 | -20/+20 |
* | Don't abort if a curve is not found in test_curve_registry | lloyd | 2008-10-11 | 1 | -10/+18 |
* | Catch and print exceptions in the CHECK macros | lloyd | 2008-10-11 | 1 | -4/+4 |
* | Generate and check ECDSA signature in example | lloyd | 2008-10-11 | 1 | -2/+29 |
* | Print generated public key in ECDSA example | lloyd | 2008-10-11 | 1 | -0/+2 |
* | Correct OID for ECDSA param | lloyd | 2008-10-11 | 1 | -1/+1 |
* | 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 |