| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 1 | -5/+5 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -4/+4 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07... | lloyd | 2012-04-25 | 1 | -0/+6 |
|\ |
|
| * | Some fixes for very minimal builds (typically due to --no-autoload) | lloyd | 2012-04-20 | 1 | -0/+6 |
* | | propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8... | lloyd | 2011-06-13 | 1 | -9/+9 |
|\ \
| |/
|/| |
|
| * | propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7... | lloyd | 2011-02-11 | 1 | -9/+9 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 1 | -10/+10 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54... | lloyd | 2010-03-21 | 1 | -10/+10 |
| | | |\ |
|
| | | | * | propagate from branch 'net.randombit.botan' (head aabb4c3bc2207ceac1920573293... | lloyd | 2010-03-13 | 1 | -36/+17 |
| | | | |\ |
|
| | | | * \ | propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2... | lloyd | 2010-03-13 | 1 | -10/+10 |
| | | | |\ \ |
|
| | | | | * \ | propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1... | lloyd | 2010-03-10 | 1 | -4/+2 |
| | | | | |\ \ |
|
| | | | | * | | | Various updates: unique_ptr, using chrono, merge fixups, etc | lloyd | 2010-03-09 | 1 | -2/+2 |
| | | | | * | | | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c... | lloyd | 2010-03-09 | 1 | -8/+8 |
| | | | | |\ \ \ |
|
| | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf... | lloyd | 2010-03-02 | 1 | -13/+15 |
| | | | | | |\ \ \ |
|
| | | | | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b... | lloyd | 2010-01-21 | 1 | -20/+20 |
| | | | | | |\ \ \ \ |
|
| | | | | | | * | | | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 1 | -8/+8 |
| | | | | | | * | | | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3... | lloyd | 2009-11-17 | 1 | -3/+3 |
| | | | | | | |\ \ \ \ |
|
| | | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2... | lloyd | 2009-09-30 | 1 | -12/+12 |
| | | | | | | |\ \ \ \ \ |
|
| | | | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573... | lloyd | 2009-09-08 | 1 | -12/+12 |
| | | | | | | | |\ \ \ \ \ |
|
| | | | | | | | | * | | | | | Replace the (deprecated) auto_ptr with unique_ptr. | lloyd | 2009-04-01 | 1 | -12/+12 |
* | | | | | | | | | | | | | | Add (compile-time) toggle for fault protection checking in the PK | lloyd | 2011-06-07 | 1 | -3/+6 |
* | | | | | | | | | | | | | | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 1 | -3/+3 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Fix the ordering of the GOST 34.10 signature values. Add a test | lloyd | 2011-02-07 | 1 | -12/+5 |
* | | | | | | | | | | | | | More VC warning fixes | lloyd | 2010-12-13 | 1 | -10/+10 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -2/+1 |
* | | | | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 1 | -2/+2 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Don't bother benchmarking 512 or 768 bit keys; considering an RSA | lloyd | 2010-03-21 | 1 | -7/+4 |
* | | | | | | | | | | | Fix GOST 34.10 benchmark | lloyd | 2010-03-16 | 1 | -1/+1 |
* | | | | | | | | | | | Disable fault protection for DSA, NR, and GOST 34.10 benchmarks | lloyd | 2010-03-15 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
* | | | | | | | | | | Centralize which ECC domains are used for benchmarking | lloyd | 2010-03-13 | 1 | -34/+17 |
* | | | | | | | | | | Skip bench on very small ECC groups; 112 == DES | lloyd | 2010-03-13 | 1 | -3/+1 |
|/ / / / / / / / / |
|
* | | | | | | | | | Add 192 and 256 bit groups to the ECDSA benchmark lineup | lloyd | 2010-03-13 | 1 | -1/+3 |
* | | | | | | | | | Disable fault protection for ECDSA benchmark, easier profiling | lloyd | 2010-03-13 | 1 | -1/+1 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Remove call to disable key testing, now a per-build option | lloyd | 2010-03-10 | 1 | -4/+2 |
|/ / / / / / / |
|
* | | | | | | | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME to | lloyd | 2010-03-08 | 1 | -4/+4 |
* | | | | | | | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 1 | -30/+34 |
* | | | | | | | This checkin represents a pretty major change in how PK operations are | lloyd | 2010-03-04 | 1 | -7/+7 |
* | | | | | | | Use KDF2/PK_Key_Agreement in DH benchmark | lloyd | 2010-03-04 | 1 | -5/+5 |
* | | | | | | | Add similar decoding constructors to the private keys | lloyd | 2010-03-04 | 1 | -1/+2 |
* | | | | | | | Add GOST 34.10 benchmarks. Kill of last bits of ECKAEG terminology. | lloyd | 2010-03-02 | 1 | -10/+78 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm, | lloyd | 2010-03-02 | 1 | -11/+11 |
* | | | | | | Kill get_EC_Dom_Pars_by_oid | lloyd | 2010-03-01 | 1 | -2/+4 |
|/ / / / / |
|
* | | | / | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 1 | -0/+6 |
| |_|_|/
|/| | | |
|
* | | | | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 1 | -3/+3 |
|/ / / |
|
* / / | Modify the self test program to use the builtin runtime benchmarking goop. | lloyd | 2009-09-24 | 1 | -0/+14 |
|/ / |
|
* | | Wrap benchmark_rw call in BOTAN_HAS_RW macro check | lloyd | 2009-09-04 | 1 | -0/+2 |
* | | Remove support for HTML benchmark output. Easier/simpler to parse the | lloyd | 2009-08-14 | 1 | -1/+1 |
|/ |
|
* | Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpp | lloyd | 2008-11-11 | 1 | -2/+10 |
* | Add DLIES benchmark | lloyd | 2008-11-09 | 1 | -10/+72 |
* | More useful PK benchmark output (also a bit easier to parse) | lloyd | 2008-10-22 | 1 | -32/+46 |