| Commit message (Expand) | Author | Age | Files | Lines |
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 1 | -1/+1 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 2 | -5/+5 |
* | Multi-expoentiation, using the single bit variation. Using a 2 or 3 | lloyd | 2011-06-01 | 1 | -1/+2 |
* | Reject s == 0 or r == 0 in a ECC signature. | lloyd | 2011-05-19 | 1 | -1/+1 |
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 2 | -13/+11 |
* | Use size_t instead of u32bit in all of pubkey | lloyd | 2010-10-12 | 2 | -15/+15 |
* | If we generate a k such that s or r is 0, don't fail, simply retry | lloyd | 2010-09-26 | 1 | -11/+13 |
* | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 1 | -2/+2 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -0/+6 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -2/+4 |
* | KeyPair::check_key's behavior of throwing an exception upon failure was | lloyd | 2010-03-21 | 2 | -0/+15 |
* | Use a Modular_Reducer in ECDSA op | lloyd | 2010-03-13 | 2 | -6/+8 |
* | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 2 | -4/+4 |
* | Remove the now no-op classes PK_Encrypting_Key, | lloyd | 2010-03-08 | 1 | -4/+2 |
* | Constify sign and verify ops | lloyd | 2010-03-05 | 2 | -6/+6 |
* | Remove ECDSA_PublicKey::verify | lloyd | 2010-03-05 | 2 | -40/+0 |
* | Rename PK_Ops::Signature_Operation to PK_Ops::Signature | lloyd | 2010-03-05 | 1 | -1/+1 |
* | Add verification ops for all signature key types | lloyd | 2010-03-05 | 2 | -0/+49 |
* | Remove the sign() operation from the public key objects, totally replaced | lloyd | 2010-03-05 | 2 | -45/+6 |
* | Add signature generation operation classes. Remove sign() from | lloyd | 2010-03-05 | 2 | -0/+55 |
* | Add similar decoding constructors to the private keys | lloyd | 2010-03-04 | 1 | -5/+4 |
* | Add a new constructor to each public key algorithm (only the public | lloyd | 2010-03-04 | 1 | -14/+14 |
* | Add some simple constructors to the EC_ base key types to simplify | lloyd | 2010-03-02 | 2 | -36/+7 |
* | Kill ECKAEG_Op | lloyd | 2010-03-02 | 1 | -2/+0 |
* | Remove ECDSA_Op and its attendant bits | lloyd | 2010-03-02 | 6 | -281/+45 |
* | Remove auto_ptr from ECC key types | lloyd | 2010-03-02 | 3 | -154/+40 |
* | Remove a fairly useless member of EC_PublicKey that was only used for | lloyd | 2010-03-02 | 2 | -46/+0 |
* | Clean up EC_Domain_Params | lloyd | 2010-03-01 | 1 | -1/+1 |
* | Use a Modular_Reducer in ECDSA op for reductions mod the order of the group | lloyd | 2010-02-25 | 2 | -18/+9 |
* | Move contents of gfpmath to numbertheory. Adjust dependencies. | lloyd | 2010-02-25 | 1 | -1/+0 |
* | Convert PointGFp::get_affine_{x,y} to return just the BigInt value | lloyd | 2010-02-25 | 1 | -3/+3 |
* | Remove PointGFp::mult_this_secure | lloyd | 2010-02-24 | 2 | -5/+3 |
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 1 | -2/+2 |
* | Remove unneeded iostream/stdio includes | lloyd | 2009-12-21 | 1 | -3/+0 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -11/+0 |
* | Much cleaning up in ECDSA, though it's still rather a mess (and 50x slower | lloyd | 2009-11-18 | 6 | -151/+109 |
* | Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual; | lloyd | 2009-11-10 | 1 | -3/+2 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+0 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -9/+10 |
* | Move the contents of pubkey/pubkey (which was kind of a catch-all to | lloyd | 2009-07-15 | 1 | -1/+0 |
* | engine.h had copies of some declarations from pk_engine.h that had not | lloyd | 2009-05-13 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 6 | -49/+61 |
* | Macro cleanup | lloyd | 2008-11-09 | 1 | -1/+1 |
* | Remove dependency on Default_Engine from pubkey code | lloyd | 2008-11-08 | 1 | -11/+1 |
* | Remove spurious trailing ; after blocks | lloyd | 2008-10-13 | 1 | -2/+2 |
* | Decruft | lloyd | 2008-10-12 | 1 | -36/+27 |
* | Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now. | lloyd | 2008-10-11 | 5 | -202/+57 |