aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* Add X509_Certificate::to_stringlloyd2010-11-291-122/+1
* MemoryRegion::set was removedlloyd2010-11-291-1/+2
* New way of specifying key lengthslloyd2010-10-291-1/+6
* Remove use of lookupslloyd2010-10-292-6/+10
* Make TLS_Client entirely via callbacks, not talking to Socket directlylloyd2010-10-191-1/+3
* Use binary I/O where neededlloyd2010-10-1510-11/+11
* Fix exampleslloyd2010-10-134-7/+11
* Fix compilation of examples; benchmarking and RNG changes mostlylloyd2010-10-125-35/+13
* Fix examples for destroy being renamed clearlloyd2010-09-132-2/+2
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+5
* Read input as binarylloyd2010-09-081-1/+1
* Specify the target host and port for tls_client on the command linelloyd2010-09-081-3/+18
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-1/+1
* Oops... renamed this quite a while ago, never updated examplelloyd2010-09-071-6/+6
* Allow generating larger keys in rsa_kgen example (up to 16K bits)lloyd2010-08-181-1/+1
* Missing include, VC++ complainedlloyd2010-08-121-0/+1
* Organize CPUID output a little more nicelylloyd2010-07-281-4/+10
* Add support in CPUID for detecting PCMULUDQ and MOVBE instructions.lloyd2010-07-271-5/+4
* Modify CPUID so all the check functions are purely inline. Add a newlloyd2010-07-261-2/+4
* Removed UI herelloyd2010-07-121-3/+1
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-094-35/+37
* Read and save the files in binary mode to avoid weird EOF problemslloyd2010-07-072-2/+2
* Add detection support for upcoming AVXlloyd2010-06-251-0/+1
* Small cleanupslloyd2010-06-021-9/+8
* Remove FORK-256; it's obscure and has been definitively broken.lloyd2010-05-251-1/+0
* Cleanups. Name our cert for localhost. Used AutoSeeded_RNG.lloyd2010-04-191-12/+16
* Just report total size output at the endlloyd2010-04-191-1/+7
* Show as creating an engine insteadlloyd2010-03-241-27/+31
* Fix factor wrt rename of primality test functionslloyd2010-03-231-1/+1
* 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