Fix safestack issues in asn1.h
authorMatt Caswell <matt@openssl.org>
Thu, 3 Sep 2020 13:35:41 +0000 (14:35 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:10:40 +0000 (11:10 +0100)
commitb4780134df95b34ae263e966e93c83594a38de5b
tree81e361e6653d1fc025af029be24d71af6a8f5051
parent24c4ea958ecae0b194cc3eb812a81766cdb421f6
Fix safestack issues in asn1.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)
44 files changed:
.gitignore
apps/asn1pars.c
apps/cmp_mock_srv.c
apps/x509.c
build.info
crypto/asn1/a_strnid.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn1_lib.c
crypto/asn1/asn_mime.c
crypto/asn1/d2i_pr.c
crypto/cmp/cmp_client.c
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_hdr.c
crypto/cmp/cmp_msg.c
crypto/cmp/cmp_status.c
crypto/cmp/cmp_util.c
crypto/cms/cms_sd.c
crypto/ocsp/ocsp_ext.c
crypto/pkcs7/pk7_attr.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_lib.c
crypto/pkcs7/pk7_smime.c
crypto/ts/ts_rsp_print.c
crypto/ts/ts_rsp_sign.c
crypto/ts/ts_rsp_verify.c
crypto/x509/pcy_data.c
crypto/x509/pcy_map.c
crypto/x509/pcy_node.c
crypto/x509/pcy_tree.c
crypto/x509/t_x509.c
crypto/x509/v3_admis.c
crypto/x509/v3_cpols.c
crypto/x509/v3_extku.c
crypto/x509/v3_purp.c
crypto/x509/v3_tlsf.c
crypto/x509/x509_att.c
crypto/x509/x509_trs.c
crypto/x509/x509_vpm.c
crypto/x509/x_attrib.c
crypto/x509/x_x509a.c
include/openssl/asn1.h.in [moved from include/openssl/asn1.h with 98% similarity]
test/cmp_ctx_test.c
test/cmp_hdr_test.c
test/cmp_status_test.c