summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make GOST compile with a strict C compiler - in this case incrementing ajsing2014-12-073-10/+12
* Correctly output the result in STREEBOG512_Final() when running on a big-endianmiod2014-12-071-5/+28
* Argh, another bug introduced in r1.3; Dmitry Eremin-Solenikovmiod2014-11-181-2/+2
* Return success in param_copy_gost01() if there is no private key to copy;miod2014-11-181-2/+2
* Add many missing error checks (probably not exhaustive, but a good start):miod2014-11-136-287/+488
* KNF (when not conflicting with other cleanup changes in progress)miod2014-11-0910-329/+446
* Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failuremiod2014-11-092-19/+4
* Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending amiod2014-11-093-30/+32
* Replace RAND_bytes() usage with arc4random_buf().miod2014-11-093-10/+3
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-0917-0/+5569