| Commit message (Expand) | Author | Age | Files | Lines |
* | Expose a datestamp in build.h, provide function in version.h for | lloyd | 2010-06-14 | 1 | -1/+2 |
* | Work around GCC 3.x bug with reverse iterators | lloyd | 2010-06-11 | 1 | -2/+6 |
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 2 | -936/+0 |
* | Another XTEA vector | lloyd | 2010-05-10 | 1 | -0/+1 |
* | Prevent crash if asked to benchmark unknown block cipher with a mode | lloyd | 2010-05-05 | 1 | -4/+11 |
* | Modify the implementation of multiplication mod 65537 used in IDEA to | lloyd | 2010-04-30 | 1 | -0/+520 |
* | Add a couple of Comb4P tests, generated by the python implementation | lloyd | 2010-04-23 | 1 | -0/+9 |
* | Add a test for RSA verification with raw padding and an unusual key | lloyd | 2010-04-21 | 1 | -0/+33 |
* | Don't bother benchmarking 512 or 768 bit keys; considering an RSA | lloyd | 2010-03-21 | 1 | -7/+4 |
* | Replace PointGFp::check_invaraints, which would either return silently | lloyd | 2010-03-19 | 2 | -16/+20 |
* | If check against copy fails, print algo name | lloyd | 2010-03-19 | 1 | -1/+1 |
* | There are some nasty API problems that are caused by having to pass a | lloyd | 2010-03-19 | 1 | -2/+2 |
* | Add a couple of verification tests for GOST 34.10 | lloyd | 2010-03-16 | 2 | -0/+49 |
* | 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 |
* | Simple cleanups | lloyd | 2010-03-13 | 1 | -6/+13 |
* | Remove access to the Jacobian coordinate getters get_{x,y,z}, as well | lloyd | 2010-03-13 | 1 | -136/+59 |
* | Remove call to disable key testing, now a per-build option | lloyd | 2010-03-10 | 1 | -4/+2 |
* | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 2 | -27/+34 |
* | Dont need RNG in this test | lloyd | 2010-03-09 | 1 | -3/+2 |
* | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME to | lloyd | 2010-03-08 | 2 | -10/+10 |
* | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 5 | -139/+139 |
* | Remove the sign() operation from the public key objects, totally replaced | lloyd | 2010-03-05 | 4 | -203/+113 |
* | This checkin represents a pretty major change in how PK operations are | lloyd | 2010-03-04 | 2 | -138/+43 |
* | Use KDF2/PK_Key_Agreement in DH benchmark | lloyd | 2010-03-04 | 1 | -5/+5 |
* | More keygen tests | lloyd | 2010-03-04 | 1 | -0/+8 |
* | Test GOST with 521-bit prime field (was setting off bug before) | lloyd | 2010-03-04 | 1 | -1/+1 |
* | Split up load/store tests public vs private | lloyd | 2010-03-04 | 1 | -11/+29 |
* | For each keygen tests, save the file as pem then reload it. | lloyd | 2010-03-04 | 1 | -27/+80 |
* | Add similar decoding constructors to the private keys | lloyd | 2010-03-04 | 2 | -3/+3 |
* | Add a new constructor to each public key algorithm (only the public | lloyd | 2010-03-04 | 2 | -97/+2 |
* | Remove odd DH use in ECDH test | lloyd | 2010-03-04 | 1 | -4/+0 |
* | Some botan exception throws are plain STL exceptions | lloyd | 2010-03-04 | 1 | -7/+1 |
* | Add a new function to public key x509_subject_public_key which returns | lloyd | 2010-03-04 | 1 | -6/+2 |
* | Reduce deps slightly in selftest code | lloyd | 2010-03-03 | 1 | -4/+17 |
* | Avoid warnings under VC++ in ECC tests | lloyd | 2010-03-03 | 2 | -2/+2 |
* | Fix some -Wmissing-declarations warnings in the test code | lloyd | 2010-03-03 | 2 | -14/+11 |
* | Add XSalsa20 | lloyd | 2010-03-03 | 1 | -0/+82 |
* | Modify the ECDSA signature OIDs. Previously the ones using the BSI | lloyd | 2010-03-02 | 1 | -1/+1 |
* | Make CVC tests a bit more verbose | lloyd | 2010-03-02 | 1 | -8/+10 |
* | Add GOST 34.10 benchmarks. Kill of last bits of ECKAEG terminology. | lloyd | 2010-03-02 | 4 | -24/+92 |
* | Rename PointGFp::get_jac_proj_{x,y,z} simply get_{x,y,z} | lloyd | 2010-03-02 | 1 | -32/+32 |
* | Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm, | lloyd | 2010-03-02 | 2 | -54/+52 |
* | Remove auto_ptr from ECC key types | lloyd | 2010-03-02 | 2 | -8/+7 |
* | Remove a fairly useless member of EC_PublicKey that was only used for | lloyd | 2010-03-02 | 1 | -4/+4 |
* | Kill get_EC_Dom_Pars_by_oid | lloyd | 2010-03-01 | 6 | -28/+32 |