aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
Commit message (Expand)AuthorAgeFilesLines
* Unused variable warning in catch statementlloyd2010-03-031-1/+1
* For PEM encoding ECC domain parameters I had been using the identifierlloyd2010-03-021-2/+2
* Make two variants of OS2ECP, one taking pointer + length, and otherlloyd2010-03-021-3/+1
* Small cleanupslloyd2010-03-024-23/+21
* Add some simple constructors to the EC_ base key types to simplifylloyd2010-03-028-106/+78
* Remove extraneous includelloyd2010-03-021-4/+0
* Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,lloyd2010-03-023-31/+35
* Kill ECKAEG_Oplloyd2010-03-027-235/+32
* Remove ECDSA_Op and its attendant bitslloyd2010-03-026-281/+45
* Remove auto_ptr from ECC key typeslloyd2010-03-0211-586/+136
* Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-026-94/+3
* Set PEM constructor (taking a string) to default to "". In this case,lloyd2010-03-022-6/+12
* Move all of the ECC domain parameter sets to policy.cpp, encoded as PEM,lloyd2010-03-023-437/+12
* Add EC domain contructor eating PEM. Set OID in OID constructorlloyd2010-03-012-3/+17
* Add EC_Domain_Params::PEM_encodelloyd2010-03-013-31/+45
* Kill get_EC_Dom_Pars_by_oidlloyd2010-03-013-62/+49
* Clean up EC_Domain_Paramslloyd2010-03-016-184/+144
* Use a Modular_Reducer in ECDSA op for reductions mod the order of the grouplloyd2010-02-252-18/+9
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-255-6/+1
* Inline GFpElementlloyd2010-02-251-3/+1
* Remove point_{x,y,z} funcs, hide GFpElement entirelylloyd2010-02-251-2/+0
* CurveGFp: Inline, deleting source file. Store only a,b,p aslloyd2010-02-251-38/+41
* Convert PointGFp::get_affine_{x,y} to return just the BigInt valuelloyd2010-02-253-14/+16
* Convert 3-arg constructoor of PointGFp to take BigInts instead oflloyd2010-02-251-2/+1
* Remove PointGFp::mult_this_securelloyd2010-02-245-19/+13
* Remove debug printlloyd2010-02-241-5/+0
* propagate from branch 'net.randombit.botan' (head 84baf58b29f3aaaee34e2b873d0...lloyd2010-02-2411-30/+24
|\
| * Remove unused variable in ec_dompar. Add missing include to ecc_keylloyd2010-02-232-5/+4
| * Remove catch clauses made redundant by inheritence changes in exception hiera...lloyd2010-01-081-5/+0
| * Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-054-6/+8
| * Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-313-8/+8
| * Switch from TripleDES to AES-256 for private key encryption bylloyd2009-12-261-1/+1
| * Correct documentation about default_pbelloyd2009-12-261-6/+4
* | propagate from branch 'net.randombit.botan' (head a338abd543caa402c32acd952e8...lloyd2009-12-245-0/+558
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-165-0/+558
| |\
| | * Of _course_, GOST 34.10 uses a non-standard X.509 encoding, and _of course_lloyd2009-12-122-5/+105
| | * Bizarrely, there are two different OIDs for the same GOST 34.10 param set.lloyd2009-12-121-1/+1
| | * Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-195-0/+458
* | | Remove unneeded iostream/stdio includeslloyd2009-12-211-3/+0
* | | Add missing BOTAN_DLL exports.lloyd2009-12-1615-14/+33
|/ /
* | Make many more headers internal-only.lloyd2009-12-163-7/+10
* | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-1620-146/+28
|/
* Name argumentslloyd2009-11-181-6/+12
* Much cleaning up in ECDSA, though it's still rather a mess (and 50x slowerlloyd2009-11-186-151/+109
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-173-221/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-174-5/+5
* Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual;lloyd2009-11-102-6/+6
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-2917-34/+0
* propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e...lloyd2009-10-1312-8/+95
|\
| * Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, si...lloyd2009-10-091-1/+7