aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-096-42/+33
|\
| * propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-023-1/+37
| |\
| * \ propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-243-0/+135
| |\ \
| * \ \ propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-146-39/+34
| |\ \ \
| | * \ \ propagate from branch 'net.randombit.botan' (head e088ea1566600cf598bcdc6840f...lloyd2010-01-222-0/+3
| | |\ \ \
| | * \ \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-216-39/+34
| | |\ \ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head 775a8de3f880cdc75105b4fa607...lloyd2009-12-246-39/+34
| | | |\ \ \ \
| | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-241-0/+3
| | | | |\ \ \ \
| | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-216-39/+34
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-164-35/+67
| | | | | |\ \ \ \ \
| | | | | * | | | | | Most files including <botan/time.h> actually just needed <chrono>lloyd2009-12-012-2/+2
| | | | | * | | | | | Update examples for changed/removed APIs, namely:lloyd2009-12-014-9/+14
| | | | | * | | | | | propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457a...lloyd2009-11-292-0/+123
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100...lloyd2009-11-202-69/+6
| | | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | | Fix some examples for changed APIs in C++0x branchlloyd2009-11-176-11/+7
| | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-172-78/+89
| | | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-138-18/+172
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head cead7027e70b68a8b4ae2e5bd8f...lloyd2009-11-053-11/+6
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-25/+15
| | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-25/+15
| | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-301-25/+15
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2...lloyd2009-09-171-1/+2
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | | Use <chrono> in the runtime benchmarking code instead of the locallloyd2009-09-161-2/+1
* | | | | | | | | | | | | | | | | | | | Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-0/+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
* | | | | | | | | | | | | | | | | | | | Clarify that Ajisai is only SSLv3 + TLS 1.0 currentlylloyd2010-03-051-1/+1
* | | | | | | | | | | | | | | | | | | | Nix PK_Signing_Key use from tutoriallloyd2010-03-041-3/+1
* | | | | | | | | | | | | | | | | | | | This checkin represents a pretty major change in how PK operations arelloyd2010-03-041-0/+1
* | | | | | | | | | | | | | | | | | | | 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