summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gostr341194.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
| | | | ok miod@
* Fix possible 32 byte buffer overrun, found by coverity, CID 78869beck2015-07-151-2/+2
| | | | ok miod@
* Make GOST compile with a strict C compiler - in this case incrementing ajsing2014-12-071-2/+3
| | | | | | | void pointer is undefined and initialising an array with {} is a syntax error. Based on a diff from kinichiro inoguchi.
* KNF (when not conflicting with other cleanup changes in progress)miod2014-11-091-15/+28
|
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+259
engine to regular EVP citizens, contributed by Dmitry Eremin-Solenikov; libcrypto bits only for now. This is a verbatim import of Dmitry's work, and does not compile in this state; the forthcoming commits will address these issues. None of the GOST code is enabled in libcrypto yet, for it still gets compiled with OPENSSL_NO_GOST defined. However, the public header gost.h will be installed.