summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gostr341001_ameth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make internal header file names consistenttb2022-11-261-4/+4
* Check BIO_indent() return like all the others in this file.tb2021-12-261-2/+3
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+2
* Prepare to provide EC_POINT_{g,s}et_affine_coordinatestb2021-04-201-4/+3
* Add a few more errors to help debugging.jsing2020-06-051-6/+16
* Add consts to EVP_PKEY_asn1_set_private()tb2018-08-241-2/+2
* After removing support for broken PKCS#8 formats (it was high time),tb2018-08-241-3/+3
* Remove a handrolled GOST_le2bn().jsing2018-06-101-8/+4
* Convert a handful of X509_*() functions to take const as in OpenSSL.tb2018-05-011-3/+3
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-34/+25
* 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