Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make GOST compile with a strict C compiler - in this case incrementing a | jsing | 2014-12-07 | 3 | -10/+12 |
* | Correctly output the result in STREEBOG512_Final() when running on a big-endian | miod | 2014-12-07 | 1 | -5/+28 |
* | Argh, another bug introduced in r1.3; Dmitry Eremin-Solenikov | miod | 2014-11-18 | 1 | -2/+2 |
* | Return success in param_copy_gost01() if there is no private key to copy; | miod | 2014-11-18 | 1 | -2/+2 |
* | Add many missing error checks (probably not exhaustive, but a good start): | miod | 2014-11-13 | 6 | -287/+488 |
* | KNF (when not conflicting with other cleanup changes in progress) | miod | 2014-11-09 | 10 | -329/+446 |
* | Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failure | miod | 2014-11-09 | 2 | -19/+4 |
* | Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending a | miod | 2014-11-09 | 3 | -30/+32 |
* | Replace RAND_bytes() usage with arc4random_buf(). | miod | 2014-11-09 | 3 | -10/+3 |
* | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 17 | -0/+5569 |