| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some examples for changed APIs in C++0x branch | lloyd | 2009-11-17 | 6 | -11/+7 |
* | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3... | lloyd | 2009-11-17 | 2 | -78/+89 |
|\ |
|
| * | Get the old GTK+ example to build, though the pulse UI logic is no longer | lloyd | 2009-11-17 | 2 | -78/+89 |
* | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615... | lloyd | 2009-11-13 | 6 | -15/+161 |
|\| |
|
| * | 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 |
| |/ |
|
* | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 1 | -25/+15 |
|\ \
| |/
|/| |
|
| * | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c... | lloyd | 2009-10-13 | 1 | -25/+15 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2... | lloyd | 2009-09-30 | 1 | -25/+15 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2... | lloyd | 2009-09-17 | 1 | -1/+2 |
| | | |\ |
|
| | | * | | Use <chrono> in the runtime benchmarking code instead of the local | lloyd | 2009-09-16 | 1 | -2/+1 |
* | | | | | 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 |
* | Add an example of using the benchmark system to choose the fastest SHA-1 | lloyd | 2008-11-21 | 1 | -0/+90 |
* | Add an example of benchmark.h | lloyd | 2008-11-21 | 1 | -0/+41 |
* | Add example line for installed Botan, commented out | lloyd | 2008-11-07 | 1 | -0/+3 |
* | Make the examples Makefile a bit smarter | lloyd | 2008-11-07 | 1 | -10/+8 |
* | Fix the --with-build-dir option, so that it is actually possible to do | lloyd | 2008-11-06 | 1 | -2/+2 |
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 21 | -79/+63 |
* | Add an example for using checksums (CRC, Adler32) and Pipe/Filter/Fork | lloyd | 2008-10-13 | 1 | -0/+31 |
* | Move InSiTo's ECDSA tests into the main test suite | lloyd | 2008-10-12 | 1 | -606/+0 |
* | Remove unnecessary includes | lloyd | 2008-10-11 | 1 | -10/+2 |
* | Remove -Werror from example compile flags | lloyd | 2008-10-11 | 1 | -1/+1 |
* | Correct the expected signature name in test_decode_ecdsa_X509 - it | lloyd | 2008-10-11 | 1 | -396/+393 |
* | Move all ECDSA test data into ecc_testdata | lloyd | 2008-10-11 | 1 | -20/+20 |
* | Don't abort if a curve is not found in test_curve_registry | lloyd | 2008-10-11 | 1 | -10/+18 |
* | Catch and print exceptions in the CHECK macros | lloyd | 2008-10-11 | 1 | -4/+4 |
* | Generate and check ECDSA signature in example | lloyd | 2008-10-11 | 1 | -2/+29 |