Join the x509 and x509v3 directories
authorRichard Levitte <levitte@openssl.org>
Mon, 13 May 2019 16:07:45 +0000 (09:07 -0700)
committerRichard Levitte <levitte@openssl.org>
Wed, 29 May 2019 07:32:50 +0000 (09:32 +0200)
commit878dc8dd9572a719d3b481e7f68af8bf17f4c68e
tree183f1438079fe7b423d374d8e2341099575ce06c
parentcdc5ae9c6597f5d7c5507645e6bc561858b91e3e
Join the x509 and x509v3 directories

This has been long overdue.

Note that this does not join the X509 and X509V3 error modules, that
will be too many macro changes at this stage.

Fixes #8919

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8925)
48 files changed:
CHANGES
crypto/build.info
crypto/err/openssl.ec
crypto/ocsp/v3_ocsp.c
crypto/x509/build.info
crypto/x509/ext_dat.h [moved from crypto/x509v3/ext_dat.h with 100% similarity]
crypto/x509/pcy_cache.c [moved from crypto/x509v3/pcy_cache.c with 100% similarity]
crypto/x509/pcy_data.c [moved from crypto/x509v3/pcy_data.c with 100% similarity]
crypto/x509/pcy_int.h [moved from crypto/x509v3/pcy_int.h with 100% similarity]
crypto/x509/pcy_lib.c [moved from crypto/x509v3/pcy_lib.c with 100% similarity]
crypto/x509/pcy_map.c [moved from crypto/x509v3/pcy_map.c with 100% similarity]
crypto/x509/pcy_node.c [moved from crypto/x509v3/pcy_node.c with 100% similarity]
crypto/x509/pcy_tree.c [moved from crypto/x509v3/pcy_tree.c with 100% similarity]
crypto/x509/standard_exts.h [moved from crypto/x509v3/standard_exts.h with 100% similarity]
crypto/x509/v3_addr.c [moved from crypto/x509v3/v3_addr.c with 100% similarity]
crypto/x509/v3_admis.c [moved from crypto/x509v3/v3_admis.c with 100% similarity]
crypto/x509/v3_admis.h [moved from crypto/x509v3/v3_admis.h with 100% similarity]
crypto/x509/v3_akey.c [moved from crypto/x509v3/v3_akey.c with 100% similarity]
crypto/x509/v3_akeya.c [moved from crypto/x509v3/v3_akeya.c with 100% similarity]
crypto/x509/v3_alt.c [moved from crypto/x509v3/v3_alt.c with 100% similarity]
crypto/x509/v3_asid.c [moved from crypto/x509v3/v3_asid.c with 100% similarity]
crypto/x509/v3_bcons.c [moved from crypto/x509v3/v3_bcons.c with 100% similarity]
crypto/x509/v3_bitst.c [moved from crypto/x509v3/v3_bitst.c with 100% similarity]
crypto/x509/v3_conf.c [moved from crypto/x509v3/v3_conf.c with 100% similarity]
crypto/x509/v3_cpols.c [moved from crypto/x509v3/v3_cpols.c with 100% similarity]
crypto/x509/v3_crld.c [moved from crypto/x509v3/v3_crld.c with 100% similarity]
crypto/x509/v3_enum.c [moved from crypto/x509v3/v3_enum.c with 100% similarity]
crypto/x509/v3_extku.c [moved from crypto/x509v3/v3_extku.c with 100% similarity]
crypto/x509/v3_genn.c [moved from crypto/x509v3/v3_genn.c with 100% similarity]
crypto/x509/v3_ia5.c [moved from crypto/x509v3/v3_ia5.c with 100% similarity]
crypto/x509/v3_info.c [moved from crypto/x509v3/v3_info.c with 100% similarity]
crypto/x509/v3_int.c [moved from crypto/x509v3/v3_int.c with 100% similarity]
crypto/x509/v3_lib.c [moved from crypto/x509v3/v3_lib.c with 100% similarity]
crypto/x509/v3_ncons.c [moved from crypto/x509v3/v3_ncons.c with 100% similarity]
crypto/x509/v3_pci.c [moved from crypto/x509v3/v3_pci.c with 100% similarity]
crypto/x509/v3_pcia.c [moved from crypto/x509v3/v3_pcia.c with 100% similarity]
crypto/x509/v3_pcons.c [moved from crypto/x509v3/v3_pcons.c with 100% similarity]
crypto/x509/v3_pku.c [moved from crypto/x509v3/v3_pku.c with 100% similarity]
crypto/x509/v3_pmaps.c [moved from crypto/x509v3/v3_pmaps.c with 100% similarity]
crypto/x509/v3_prn.c [moved from crypto/x509v3/v3_prn.c with 100% similarity]
crypto/x509/v3_purp.c [moved from crypto/x509v3/v3_purp.c with 100% similarity]
crypto/x509/v3_skey.c [moved from crypto/x509v3/v3_skey.c with 100% similarity]
crypto/x509/v3_sxnet.c [moved from crypto/x509v3/v3_sxnet.c with 100% similarity]
crypto/x509/v3_tlsf.c [moved from crypto/x509v3/v3_tlsf.c with 100% similarity]
crypto/x509/v3_utl.c [moved from crypto/x509v3/v3_utl.c with 100% similarity]
crypto/x509/v3err.c [moved from crypto/x509v3/v3err.c with 100% similarity]
crypto/x509v3/build.info [deleted file]
test/x509_internal_test.c