curl / curl-fuzzer

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

openssl: get and build the 1.1.1. branch #21

Closed bagder closed 3 years ago

bagder commented 5 years ago

The 1.0.2m branch doesn't exist anymore. Removed a few openssl config options, out of which "enable-fuzz-libfuzzer" seemed to be necessary as if I keep that openssl fails to build in my tests.

cmeister2 commented 5 years ago

I'm surprised enable-fuzz-libfuzzer doesn't work. https://github.com/openssl/openssl/tree/master/fuzz seems to indicate that it should work.

cmeister2 commented 5 years ago

Branch OpenSSL_1_0_2n exists and I've verified that it compiles. Probably best to move to that one and not modify any of the other instructions.

I think the long term fix is to compile against libFuzzer following the instructions in the URL above.

bagder commented 3 years ago

I'm dropping this. Might come back later.