| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 5 | -9/+5 |
* | Add an example of reading SSH2 public keys | lloyd | 2009-11-20 | 1 | -0/+119 |
* | Get the old GTK+ example to build, though the pulse UI logic is no longer | lloyd | 2009-11-17 | 2 | -78/+89 |
* | Extend FPE example to encrypt credit card numbers with valid Luhn checksums | lloyd | 2009-11-13 | 1 | -8/+120 |
* | propagate from branch 'net.randombit.botan' (head 586495311cff277e7a24b4116c9... | lloyd | 2009-11-13 | 1 | -0/+22 |
|\ |
|
| * | Add format preserving encryption, design is FE1/FD1 from the paper | lloyd | 2009-11-05 | 1 | -0/+22 |
* | | Clean up cpuid test prog | lloyd | 2009-11-10 | 1 | -11/+18 |
* | | Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via, | lloyd | 2009-11-10 | 1 | -1/+4 |
* | | Make the AES implementation using Intel's AES instruction extension official; | lloyd | 2009-11-10 | 1 | -0/+1 |
* | | In creating X.509 certificates and PKCS #10 requests, let (actually: require) | lloyd | 2009-11-09 | 4 | -6/+7 |
|/ |
|
* | Add CPUID::have_altivec for AltiVec runtime detection. | lloyd | 2009-10-29 | 1 | -0/+2 |
* | Fix some minor compilation issues in the examples | lloyd | 2009-10-14 | 3 | -4/+4 |
* | Add a TSS example | lloyd | 2009-10-06 | 1 | -0/+38 |
* | Significantly rework CPUID support. Add cache line detection | lloyd | 2009-09-29 | 1 | -0/+15 |
* | The get_tm function was duplicated. Move single version to timer.{h,cpp} | lloyd | 2009-09-17 | 1 | -17/+27 |
* | Remove some debug code from benchmark example | lloyd | 2009-09-15 | 1 | -6/+0 |
* | Add an implementation of Blue Midnight Wish (512 bit version only) | lloyd | 2009-09-15 | 1 | -23/+20 |
* | Add example of the package transform | lloyd | 2009-09-10 | 1 | -0/+61 |
* | Add a new interface CryptoBox which provides basic password-based encryption | lloyd | 2009-08-13 | 1 | -0/+50 |
* | Add a couple of new examples | lloyd | 2009-08-04 | 2 | -0/+222 |
* | Add LibraryInitializers to the examples, instead of relying on lazy init. | lloyd | 2009-03-17 | 39 | -10/+67 |
* | Update examples for changed EntropySource and RandomNumberGenerator interfaces | lloyd | 2009-01-31 | 2 | -11/+14 |
* | Fix test_es for new Entropy_Accumulator interface. It XORs into a block | lloyd | 2009-01-27 | 1 | -21/+27 |
* | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 1 | -16/+23 |
* | Add test_es, a program that polls each enabled entropy source (both fast | lloyd | 2008-11-25 | 1 | -0/+101 |
* | Add an example taken from the tutorial | lloyd | 2008-11-24 | 1 | -0/+55 |
* | Switch benchmark example command line arg from ms to seconds | lloyd | 2008-11-22 | 1 | -2/+2 |
* | Update examples for changed 1.8 APIs, including: | lloyd | 2008-11-21 | 6 | -14/+28 |
* | Fix examples makefile | lloyd | 2008-11-21 | 1 | -7/+1 |