Submitted by: Julia Lawall <julia@diku.dk>
authorDr. Stephen Henson <steve@openssl.org>
Sun, 13 Sep 2009 11:29:29 +0000 (11:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 13 Sep 2009 11:29:29 +0000 (11:29 +0000)
commita25f33d28a5b4e81646e42609095ef59a3f08990
tree8782b5e61a13547956299f8c66e670ef5334b577
parent94480b57db954599a355657a12d77ba926e195c4
Submitted by:  Julia Lawall <julia@diku.dk>

The functions ENGINE_ctrl(), OPENSSL_isservice(), EVP_PKEY_sign(),
CMS_get1_RecipientRequest() and RAND_bytes() can return <=0 on error fix
so the return code is checked correctly.
CHANGES
apps/ts.c
crypto/cms/cms_ess.c
crypto/cryptlib.c
crypto/engine/eng_ctrl.c
crypto/rsa/rsa_pss.c
ssl/d1_enc.c
ssl/s3_clnt.c