Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failure | miod | 2014-11-09 | 1 | -4/+3 |
| | | | | instead of a printf and a success return, when the operation fails. | ||||
* | Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending a | miod | 2014-11-09 | 1 | -11/+14 |
| | | | | | `gost_' prefix to them, so that we do not pollute the global namespace too much. | ||||
* | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 1 | -0/+136 |
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. |