boringssl/fuzz
David Benjamin 65fb425811 Remove version-specific cipher lists.
There are no longer any consumers of these APIs.

These were useful back when the CBC vs. RC4 tradeoff varied by version
and it was worth carefully tuning this cutoff. Nowadays RC4 is
completely gone and there's no use in configuring these anymore.

To avoid invalidating the existing ssl_ctx_api corpus and requiring it
regenerated, I've left the entries in there. It's probably reasonable
for new API fuzzers to reuse those slots.

Change-Id: I02bf950e3828062341e4e45c8871a44597ae93d5
Reviewed-on: https://boringssl-review.googlesource.com/12880
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2016-12-16 19:11:02 +00:00
..
cert_corpus Merge in upstream's certificate corpus. 2016-12-12 21:41:00 +00:00
client_corpus Refresh TLS fuzzer corpora. 2016-11-15 07:01:44 +00:00
client_corpus_no_fuzzer_mode Refresh TLS fuzzer corpora. 2016-11-15 07:01:44 +00:00
pkcs8_corpus
privkey_corpus
read_pem_corpus
server_corpus Refresh TLS fuzzer corpora. 2016-11-15 07:01:44 +00:00
server_corpus_no_fuzzer_mode Refresh TLS fuzzer corpora. 2016-11-15 07:01:44 +00:00
session_corpus Adding a fuzzer for Sessions 2016-12-01 20:22:56 +00:00
spki_corpus
ssl_ctx_api_corpus Add a fuzzer for the SSL_CTX API. 2016-10-04 23:07:09 +00:00
cert.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
client.cc Remove CECPQ1 (experimental post-quantum key agreement). 2016-12-09 19:16:56 +00:00
CMakeLists.txt Adding a fuzzer for Sessions 2016-12-01 20:22:56 +00:00
minimise_corpuses.sh
pkcs8.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
privkey.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
read_pem.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
refresh_ssl_corpora.sh Add a script to refresh fuzzer corpora. 2016-11-15 07:01:34 +00:00
server.cc Remove CECPQ1 (experimental post-quantum key agreement). 2016-12-09 19:16:56 +00:00
session.cc Adding a fuzzer for Sessions 2016-12-01 20:22:56 +00:00
spki.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
ssl_ctx_api.cc Remove version-specific cipher lists. 2016-12-16 19:11:02 +00:00