boringssl/fuzz
David Benjamin 71c21b4300 Add SSL_CTX_set_verify_algorithm_prefs.
When writing tests and BoGo isn't available, it is useful to be able to
configure the set of signature algorithms accepted on the verify side.
Add an API for this.

Change-Id: Ic873189da7f8853e412acd68614df9d9a872a0c8
Reviewed-on: https://boringssl-review.googlesource.com/15125
Reviewed-by: Steven Valdez <svaldez@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-04-14 21:40:24 +00:00
..
cert_corpus Merge in upstream's certificate corpus. 2016-12-12 21:41:00 +00:00
client_corpus Refresh fuzzer corpora. 2017-03-30 16:55:36 +00:00
client_corpus_no_fuzzer_mode Refresh fuzzer corpora. 2017-03-30 16:55:36 +00:00
pkcs8_corpus
privkey_corpus
read_pem_corpus
server_corpus Refresh fuzzer corpora. 2017-03-30 16:55:36 +00:00
server_corpus_no_fuzzer_mode Refresh fuzzer corpora. 2017-03-30 16:55:36 +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 experimental TLS 1.3 short record header extension. 2017-03-02 22:39:17 +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 Really remove DHE ciphersuites from TLS. 2017-04-11 23:41:31 +00:00
session.cc Remove |X509| things from SSL_SESSION. 2017-02-10 19:12:04 +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 Add SSL_CTX_set_verify_algorithm_prefs. 2017-04-14 21:40:24 +00:00