aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/gost_3410
Commit message (Expand)AuthorAgeFilesLines
* Constify sign and verify opslloyd2010-03-052-6/+5
* Remove sign and verify ops from key typeslloyd2010-03-052-43/+0
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* Add verification ops for all signature key typeslloyd2010-03-052-3/+62
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-052-49/+0
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-052-1/+57
* Fix GOST pubkey encoding when x.bytes() != y.bytes()lloyd2010-03-041-1/+1
* Fix exception textlloyd2010-03-041-1/+1
* Quite the hack, here.lloyd2010-03-041-0/+3
* Fix GOST 34.10 pubkey encodinglloyd2010-03-042-3/+13
* Remove load hooks from ECC classes, unusedlloyd2010-03-041-1/+8
* Add similar decoding constructors to the private keyslloyd2010-03-041-5/+4
* Remove X509_Decoder. Fix GOST-34.10 DER constructor (was default to normal ECC)lloyd2010-03-042-41/+14
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-15/+19
* Add a new function to public key x509_subject_public_key which returnslloyd2010-03-042-33/+10
* Small cleanupslloyd2010-03-022-22/+13
* Add some simple constructors to the EC_ base key types to simplifylloyd2010-03-022-28/+5
* Remove auto_ptr from ECC key typeslloyd2010-03-022-167/+25
* Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-022-44/+1
* Kill get_EC_Dom_Pars_by_oidlloyd2010-03-011-3/+1
* Clean up EC_Domain_Paramslloyd2010-03-011-5/+3
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-251-1/+0
* Convert PointGFp::get_affine_{x,y} to return just the BigInt valuelloyd2010-02-251-5/+5
* Convert 3-arg constructoor of PointGFp to take BigInts instead oflloyd2010-02-251-2/+1
* Remove PointGFp::mult_this_securelloyd2010-02-241-5/+4
* Remove debug printlloyd2010-02-241-5/+0
* Of _course_, GOST 34.10 uses a non-standard X.509 encoding, and _of course_lloyd2009-12-122-5/+105
* Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-193-0/+434