]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enable all protocols and ciphers in the fuzzer
authorKurt Roeckx <kurt@roeckx.be>
Sun, 15 Jul 2018 11:49:53 +0000 (13:49 +0200)
committerKurt Roeckx <kurt@roeckx.be>
Mon, 16 Jul 2018 22:01:00 +0000 (00:01 +0200)
commit07fc8d5207febe53c8203a8a89fb7ba006871a1b
tree97218253cef2310d1fd3dda72a25ece19327f722
parent01ad66f85d22fd001582b5f2e6e18db8b820c550
Enable all protocols and ciphers in the fuzzer

The config file can override it.
In case of the server, it needs to be set on the ctx or some of the
other functions on the ctx might file.

Reviewed-by: Rich Salz <rsalz@openssl.org>
DH: #6718
fuzz/client.c
fuzz/server.c