summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gostr341001_ameth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unifdef OPENSSL_NO_CMSjsing2016-10-191-15/+1
* Consistently check the return value from BN_CTX_get() on assignment.jsing2015-02-141-4/+4
* Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.beck2015-02-111-1/+15
* get rid of OPENSSL_NO_CMS code we do not use.beck2015-02-111-15/+1
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* Argh, another bug introduced in r1.3; Dmitry Eremin-Solenikovmiod2014-11-181-2/+2
* Return success in param_copy_gost01() if there is no private key to copy;miod2014-11-181-2/+2
* Add many missing error checks (probably not exhaustive, but a good start):miod2014-11-131-82/+140
* KNF (when not conflicting with other cleanup changes in progress)miod2014-11-091-35/+57
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+656