summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gost.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unhook and remove GOST and STREEBOGtb2024-03-021-262/+0
| | | | | | | | | | | | This stops compiling the GOST source. The current implementation is low quality and got in the way, especially in libssl. While we would be open for GOST support, it needs to be significantly better than what we have had and it also needs a maintainer. Add OPENSSL_NO_GOST to opensslfeatures and stop installing gost.h. Some code wrapped in #ifndef OPENSSL_NO_GOST will be removed later. ok jsing
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-5/+1
| | | | | | | 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
* Expand DECLARE_ASN1_.*FUNCTIONS macros.jsing2016-09-041-2/+6
| | | | No change in preprocessed output, ignoring whitespace and line numbers.
* Replace RAND_bytes() usage with arc4random_buf().miod2014-11-091-2/+1
|
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+263
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.