]> git.ipfire.org Git - thirdparty/openssl.git/commit - .gitignore
Fix safestack issues in conf.h
authorMatt Caswell <matt@openssl.org>
Thu, 3 Sep 2020 15:14:28 +0000 (16:14 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:11:20 +0000 (11:11 +0100)
commite74e562f1c518839cc9b63aafd4af6644e01d9ca
treeed8d2cc7f428c78fd9fc3456bafcce76e346d739
parentdd731474207126615679f4cc9ae772d7da990332
Fix safestack issues in conf.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)
43 files changed:
.gitignore
apps/ca.c
apps/lib/apps.c
apps/ocsp.c
apps/req.c
build.info
crypto/asn1/asn1_gen.c
crypto/asn1/asn_moid.c
crypto/asn1/asn_mstbl.c
crypto/cmp/cmp_http.c
crypto/conf/conf_api.c
crypto/conf/conf_mod.c
crypto/conf/conf_ssl.c
crypto/engine/eng_cnf.c
crypto/evp/evp_cnf.c
crypto/http/http_client.c
crypto/provider_conf.c
crypto/ts/ts_conf.c
crypto/ts/ts_rsp_print.c
crypto/x509/v3_addr.c
crypto/x509/v3_akey.c
crypto/x509/v3_alt.c
crypto/x509/v3_asid.c
crypto/x509/v3_bcons.c
crypto/x509/v3_bitst.c
crypto/x509/v3_conf.c
crypto/x509/v3_cpols.c
crypto/x509/v3_crld.c
crypto/x509/v3_extku.c
crypto/x509/v3_info.c
crypto/x509/v3_ist.c
crypto/x509/v3_ncons.c
crypto/x509/v3_pci.c
crypto/x509/v3_pcons.c
crypto/x509/v3_pmaps.c
crypto/x509/v3_prn.c
crypto/x509/v3_sxnet.c
crypto/x509/v3_tlsf.c
crypto/x509/v3_utl.c
include/openssl/conf.h.in [moved from include/openssl/conf.h with 97% similarity]
test/confdump.c
test/http_test.c
test/ssl_test_ctx.c