openssl/crypto/ts
Rich Salz b51bce9420 Add and use OPENSSL_zalloc
There are many places (nearly 50) where we malloc and then memset.
Add an OPENSSL_zalloc routine to encapsulate that.
(Missed one conversion; thanks Richard)
Also fixes GH328

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-09-02 22:05:37 -04:00
..
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
ts_asn1.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
ts_conf.c Set error code, no fprintf stderr, on errors. 2015-06-04 18:03:33 -04:00
ts_err.c Set error code, no fprintf stderr, on errors. 2015-06-04 18:03:33 -04:00
ts_lib.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ts_req_print.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ts_req_utils.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ts_rsp_print.c Rename all static TS_xxx to ts_xxx 2015-06-04 09:47:18 -04:00
ts_rsp_sign.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
ts_rsp_utils.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ts_rsp_verify.c Add X509_up_ref function. 2015-08-31 23:18:55 +01:00
ts_verify_ctx.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00