aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/gost_3410/gost_3410.h
Commit message (Expand)AuthorAgeFilesLines
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-12/+12
* More Doxygen updates/fixeslloyd2010-06-151-2/+8
* Fix a few hundred Doxygen warningslloyd2010-06-151-1/+2
* Fix GOST, wasn't getting found in enginelloyd2010-03-131-2/+2
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-4/+2
* Constify sign and verify opslloyd2010-03-051-2/+2
* Remove sign and verify ops from key typeslloyd2010-03-051-10/+0
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* Add verification ops for all signature key typeslloyd2010-03-051-0/+23
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-051-9/+0
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-1/+16
* 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