Fix return checks in GOST engine
authorMatt Caswell <matt@openssl.org>
Fri, 13 Mar 2015 16:48:01 +0000 (16:48 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Mar 2015 12:33:37 +0000 (12:33 +0000)
commit8817e2e0c998757d3bd036d7f45fe8d0a49fbe2d
tree463a2d7d0c4681a8784083ee2b9cfe3446474e29
parent7b611e5fe8eaac9512f72094c460f3ed6040076a
Fix return checks in GOST engine

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>
engines/ccgost/e_gost_err.c
engines/ccgost/e_gost_err.h
engines/ccgost/gost2001.c
engines/ccgost/gost_ameth.c
engines/ccgost/gost_pmeth.c
engines/ccgost/gost_sign.c