aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Document fix for VC static buildslloyd2010-03-031-0/+1
* Fix minor errors and warnings in the examples. Remove boost dependency fromlloyd2010-03-0315-120/+78
* Add XSalsa20lloyd2010-03-031-0/+1
* Drop the old 1.8 configure.pl entirelylloyd2010-03-021-2340/+0
* Corrupt signature instead of key in RSA examplelloyd2010-03-021-1/+4
* Make output more understandablelloyd2010-03-021-2/+4
* Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,lloyd2010-03-022-1/+2
* Add a simple cert validation examplelloyd2010-03-011-0/+35
* Document adding SSL/TLSlloyd2010-02-241-0/+1
* propagate from branch 'net.randombit.botan' (head 35d3e3deb02b47f98e4937f8eab...lloyd2010-02-242-0/+132
|\
| * propagate from branch 'net.randombit.botan' (head 89451dd9349d61bc29507c9c441...lloyd2010-02-232-0/+132
| |\
| | * 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-149-114/+172
| | |\
| | * | Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-112-0/+126
* | | | Document adding GOST 34.10-2001lloyd2010-02-241-0/+1
* | | | Document removal of TR1 dependencylloyd2010-02-241-1/+1
|/ / /
* | / Document removing TR1 dependency for ECClloyd2010-02-231-0/+1
| |/ |/|
* | Further passhash changes before release and things have to belloyd2010-02-053-5/+83
* | MD4's M buffer was set to be 48 words instead of 16. This had beenlloyd2010-02-031-0/+1
* | 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-012-58/+8
* | Document S2K changelloyd2010-02-011-0/+1
* | Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-016-72/+99
* | Prevent a crash in GMP_Engine if the library is shutdown and thenlloyd2010-01-221-0/+1
* | Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Useslloyd2010-01-222-0/+2
* | Fix cpuid examplelloyd2010-01-191-1/+0
* | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-122-1/+2
|/
* Add block cipher cascadelloyd2010-01-111-0/+1
* 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
* Document CBC/XTS parallel capabilitieslloyd2009-12-281-0/+2
* Document private key encryption switch from 3DES to AES-256lloyd2009-12-261-0/+1
* Make fpe example output more clear as to what is going onlloyd2009-12-241-4/+11
* Add last nights project, an SSE2 implementation of IDEA. Right about 4xlloyd2009-12-231-2/+3
* Document timer changeslloyd2009-12-221-0/+2
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-11/+4
* Make many more headers internal-only.lloyd2009-12-166-37/+68
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-0/+1
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-015-9/+5
* Mention the Win32 build and installer improvementslloyd2009-11-241-0/+2
* Update version # to 1.9.4-devlloyd2009-11-231-0/+2
* Add an example of reading SSH2 public keyslloyd2009-11-201-0/+119
* Document Win32 DLL and InnoSetup changes1.9.3lloyd2009-11-201-0/+2
* Update log and readme for 1.9.3 release 2009-11-19lloyd2009-11-201-1/+1
* Remove some obsolete stuff about modules from building.texlloyd2009-11-191-68/+3
* Get the old GTK+ example to build, though the pulse UI logic is no longerlloyd2009-11-172-78/+89
* Document adding FPElloyd2009-11-131-0/+1