| Commit message (Expand) | Author | Age | Files | Lines |
* | Add X509_Certificate::to_string | lloyd | 2010-11-29 | 1 | -122/+1 |
* | MemoryRegion::set was removed | lloyd | 2010-11-29 | 1 | -1/+2 |
* | New way of specifying key lengths | lloyd | 2010-10-29 | 1 | -1/+6 |
* | Remove use of lookups | lloyd | 2010-10-29 | 2 | -6/+10 |
* | Make TLS_Client entirely via callbacks, not talking to Socket directly | lloyd | 2010-10-19 | 1 | -1/+3 |
* | Use binary I/O where needed | lloyd | 2010-10-15 | 10 | -11/+11 |
* | Fix examples | lloyd | 2010-10-13 | 4 | -7/+11 |
* | Fix compilation of examples; benchmarking and RNG changes mostly | lloyd | 2010-10-12 | 5 | -35/+13 |
* | Fix examples for destroy being renamed clear | lloyd | 2010-09-13 | 2 | -2/+2 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+5 |
* | Read input as binary | lloyd | 2010-09-08 | 1 | -1/+1 |
* | Specify the target host and port for tls_client on the command line | lloyd | 2010-09-08 | 1 | -3/+18 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -1/+1 |
* | Oops... renamed this quite a while ago, never updated example | lloyd | 2010-09-07 | 1 | -6/+6 |
* | Allow generating larger keys in rsa_kgen example (up to 16K bits) | lloyd | 2010-08-18 | 1 | -1/+1 |
* | Missing include, VC++ complained | lloyd | 2010-08-12 | 1 | -0/+1 |
* | Organize CPUID output a little more nicely | lloyd | 2010-07-28 | 1 | -4/+10 |
* | Add support in CPUID for detecting PCMULUDQ and MOVBE instructions. | lloyd | 2010-07-27 | 1 | -5/+4 |
* | Modify CPUID so all the check functions are purely inline. Add a new | lloyd | 2010-07-26 | 1 | -2/+4 |
* | Removed UI here | lloyd | 2010-07-12 | 1 | -3/+1 |
* | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 4 | -35/+37 |
* | Read and save the files in binary mode to avoid weird EOF problems | lloyd | 2010-07-07 | 2 | -2/+2 |
* | Add detection support for upcoming AVX | lloyd | 2010-06-25 | 1 | -0/+1 |
* | Small cleanups | lloyd | 2010-06-02 | 1 | -9/+8 |
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 1 | -1/+0 |
* | Cleanups. Name our cert for localhost. Used AutoSeeded_RNG. | lloyd | 2010-04-19 | 1 | -12/+16 |
* | Just report total size output at the end | lloyd | 2010-04-19 | 1 | -1/+7 |
* | Show as creating an engine instead | lloyd | 2010-03-24 | 1 | -27/+31 |
* | Fix factor wrt rename of primality test functions | lloyd | 2010-03-23 | 1 | -1/+1 |
* | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME to | lloyd | 2010-03-08 | 2 | -2/+2 |
* | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 8 | -30/+26 |
* | Update DH example for PK changes | lloyd | 2010-03-08 | 1 | -14/+29 |
* | Fix minor errors and warnings in the examples. Remove boost dependency from | lloyd | 2010-03-03 | 15 | -120/+78 |
* | Add a simple cert validation example | lloyd | 2010-03-01 | 1 | -0/+35 |
* | 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 | 6 | -68/+48 |
|\ |
|
| * | Further passhash changes before release and things have to be | lloyd | 2010-02-05 | 1 | -3/+3 |
| * | 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 | 1 | -58/+7 |
| * | Modify the S2K interface. Instead of being stateful in terms of the salt | lloyd | 2010-02-01 | 5 | -28/+62 |
| * | Fix cpuid example | lloyd | 2010-01-19 | 1 | -1/+0 |
* | | Import latest version of Ajisai into src/ssl; once this hits mainline | lloyd | 2010-01-11 | 2 | -0/+126 |
|/ |
|
* | 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 |
* | Make fpe example output more clear as to what is going on | lloyd | 2009-12-24 | 1 | -4/+11 |
* | 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 | 5 | -37/+67 |