Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 1 | -1/+3 |
| | | | | | | evp.h will be moved to evp_locl.h in an upcoming bump. ok inoguchi | ||||
* | KNF (when not conflicting with other cleanup changes in progress) | miod | 2014-11-09 | 1 | -13/+19 |
| | |||||
* | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 1 | -0/+125 |
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. |