aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* Use binary I/O if that is necessary. Would often break things on Windowslloyd2010-10-1512-13/+13
* Compile fixlloyd2010-10-071-1/+1
* Replace S2K with PBKDF in doc and examples since that is the preferred namelloyd2010-08-314-18/+18
* Add a new interface CryptoBox which provides basic password-based encryptionlloyd2009-08-131-0/+50
* Add a couple of new exampleslloyd2009-08-042-0/+222
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-1739-10/+67
* Update examples for changed EntropySource and RandomNumberGenerator interfaceslloyd2009-01-312-11/+14
* Fix test_es for new Entropy_Accumulator interface. It XORs into a blocklloyd2009-01-271-21/+27
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-16/+23
* Add test_es, a program that polls each enabled entropy source (both fastlloyd2008-11-251-0/+101
* Add an example taken from the tutoriallloyd2008-11-241-0/+55
* Switch benchmark example command line arg from ms to secondslloyd2008-11-221-2/+2
* Update examples for changed 1.8 APIs, including:lloyd2008-11-216-14/+28
* Fix examples makefilelloyd2008-11-211-7/+1
* Add an example of using the benchmark system to choose the fastest SHA-1lloyd2008-11-211-0/+90
* Add an example of benchmark.hlloyd2008-11-211-0/+41
* Add example line for installed Botan, commented outlloyd2008-11-071-0/+3
* Make the examples Makefile a bit smarterlloyd2008-11-071-10/+8
* Fix the --with-build-dir option, so that it is actually possible to dolloyd2008-11-061-2/+2
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-2621-79/+63
* Add an example for using checksums (CRC, Adler32) and Pipe/Filter/Forklloyd2008-10-131-0/+31
* Move InSiTo's ECDSA tests into the main test suitelloyd2008-10-121-606/+0
* Remove unnecessary includeslloyd2008-10-111-10/+2
* Remove -Werror from example compile flagslloyd2008-10-111-1/+1
* Correct the expected signature name in test_decode_ecdsa_X509 - itlloyd2008-10-111-396/+393
* Move all ECDSA test data into ecc_testdatalloyd2008-10-111-20/+20
* Don't abort if a curve is not found in test_curve_registrylloyd2008-10-111-10/+18
* Catch and print exceptions in the CHECK macroslloyd2008-10-111-4/+4
* Generate and check ECDSA signature in examplelloyd2008-10-111-2/+29
* Print generated public key in ECDSA examplelloyd2008-10-111-0/+2
* Correct OID for ECDSA paramlloyd2008-10-111-1/+1
* 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