| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Clean up EC_Domain_Params | lloyd | 2010-03-01 | 1 | -6/+6 |
* | Delete gfp_element.h and remove the gfpmath tests | lloyd | 2010-02-25 | 3 | -531/+0 |
* | Change create_random_point to use Modular_Reducer | lloyd | 2010-02-25 | 1 | -11/+9 |
* | Remove unneeded include of gfp_elementh.h | lloyd | 2010-02-25 | 1 | -1/+0 |
* | Remove another useless EC test | lloyd | 2010-02-25 | 1 | -33/+0 |
* | Remove a useless EC test (was testing mres) | lloyd | 2010-02-25 | 1 | -34/+0 |
* | create_random_point was used in one tests though, so add it back in ec_tests.cpp | lloyd | 2010-02-25 | 1 | -0/+25 |
* | Make PointGFp::mult2_in_place private | lloyd | 2010-02-25 | 1 | -22/+17 |
* | Inline some simple GFpElement functions. Remove ostream << operator | lloyd | 2010-02-25 | 1 | -0/+5 |
* | CurveGFp: Inline, deleting source file. Store only a,b,p as | lloyd | 2010-02-25 | 3 | -29/+31 |
* | Convert the PointGFp constructor taking three coordinates (Jacobian scheme) | lloyd | 2010-02-25 | 1 | -30/+9 |
* | Convert PointGFp::get_jac_proj_{x,y,z} to return just the BigInt value, | lloyd | 2010-02-25 | 1 | -87/+32 |
* | Convert PointGFp::get_affine_{x,y} to return just the BigInt value | lloyd | 2010-02-25 | 1 | -61/+17 |
* | Convert 3-arg constructoor of PointGFp to take BigInts instead of | lloyd | 2010-02-25 | 1 | -4/+3 |
* | Kill dead code | lloyd | 2010-02-25 | 1 | -24/+4 |
* | Remove the montgomery optimizations from GFpElement entirely. | lloyd | 2010-02-24 | 2 | -140/+27 |
* | Remove PointGFp::mult_this_secure | lloyd | 2010-02-24 | 2 | -74/+2 |
* | Remove GFpModulus entirely | lloyd | 2010-02-24 | 1 | -1/+0 |
* | Make passhash9 tests more verbose since they are slow | lloyd | 2010-02-23 | 1 | -2/+11 |
* | Remove use of tr1 entirely from gfpmath. | lloyd | 2010-02-23 | 2 | -194/+11 |
* | Correct passhash9 vector for recent format changes (longer salt+PRF output, a... | lloyd | 2010-02-14 | 1 | -2/+3 |
* | Fix passhash9 test for updated API and macro name | lloyd | 2010-02-14 | 1 | -6/+6 |
* | Prefix passhash with "$9$" in a manner similar with other | lloyd | 2010-02-02 | 1 | -0/+32 |
* | Modify the S2K interface. Instead of being stateful in terms of the salt | lloyd | 2010-02-01 | 1 | -3/+3 |
* | Add a set of test vectors for 3DES in counter mode generated by | lloyd | 2010-01-29 | 1 | -0/+2746 |
* | Add a set of XTS tests using TripleDES; XTS mode supports either a 64-bit | lloyd | 2010-01-28 | 1 | -0/+1408 |
* | Fix several buffering problems in the XTS implementation that would | lloyd | 2010-01-25 | 1 | -0/+7110 |
* | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 1 | -0/+2021 |
* | Fix a test broken by the recent exception hierarchy changes | lloyd | 2010-01-12 | 1 | -10/+2 |
* | Add block cipher cascade | lloyd | 2010-01-11 | 2 | -2/+51 |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 2 | -15/+15 |
* | Split AES tests by key length for AES-NI | lloyd | 2010-01-05 | 1 | -44/+45 |
* | Specific large tests for AES-128 to hit engines | lloyd | 2010-01-04 | 1 | -3/+7 |