boringssl/crypto/x509
Adam Langley 2b2d66d409 Remove string.h from base.h.
Including string.h in base.h causes any file that includes a BoringSSL
header to include string.h. Generally this wouldn't be a problem,
although string.h might slow down the compile if it wasn't otherwise
needed. However, it also causes problems for ipsec-tools in Android
because OpenSSL didn't have this behaviour.

This change removes string.h from base.h and, instead, adds it to each
.c file that requires it.

Change-Id: I5968e50b0e230fd3adf9b72dd2836e6f52d6fb37
Reviewed-on: https://boringssl-review.googlesource.com/3200
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-02-02 19:14:15 +00:00
..
a_digest.c Fix a_{digest,verify}.c error codepaths. 2014-10-06 23:50:31 +00:00
a_sign.c Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm. 2014-10-09 21:52:52 +00:00
a_strex.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
a_verify.c Fix various certificate fingerprint issues. 2015-01-09 19:41:59 +00:00
asn1_gen.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
by_dir.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
by_file.c
charmap.h
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
i2d_pr.c
pkcs7_test.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
pkcs7.c Rework support for ASN.1 BER. 2014-08-25 21:38:08 +00:00
t_crl.c Shush some dead assignments. 2014-11-06 01:34:33 +00:00
t_x509.c Use inner algorithm when printing certificate. 2015-01-26 18:37:23 +00:00
t_x509a.c
vpm_int.h
x509_att.c
x509_cmp.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
x509_d2.c
x509_def.c
x509_error.c Fix various certificate fingerprint issues. 2015-01-09 19:41:59 +00:00
x509_ext.c
x509_lu.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
x509_obj.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
x509_r2x.c
x509_req.c Tag a number of globals as const. 2015-01-14 21:53:00 +00:00
x509_set.c Omit version for v1 certificates. 2014-11-10 13:45:32 -08:00
x509_trs.c Fix error handling in X509_PURPOSE_add and X509_TRUST_add. 2014-11-06 01:44:43 +00:00
x509_txt.c
x509_v3.c
x509_vfy.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
x509_vpm.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
x509.c
x509cset.c
x509name.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
x509rset.c
x509spki.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
x509type.c
x_algor.c Fix various certificate fingerprint issues. 2015-01-09 19:41:59 +00:00
x_all.c Fix various certificate fingerprint issues. 2015-01-09 19:41:59 +00:00
x_attrib.c
x_crl.c Tag a number of globals as const. 2015-01-14 21:53:00 +00:00
x_exten.c
x_info.c
x_name.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
x_pkey.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
x_pubkey.c unifdef a bunch of OPENSSL_NO_* ifdefs. 2014-08-28 00:41:34 +00:00
x_req.c
x_sig.c
x_spki.c
x_val.c
x_x509.c
x_x509a.c