summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gostr341001.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-19/+14
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-211-2/+2
* Split out BN_div and BN_mod into ct and nonct versions for Internal use.beck2017-01-211-4/+6
* Consistently check the return value from BN_CTX_get() on assignment.jsing2015-02-141-29/+30
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* Add many missing error checks (probably not exhaustive, but a good start):miod2014-11-131-89/+167
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+321