summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gost_err.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hide symbols in gost.beck2023-07-081-0/+1
| | | | ok tb@ after some puking in his mouth.
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-6/+0
| | | | | | | This script is not used at all and files are edited by hand instead. Thus remove misleading comments incl. the obsolete script/config. Feedback OK jsing tb
* Apply some style(9).jsing2020-06-051-34/+30
|
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-31/+4
| | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@
* Replace RAND_bytes() usage with arc4random_buf().miod2014-11-091-1/+0
|
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+143
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.