openssl/crypto/ts
Dr. Stephen Henson 0ed26acce3 Fix OOB read in TS_OBJ_print_bio().
TS_OBJ_print_bio() misuses OBJ_txt2obj: it should print the result
as a null terminated buffer. The length value returned is the total
length the complete text reprsentation would need not the amount of
data written.

CVE-2016-2180

Thanks to Shi Lei for reporting this bug.

Reviewed-by: Matt Caswell <matt@openssl.org>
2016-07-22 15:15:17 +01:00
..
build.info
ts_asn1.c
ts_conf.c
ts_err.c Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
ts_lcl.h
ts_lib.c Fix OOB read in TS_OBJ_print_bio(). 2016-07-22 15:15:17 +01:00
ts_req_print.c
ts_req_utils.c
ts_rsp_print.c
ts_rsp_sign.c Improve const correctness for stacks of EVP_MD 2016-06-18 15:34:03 +01:00
ts_rsp_utils.c
ts_rsp_verify.c Whitespace cleanup in crypto 2016-06-29 09:56:39 -04:00
ts_verify_ctx.c