boringssl/crypto/x509v3
Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules.
Beyond generally eliminating unnecessary includes, eliminate as many
includes of headers that declare/define particularly error-prone
functionality like strlen, malloc, and free. crypto/err/internal.h was
added to remove the dependency on openssl/thread.h from the public
openssl/err.h header. The include of <stdlib.h> in openssl/mem.h was
retained since it defines OPENSSL_malloc and friends as macros around
the stdlib.h functions. The public x509.h, x509v3.h, and ssl.h headers
were not changed in order to minimize breakage of source compatibility
with external code.

Change-Id: I0d264b73ad0a720587774430b2ab8f8275960329
Reviewed-on: https://boringssl-review.googlesource.com/4220
Reviewed-by: Adam Langley <agl@google.com>
2015-04-13 20:49:18 +00:00
..
CMakeLists.txt Fix the linux_shared bot. 2015-04-07 00:24:57 +00:00
ext_dat.h Tag a number of globals as const. 2015-01-14 21:53:00 +00:00
pcy_cache.c Inital import. 2014-06-20 13:17:32 -07:00
pcy_data.c Inital import. 2014-06-20 13:17:32 -07:00
pcy_int.h Inital import. 2014-06-20 13:17:32 -07:00
pcy_lib.c Inital import. 2014-06-20 13:17:32 -07:00
pcy_map.c Inital import. 2014-06-20 13:17:32 -07:00
pcy_node.c Inital import. 2014-06-20 13:17:32 -07:00
pcy_tree.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
tabtest.c Fix the linux_shared bot. 2015-04-07 00:24:57 +00:00
v3_akey.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_akeya.c Inital import. 2014-06-20 13:17:32 -07:00
v3_alt.c Fix some unchecked mallocs. 2015-02-09 19:39:41 +00:00
v3_bcons.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_bitst.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_conf.c Enable MSVC warning C4701, use of potentially uninitialized variable. 2015-04-13 20:32:26 +00:00
v3_cpols.c Fix more missing error checks in v3_cpols.c 2015-03-19 19:41:28 +00:00
v3_crld.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_enum.c Tag a number of globals as const. 2015-01-14 21:53:00 +00:00
v3_extku.c Inital import. 2014-06-20 13:17:32 -07:00
v3_genn.c Inital import. 2014-06-20 13:17:32 -07:00
v3_ia5.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_info.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_int.c Inital import. 2014-06-20 13:17:32 -07:00
v3_lib.c Fix leak in X509V3_EXT_add on error. 2014-11-06 01:40:58 +00:00
v3_ncons.c RT3662: Allow leading . in nameConstraints 2015-01-14 21:53:12 +00:00
v3_pci.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_pcia.c Convert latin-1 files to UTF-8. 2015-01-29 17:26:36 -08:00
v3_pcons.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_pku.c Inital import. 2014-06-20 13:17:32 -07:00
v3_pmaps.c Inital import. 2014-06-20 13:17:32 -07:00
v3_prn.c Remove CHARSET_EBCDIC 2014-07-07 19:30:35 +00:00
v3_purp.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
v3_skey.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_sxnet.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
v3_utl.c Remove support for zero lengths from do_x509_check. 2015-02-13 11:00:48 -08:00
v3nametest.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00