| Commit message (Expand) | Author | Age | Files | Lines |
* | Nix PK_Signing_Key use from tutorial | lloyd | 2010-03-04 | 1 | -3/+1 |
* | This checkin represents a pretty major change in how PK operations are | lloyd | 2010-03-04 | 1 | -0/+1 |
* | Document fix for VC static builds | lloyd | 2010-03-03 | 1 | -0/+1 |
* | Fix minor errors and warnings in the examples. Remove boost dependency from | lloyd | 2010-03-03 | 15 | -120/+78 |
* | Add XSalsa20 | lloyd | 2010-03-03 | 1 | -0/+1 |
* | Drop the old 1.8 configure.pl entirely | lloyd | 2010-03-02 | 1 | -2340/+0 |
* | Corrupt signature instead of key in RSA example | lloyd | 2010-03-02 | 1 | -1/+4 |
* | Make output more understandable | lloyd | 2010-03-02 | 1 | -2/+4 |
* | Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm, | lloyd | 2010-03-02 | 2 | -1/+2 |
* | Add a simple cert validation example | lloyd | 2010-03-01 | 1 | -0/+35 |
* | Document adding SSL/TLS | lloyd | 2010-02-24 | 1 | -0/+1 |
* | propagate from branch 'net.randombit.botan' (head 35d3e3deb02b47f98e4937f8eab... | lloyd | 2010-02-24 | 2 | -0/+132 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 89451dd9349d61bc29507c9c441... | lloyd | 2010-02-23 | 2 | -0/+132 |
| |\ |
|
| | * | TLS_Server example - more printfs, configurable port | lloyd | 2010-02-17 | 1 | -3/+13 |
| | * | Various minor SSL fixes | lloyd | 2010-02-14 | 2 | -10/+6 |
| | * | propagate from branch 'net.randombit.botan' (head dd33b7150f3f49d795e4eb962d8... | lloyd | 2010-02-14 | 9 | -114/+172 |
| | |\ |
|
| | * | | Import latest version of Ajisai into src/ssl; once this hits mainline | lloyd | 2010-01-11 | 2 | -0/+126 |
* | | | | Document adding GOST 34.10-2001 | lloyd | 2010-02-24 | 1 | -0/+1 |
* | | | | Document removal of TR1 dependency | lloyd | 2010-02-24 | 1 | -1/+1 |
|/ / / |
|
* | / | Document removing TR1 dependency for ECC | lloyd | 2010-02-23 | 1 | -0/+1 |
| |/
|/| |
|
* | | Further passhash changes before release and things have to be | lloyd | 2010-02-05 | 3 | -5/+83 |
* | | MD4's M buffer was set to be 48 words instead of 16. This had been | lloyd | 2010-02-03 | 1 | -0/+1 |
* | | Prefix passhash with "$9$" in a manner similar with other | lloyd | 2010-02-02 | 1 | -3/+1 |
* | | Password hashing is a pretty useful service, really. Move the guts of | lloyd | 2010-02-01 | 2 | -58/+8 |
* | | Document S2K change | lloyd | 2010-02-01 | 1 | -0/+1 |
* | | Modify the S2K interface. Instead of being stateful in terms of the salt | lloyd | 2010-02-01 | 6 | -72/+99 |
* | | Prevent a crash in GMP_Engine if the library is shutdown and then | lloyd | 2010-01-22 | 1 | -0/+1 |
* | | Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Uses | lloyd | 2010-01-22 | 2 | -0/+2 |
* | | Fix cpuid example | lloyd | 2010-01-19 | 1 | -1/+0 |
* | | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 2 | -1/+2 |
|/ |
|
* | Add block cipher cascade | lloyd | 2010-01-11 | 1 | -0/+1 |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 1 | -2/+2 |
* | The first bits of a general toolbox program. Currently does hex and base64 | lloyd | 2009-12-31 | 1 | -0/+235 |
* | Drop test_es.cpp, EntropySources no longer directly available outside library | lloyd | 2009-12-31 | 1 | -121/+0 |
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 50 | -205/+327 |
* | Document CBC/XTS parallel capabilities | lloyd | 2009-12-28 | 1 | -0/+2 |
* | Document private key encryption switch from 3DES to AES-256 | lloyd | 2009-12-26 | 1 | -0/+1 |
* | Make fpe example output more clear as to what is going on | lloyd | 2009-12-24 | 1 | -4/+11 |
* | Add last nights project, an SSE2 implementation of IDEA. Right about 4x | lloyd | 2009-12-23 | 1 | -2/+3 |
* | Document timer changes | lloyd | 2009-12-22 | 1 | -0/+2 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -11/+4 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 6 | -37/+68 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -0/+1 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 5 | -9/+5 |
* | Mention the Win32 build and installer improvements | lloyd | 2009-11-24 | 1 | -0/+2 |
* | Update version # to 1.9.4-dev | lloyd | 2009-11-23 | 1 | -0/+2 |
* | Add an example of reading SSH2 public keys | lloyd | 2009-11-20 | 1 | -0/+119 |
* | Document Win32 DLL and InnoSetup changes1.9.3 | lloyd | 2009-11-20 | 1 | -0/+2 |
* | Update log and readme for 1.9.3 release 2009-11-19 | lloyd | 2009-11-20 | 1 | -1/+1 |
* | Remove some obsolete stuff about modules from building.tex | lloyd | 2009-11-19 | 1 | -68/+3 |