summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost2001.c
AgeCommit message (Collapse)Author
2016-08-22GOST: rearrange code so it's more like C rather than C++Richard Levitte
Some builds fail otherwise. Reviewed-by: Matt Caswell <matt@openssl.org>
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
RT4386: Add sanity checks for BN_new() RT4384: Missing Sanity Checks for RSA_new_method() RT4384: Missing Sanity Check plus potential NULL pointer deref RT4382: Missing Sanity Check(s) for BUF_strdup() RT4380: Missing Sanity Checks for EVP_PKEY_new() RT4377: Prevent potential NULL pointer dereference RT4375: Missing sanity checks for OPENSSL_malloc() RT4374: Potential for NULL pointer dereferences RT4371: Missing Sanity Check for malloc() RT4370: Potential for NULL pointer dereferences Also expand tabs, make update, typo fix (rsalz) Minor tweak by Paul Dale. Some minor internal review feedback. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-04-20Fix return checks in GOST engineMatt Caswell
Filled in lots of return value checks that were missing the GOST engine, and added appropriate error handling. Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 8817e2e0c998757d3bd036d7f45fe8d0a49fbe2d)
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2010-02-16Submitted by: Dmitry Ivanov <vonami@gmail.com>Dr. Stephen Henson
Don't leave dangling pointers in GOST engine if calls fail.
2008-02-28Fix error code function name mismatches in GOST engine, rebuild errors.Dr. Stephen Henson
2006-09-21Updated version of gost engine.Dr. Stephen Henson
2006-09-17GOST public key algorithm ENGINE donated to the OpenSSL by Cryptocom.Dr. Stephen Henson
Very early version, doesn't do much yet, not even added to the build system.