Submitted by: Julia Lawall <julia@diku.dk>
authorDr. Stephen Henson <steve@openssl.org>
Sun, 13 Sep 2009 11:27:27 +0000 (11:27 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 13 Sep 2009 11:27:27 +0000 (11:27 +0000)
commit80afb40ae34594b23d3c2cbeb8f653aac4634eca
treecefa55bf1b9fe6af76ce2ac7be5cf09449bfca18
parent3333428b44a0c4e21451cdaf6978933df3dd203a
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