Fix safestack issues in x509.h
authorMatt Caswell <matt@openssl.org>
Thu, 3 Sep 2020 09:23:44 +0000 (10:23 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:09:45 +0000 (11:09 +0100)
commite6623cfbffcc03e2483632359e005ca13adacc9d
tree64caba9fa625624f304162011a54a55b09b0ad41
parent6ac1cd10ba8a1d92d3858e53a7aea2cf444adf26
Fix safestack issues in x509.h

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
106 files changed:
.gitignore
apps/ca.c
apps/cmp.c
apps/cmp_mock_srv.c
apps/cms.c
apps/crl2p7.c
apps/lib/apps.c
apps/lib/s_cb.c
apps/nseq.c
apps/ocsp.c
apps/pkcs12.c
apps/pkcs7.c
apps/rehash.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/verify.c
apps/x509.c
build.info
crypto/cmp/cmp_client.c
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_msg.c
crypto/cmp/cmp_protect.c
crypto/cmp/cmp_server.c
crypto/cmp/cmp_util.c
crypto/cmp/cmp_vfy.c
crypto/cms/cms_env.c
crypto/cms/cms_ess.c
crypto/cms/cms_lib.c
crypto/cms/cms_sd.c
crypto/cms/cms_smime.c
crypto/crmf/crmf_lib.c
crypto/ess/ess_lib.c
crypto/evp/p_lib.c
crypto/ocsp/ocsp_cl.c
crypto/ocsp/ocsp_prn.c
crypto/ocsp/ocsp_srv.c
crypto/ocsp/ocsp_vfy.c
crypto/pem/pem_info.c
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_kiss.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_lib.c
crypto/pkcs7/pk7_smime.c
crypto/store/store_result.c
crypto/ts/ts_conf.c
crypto/ts/ts_req_utils.c
crypto/ts/ts_rsp_sign.c
crypto/ts/ts_rsp_utils.c
crypto/ts/ts_rsp_verify.c
crypto/ts/ts_verify_ctx.c
crypto/x509/by_file.c
crypto/x509/pcy_tree.c
crypto/x509/t_crl.c
crypto/x509/t_req.c
crypto/x509/t_x509.c
crypto/x509/v3_addr.c
crypto/x509/v3_asid.c
crypto/x509/v3_conf.c
crypto/x509/v3_crld.c
crypto/x509/v3_lib.c
crypto/x509/v3_prn.c
crypto/x509/v3_utl.c
crypto/x509/x509_att.c
crypto/x509/x509_cmp.c
crypto/x509/x509_lu.c
crypto/x509/x509_obj.c
crypto/x509/x509_r2x.c
crypto/x509/x509_trs.c
crypto/x509/x509_v3.c
crypto/x509/x509_vfy.c
crypto/x509/x509cset.c
crypto/x509/x509name.c
crypto/x509/x_crl.c
crypto/x509/x_name.c
crypto/x509/x_req.c
engines/e_capi.c
engines/e_loader_attic.c
include/openssl/x509.h.in [moved from include/openssl/x509.h with 98% similarity]
providers/implementations/storemgmt/file_store.c
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_conf.c
ssl/ssl_lib.c
ssl/ssl_rsa.c
ssl/ssl_sess.c
ssl/statem/extensions.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
ssl/t1_lib.c
test/cmp_client_test.c
test/cmp_ctx_test.c
test/cmp_protect_test.c
test/cmp_testlib.c
test/cmsapitest.c
test/crltest.c
test/danetest.c
test/handshake_helper.c
test/ocspapitest.c
test/pkcs12_helper.c
test/ssl_test.c
test/ssl_test_ctx.c
test/sslapitest.c
test/verify_extra_test.c