aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/gost_3410/gost_3410.h
Commit message (Expand)AuthorAgeFilesLines
* Quite the hack, here.lloyd2010-03-041-0/+3
* Fix GOST 34.10 pubkey encodinglloyd2010-03-041-0/+2
* 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-041-9/+1
* 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-041-6/+2
* Small cleanupslloyd2010-03-021-1/+2
* Add some simple constructors to the EC_ base key types to simplifylloyd2010-03-021-3/+5
* Remove auto_ptr from ECC key typeslloyd2010-03-021-32/+2
* Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-12/+0
* Of _course_, GOST 34.10 uses a non-standard X.509 encoding, and _of course_lloyd2009-12-121-4/+17
* Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-191-0/+151