summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gost_asn1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-241-22/+144
|
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-091-5/+125
| | | | | | | | functions can be readily located. Change has been scripted and there is no change to the generated assembly. Discussed with beck@ miod@ tedu@
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+53
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.