aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME tolloyd2010-03-082-2/+2
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-088-30/+26
* Update DH example for PK changeslloyd2010-03-081-14/+29
* Fix minor errors and warnings in the examples. Remove boost dependency fromlloyd2010-03-0315-120/+78
* Add a simple cert validation examplelloyd2010-03-011-0/+35
* TLS_Server example - more printfs, configurable portlloyd2010-02-171-3/+13
* Various minor SSL fixeslloyd2010-02-142-10/+6
* propagate from branch 'net.randombit.botan' (head dd33b7150f3f49d795e4eb962d8...lloyd2010-02-146-68/+48
|\
| * Further passhash changes before release and things have to belloyd2010-02-051-3/+3
| * Prefix passhash with "$9$" in a manner similar with otherlloyd2010-02-021-3/+1
| * Password hashing is a pretty useful service, really. Move the guts oflloyd2010-02-011-58/+7
| * Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-015-28/+62
| * Fix cpuid examplelloyd2010-01-191-1/+0
* | Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-112-0/+126
|/
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-2/+2
* The first bits of a general toolbox program. Currently does hex and base64lloyd2009-12-311-0/+235
* Drop test_es.cpp, EntropySources no longer directly available outside librarylloyd2009-12-311-121/+0
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-3150-205/+327
* Make fpe example output more clear as to what is going onlloyd2009-12-241-4/+11
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-11/+4
* Make many more headers internal-only.lloyd2009-12-165-37/+67
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-015-9/+5
* Add an example of reading SSH2 public keyslloyd2009-11-201-0/+119
* Get the old GTK+ example to build, though the pulse UI logic is no longerlloyd2009-11-172-78/+89
* Extend FPE example to encrypt credit card numbers with valid Luhn checksumslloyd2009-11-131-8/+120
* propagate from branch 'net.randombit.botan' (head 586495311cff277e7a24b4116c9...lloyd2009-11-131-0/+22
|\
| * Add format preserving encryption, design is FE1/FD1 from the paperlloyd2009-11-051-0/+22
* | Clean up cpuid test proglloyd2009-11-101-11/+18
* | Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via,lloyd2009-11-101-1/+4
* | Make the AES implementation using Intel's AES instruction extension official;lloyd2009-11-101-0/+1
* | In creating X.509 certificates and PKCS #10 requests, let (actually: require)lloyd2009-11-094-6/+7
|/
* Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-291-0/+2
* Fix some minor compilation issues in the exampleslloyd2009-10-143-4/+4
* Add a TSS examplelloyd2009-10-061-0/+38
* Significantly rework CPUID support. Add cache line detectionlloyd2009-09-291-0/+15
* The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-171-17/+27
* Remove some debug code from benchmark examplelloyd2009-09-151-6/+0
* Add an implementation of Blue Midnight Wish (512 bit version only)lloyd2009-09-151-23/+20
* Add example of the package transformlloyd2009-09-101-0/+61
* 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