boringssl/fuzz
David Benjamin 9415a14acf Fix SSL_CTX_set1_curves fuzzer.
SSL_CTX_set1_curves was being called with the size of the input data in
bytes rather than in ints.

BUG=chromium:659361

Change-Id: I90da1c6d60e92423c6b7d9efd744ae70ff589172
Reviewed-on: https://boringssl-review.googlesource.com/11840
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2016-10-26 17:18:42 +00:00
..
cert_corpus
client_corpus Refresh fuzzer corpus. 2016-10-20 21:49:25 +00:00
pkcs8_corpus
privkey_corpus
read_pem_corpus Replace base64 decoding. 2016-05-26 17:59:10 +00:00
server_corpus Refresh fuzzer corpus. 2016-10-20 21:49:25 +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 ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
CMakeLists.txt Add a fuzzer for the SSL_CTX API. 2016-10-04 23:07:09 +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
server.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +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 Fix SSL_CTX_set1_curves fuzzer. 2016-10-26 17:18:42 +00:00