openssl/crypto/ts
Rich Salz efa7dd6444 free NULL cleanup 11
Don't check for NULL before calling free functions. This gets:
        ERR_STATE_free
        ENGINE_free
        DSO_free
        CMAC_CTX_free
        COMP_CTX_free
        CONF_free
        NCONF_free NCONF_free_data _CONF_free_data
        A sk_free use within OBJ_sigid_free
        TS_TST_INFO_free (rest of TS_ API was okay)
        Doc update for UI_free (all uses were fine)
        X509V3_conf_free
        X509V3_section_free
        X509V3_string_free

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-05-01 10:15:18 -04:00
..
Makefile Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
ts_asn1.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
ts_conf.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
ts_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ts_lib.c make X509_EXTENSION opaque 2015-03-23 18:27:04 +00:00
ts_req_print.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ts_req_utils.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ts_rsp_print.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ts_rsp_sign.c free NULL cleanup 5a 2015-04-30 17:33:59 -04:00
ts_rsp_utils.c Remove old ASN.1 code. 2015-03-23 13:15:06 +00:00
ts_rsp_verify.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ts_verify_ctx.c remove malloc casts 2015-04-28 15:28:14 -04:00