openssl/crypto/x509
Matt Caswell 446ba8de9a Ensure we check i2d_X509 return val
The i2d_X509() function can return a negative value on error. Therefore
we should make sure we check it.

Issue reported by Yuan Jochen Kang.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
2016-04-26 14:29:54 +01:00
..
build.info move x_pubkey.c to crypto/x509 2016-03-22 15:28:11 +00:00
by_dir.c
by_file.c Make many X509_xxx types opaque. 2016-04-15 13:21:43 -04:00
t_crl.c
t_req.c
t_x509.c
x509_att.c
x509_cmp.c Make X509_PUBKEY opaque 2016-03-22 15:28:11 +00:00
x509_d2.c
x509_def.c
x509_err.c Make many X509_xxx types opaque. 2016-04-15 13:21:43 -04:00
x509_ext.c
x509_lcl.h Make many X509_xxx types opaque. 2016-04-15 13:21:43 -04:00
x509_lu.c Make many X509_xxx types opaque. 2016-04-15 13:21:43 -04:00
x509_obj.c
x509_r2x.c Use X509_REQ_get0_pubkey 2016-04-04 20:38:14 +02:00
x509_req.c Add X509_REQ_get0_pubkey method 2016-04-04 20:38:11 +02:00
x509_set.c
x509_trs.c
x509_txt.c Move peer chain security checks into x509_vfy.c 2016-04-03 11:35:35 -04:00
x509_v3.c
x509_vfy.c Added missing X509_STORE_CTX_set_error_depth() accessor 2016-04-25 15:26:04 -04:00
x509_vpm.c Move peer chain security checks into x509_vfy.c 2016-04-03 11:35:35 -04:00
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c
x_all.c Fix no-ocsp 2016-04-06 14:57:45 +01:00
x_attrib.c
x_crl.c
x_exten.c
x_name.c
x_pubkey.c Fix X509_PUBKEY cached key handling. 2016-04-02 17:34:27 +01:00
x_req.c
x_x509.c Ensure we check i2d_X509 return val 2016-04-26 14:29:54 +01:00
x_x509a.c