Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quite the hack, here. | lloyd | 2010-03-04 | 1 | -0/+3 |
* | Fix GOST 34.10 pubkey encoding | lloyd | 2010-03-04 | 1 | -0/+2 |
* | Add similar decoding constructors to the private keys | lloyd | 2010-03-04 | 1 | -5/+4 |
* | Remove X509_Decoder. Fix GOST-34.10 DER constructor (was default to normal ECC) | lloyd | 2010-03-04 | 1 | -9/+1 |
* | Add a new constructor to each public key algorithm (only the public | lloyd | 2010-03-04 | 1 | -15/+19 |
* | Add a new function to public key x509_subject_public_key which returns | lloyd | 2010-03-04 | 1 | -6/+2 |
* | Small cleanups | lloyd | 2010-03-02 | 1 | -1/+2 |
* | Add some simple constructors to the EC_ base key types to simplify | lloyd | 2010-03-02 | 1 | -3/+5 |
* | Remove auto_ptr from ECC key types | lloyd | 2010-03-02 | 1 | -32/+2 |
* | Remove a fairly useless member of EC_PublicKey that was only used for | lloyd | 2010-03-02 | 1 | -12/+0 |
* | Of _course_, GOST 34.10 uses a non-standard X.509 encoding, and _of course_ | lloyd | 2009-12-12 | 1 | -4/+17 |
* | Add an implementation of GOST 34.10-2001 as described in | lloyd | 2009-11-19 | 1 | -0/+151 |