summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gostr341001_pmeth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gost needs to look into ecs_locl.htb2022-01-071-1/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-32/+20
* unifdef OPENSSL_NO_CMSjsing2016-10-191-6/+1
* Memory leaks upon error. Coverity CID 78874.miod2015-02-141-10/+10
* Consistently check the return value from BN_CTX_get() on assignment.jsing2015-02-141-5/+6
* Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.beck2015-02-111-1/+6
* get rid of OPENSSL_NO_CMS code we do not use.beck2015-02-111-6/+1
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* Replace assert() and OPENSSL_assert() calls with proper error return paths.miod2015-02-101-5/+20
* Add many missing error checks (probably not exhaustive, but a good start):miod2014-11-131-98/+155
* KNF (when not conflicting with other cleanup changes in progress)miod2014-11-091-31/+38
* Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failuremiod2014-11-091-15/+1
* Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending amiod2014-11-091-3/+3
* Replace RAND_bytes() usage with arc4random_buf().miod2014-11-091-7/+2
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+657