curl / curl-fuzzer

Quality assurance testing for the curl project
MIT License
82 stars 29 forks source link

fuzzing is performed against old openssl 1.0.2 #43

Closed piru closed 1 year ago

piru commented 3 years ago

curl should probably be built against openssl 1.1.1 for fuzzing.

cmeister2 commented 3 years ago

Doesn't look too bad to upgrade to locally. 1.1.1k appears to compile with a minor tweak to the build script. Will try and put an MR together.

On Tue, 15 Jun 2021 at 16:46, Harry Sintonen @.***> wrote:

curl should probably be built against openssl 1.1.1 for fuzzing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/curl/curl-fuzzer/issues/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPA36JBSJQUTLON5NAKTV3TS5YVDANCNFSM46XRRRSA .

cmeister2 commented 3 years ago

Reopening until this is fixed properly.