boringssl/fuzz
Joshua Liebow-Feeser 8c7c6356e6 Support symbol prefixes
- In base.h, if BORINGSSL_PREFIX is defined, include
  boringssl_prefix_symbols.h
- In all .S files, if BORINGSSL_PREFIX is defined, include
  boringssl_prefix_symbols_asm.h
- In base.h, BSSL_NAMESPACE_BEGIN and BSSL_NAMESPACE_END are
  defined with appropriate values depending on whether
  BORINGSSL_PREFIX is defined; these macros are used in place
  of 'namespace bssl {' and '}'
- Add util/make_prefix_headers.go, which takes a list of symbols
  and auto-generates the header files mentioned above
- In CMakeLists.txt, if BORINGSSL_PREFIX and BORINGSSL_PREFIX_SYMBOLS
  are defined, run util/make_prefix_headers.go to generate header
  files
- In various CMakeLists.txt files, add "global_target" that all
  targets depend on to give us a place to hook logic that must run
  before all other targets (in particular, the header file generation
  logic)
- Document this in BUILDING.md, including the fact that it is
  the caller's responsibility to provide the symbol list and keep it
  up to date
- Note that this scheme has not been tested on Windows, and likely
  does not work on it; Windows support will need to be added in a
  future commit

Change-Id: If66a7157f46b5b66230ef91e15826b910cf979a2
Reviewed-on: https://boringssl-review.googlesource.com/31364
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Reviewed-by: David Benjamin <davidben@google.com>
2018-09-06 20:07:52 +00:00
..
arm_cpuinfo_corpus Fix corner case in cpuinfo parser. 2018-09-05 00:00:14 +00:00
bn_div_corpus Generate bn_div and bn_mod_exp corpus from bn_tests.txt. 2017-10-27 18:57:48 +00:00
bn_mod_exp_corpus Generate bn_div and bn_mod_exp corpus from bn_tests.txt. 2017-10-27 18:57:48 +00:00
cert_corpus
client_corpus Refresh TLS fuzzer corpora. 2018-05-14 22:53:55 +00:00
client_corpus_no_fuzzer_mode Refresh TLS fuzzer corpora. 2018-05-14 22:53:55 +00:00
dtls_client_corpus Refresh TLS fuzzer corpora. 2018-05-14 22:53:55 +00:00
dtls_server_corpus Refresh TLS fuzzer corpora. 2018-05-14 22:53:55 +00:00
pkcs8_corpus
pkcs12_corpus Add a PKCS#12 fuzzer. 2018-05-15 23:58:32 +00:00
privkey_corpus
read_pem_corpus
server_corpus Refresh TLS fuzzer corpora. 2018-05-14 22:53:55 +00:00
server_corpus_no_fuzzer_mode Refresh TLS fuzzer corpora. 2018-05-14 22:53:55 +00:00
session_corpus
spki_corpus
ssl_ctx_api_corpus
arm_cpuinfo.cc Fix corner case in cpuinfo parser. 2018-09-05 00:00:14 +00:00
bn_div.cc Generate bn_div and bn_mod_exp corpus from bn_tests.txt. 2017-10-27 18:57:48 +00:00
bn_mod_exp.cc Require BN_mod_exp_mont* inputs be reduced. 2018-04-24 18:29:29 +00:00
cert.cc Run the comment converter on fuzz/ and tool/ 2017-08-18 16:42:13 +00:00
client.cc Add DTLS fuzzers. 2017-09-07 22:26:50 +00:00
CMakeLists.txt Support symbol prefixes 2018-09-06 20:07:52 +00:00
dtls_client.cc Add DTLS fuzzers. 2017-09-07 22:26:50 +00:00
dtls_server.cc Add DTLS fuzzers. 2017-09-07 22:26:50 +00:00
minimise_corpuses.sh
pkcs8.cc
pkcs12.cc Add a PKCS#12 fuzzer. 2018-05-15 23:58:32 +00:00
privkey.cc
read_pem.cc
refresh_ssl_corpora.sh Defer writing the shim settings. 2018-05-01 19:49:46 +00:00
server.cc Add DTLS fuzzers. 2017-09-07 22:26:50 +00:00
session.cc
spki.cc
ssl_ctx_api.cc Fix SSL_CTX_set1_sigalgs fuzzer and make them all more type-safe. 2018-08-10 18:24:36 +00:00