aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* Make GF(p) tests part of normal test suitelloyd2008-10-091-698/+0
* Remove BOOST_AUTO_TEST_CASE macrolloyd2008-10-091-23/+22
* Split GF(p) tests into passing and failing oneslloyd2008-10-081-7/+11
* Add a set of ECDSA tests from InSiTolloyd2008-10-081-0/+609
* Correct boost macro replacementlloyd2008-10-081-3/+6
* Add GF(p) math test suite from InSiTolloyd2008-10-081-0/+692
* Update examples for recent API changeslloyd2008-10-0810-21/+46
* Fix includelloyd2008-10-081-1/+1
* Line wraplloyd2008-10-013-5/+11
* Merge examples makefile with mainline versionlloyd2008-09-301-1/+1
* propagate from branch 'net.randombit.botan' (head 9524e848cdacd0b56ded9bd6b51...lloyd2008-09-3022-146/+2252
|\
| * Move gtk+ example to doc/exampleslloyd2008-09-295-0/+695
| * Drop old Makefile. Move tests to examples directory.lloyd2008-09-282-0/+157
| * Modularize the Adler32 checksum in checksums/adler32lloyd2008-09-284-7/+7
| * 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
| * Add a program that reads a set of test vectors for EAX mode using severallloyd2008-09-271-0/+227
| * 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
| * 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 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 a program that checks the X9.31 PRNG against a set of NIST test vectorslloyd2008-09-181-0/+134
| * Add the program I wrote to write a set of many RSA keys (used for benchmarkinglloyd2008-09-171-0/+35
* | Cleanupslloyd2008-09-172-2/+6
* | propagate from branch 'net.randombit.botan' (head 6af2a53b621670d7f0a7f0dc5db...lloyd2008-09-052-3/+7
|\|
| * Generate a random 2k bit DSA group instead of 1024-bit JCE defaultlloyd2008-08-301-1/+3
| * Fix xor_ciph examplelloyd2008-08-301-2/+4
* | Allow creation of SEC1 curveslloyd2008-08-302-3/+9
* | Incomplete ECDSA test/examplelloyd2008-08-271-0/+14
|/
* Fix the DSA examples. Reindent.lloyd2008-06-2813-30/+50
* Update more of the exampleslloyd2008-06-273-5/+11
* Update pkcs10, passhash exampleslloyd2008-06-272-9/+16
* Update some of the examples for the recent API changeslloyd2008-06-277-28/+42
* Add missing headers in the example problems, noticed while compiling underlloyd2008-06-118-0/+9
* Update passhash example with new S2K::new_random_salt signaturelloyd2008-05-241-1/+2
* Avoid using the global RNG in check_key, instead pass a reference.lloyd2008-05-246-13/+24
* Print the class tag type(s) on constructed formslloyd2008-05-081-0/+9
* Update ca.cpp with new signature of X509_CA::sign_requestlloyd2008-04-101-1/+5
* Have the ca example take all filenames as arguments instead of hardcoding.lloyd2007-10-201-10/+18
* Print the IPv4 address, DNS name, or URL included in the subject orlloyd2007-10-201-0/+6
* Wrap lines in pk_bench and passhash to keep them under 80 columns.lloyd2007-10-191-2/+2
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-0724-104/+56