aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/gost_3410/gost_3410.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix GOST pubkey encoding when x.bytes() != y.bytes()lloyd2010-03-041-1/+1
* Fix exception textlloyd2010-03-041-1/+1
* Fix GOST 34.10 pubkey encodinglloyd2010-03-041-3/+11
* Remove load hooks from ECC classes, unusedlloyd2010-03-041-1/+8
* Remove X509_Decoder. Fix GOST-34.10 DER constructor (was default to normal ECC)lloyd2010-03-041-32/+13
* Add a new function to public key x509_subject_public_key which returnslloyd2010-03-041-27/+8
* Small cleanupslloyd2010-03-021-21/+11
* Add some simple constructors to the EC_ base key types to simplifylloyd2010-03-021-25/+0
* Remove auto_ptr from ECC key typeslloyd2010-03-021-135/+23
* Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-32/+1
* Kill get_EC_Dom_Pars_by_oidlloyd2010-03-011-3/+1
* Clean up EC_Domain_Paramslloyd2010-03-011-5/+3
* 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-121-1/+88
* Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-191-0/+269