summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gostr341001_key.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-3/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-16/+13
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+4
* Consistently check the return value from BN_CTX_get() on assignment.jsing2015-02-141-4/+4
* 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-13/+15
* KNF (when not conflicting with other cleanup changes in progress)miod2014-11-091-29/+40
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+306