]> git.ipfire.org Git - thirdparty/openssl.git/commit - .gitignore
Fix safestack issues in x509v3.h
authorMatt Caswell <matt@openssl.org>
Thu, 3 Sep 2020 11:46:08 +0000 (12:46 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:09:45 +0000 (11:09 +0100)
commite144fd36ceb4d71a75b04503995a52ad6699fb22
tree0642e141ce77e06b70bdc72b4512ca4fa9c838cf
parente6623cfbffcc03e2483632359e005ca13adacc9d
Fix safestack issues in x509v3.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)
38 files changed:
.gitignore
apps/cms.c
apps/lib/apps.c
build.info
crypto/cmp/cmp_ctx.c
crypto/cmp/cmp_msg.c
crypto/cms/cms_ess.c
crypto/ess/ess_lib.c
crypto/ocsp/ocsp_ext.c
crypto/ocsp/v3_ocsp.c
crypto/ts/ts_rsp_verify.c
crypto/x509/pcy_cache.c
crypto/x509/pcy_data.c
crypto/x509/pcy_lib.c
crypto/x509/pcy_map.c
crypto/x509/pcy_node.c
crypto/x509/pcy_tree.c
crypto/x509/v3_addr.c
crypto/x509/v3_admis.c
crypto/x509/v3_akey.c
crypto/x509/v3_alt.c
crypto/x509/v3_asid.c
crypto/x509/v3_cpols.c
crypto/x509/v3_crld.c
crypto/x509/v3_info.c
crypto/x509/v3_lib.c
crypto/x509/v3_ncons.c
crypto/x509/v3_pmaps.c
crypto/x509/v3_purp.c
crypto/x509/v3_sxnet.c
crypto/x509/v3_utl.c
crypto/x509/x509_vfy.c
crypto/x509/x_crl.c
crypto/x509/x_x509.c
include/openssl/x509.h.in
include/openssl/x509v3.h.in [moved from include/openssl/x509v3.h with 97% similarity]
test/cmp_ctx_test.c
test/v3nametest.c