openssl/crypto/ocsp
ndossche ecd445464a Fix incomplete check on X509V3_add1_i2d()
X509V3_add1_i2d() can return both -1 and 0 as an error code. This check
only checked for 0. Change it into <= 0 to also catch the -1 error code.

CLA: trivial

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20157)
2023-01-31 11:05:51 +11:00
..
build.info
ocsp_asn.c
ocsp_cl.c Fix more certificate related lib_ctx settings. 2021-04-08 11:30:44 +10:00
ocsp_err.c Update copyright year 2021-06-17 13:24:59 +01:00
ocsp_ext.c Fix incomplete check on X509V3_add1_i2d() 2023-01-31 11:05:51 +11:00
ocsp_http.c OCSP_sendreq_bio: Avoid doublefree of mem BIO 2021-10-25 11:43:10 +02:00
ocsp_lib.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
ocsp_local.h Fix more certificate related lib_ctx settings. 2021-04-08 11:30:44 +10:00
ocsp_prn.c
ocsp_srv.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
ocsp_vfy.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
v3_ocsp.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00