Commit Graph

11 Commits

Author SHA1 Message Date
Damien Miller 65637510f4
dump config.log when configure fails (#6981)
* dump config.log when configure fails

Motivated by https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41899
which I'm unable to debug locally, but would have also saved time for
previous failures at configure time, e.g.
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41424

* send config.log to stderr too

Co-authored-by: Damien Miller <djm@google.com>
2021-12-08 10:27:48 -05:00
Darren Tucker cc6859d01c
Disable zlib version check as it prevents building (#6920) 2021-11-28 15:01:17 +00:00
Damien Miller 9a1e4008b2
[openssh] enable recently-added ssh-agent fuzzer (#5294)
Co-authored-by: Damien Miller <djm@google.com>
2021-03-03 21:23:54 -08:00
Damien Miller 62f70575c5
Enable fuzzing of key exchange (#5066)
* enable null cipher for fuzz tests

* hook key exchange fuzzer into build

Co-authored-by: Damien Miller <djm@google.com>
2021-01-28 16:51:47 -08:00
Damien Miller 01f882f4ec unbreak compilation after FIDO chanegs (#3173) 2020-01-02 14:12:19 +11:00
Damien Miller 641de9e1ac Enable recently-added privkey_fuzz target (#2930) 2019-10-08 20:13:27 -07:00
Damien Miller 8483aa8b88 enable (brand new) sshsig options parsing fuzzer (#2803) 2019-09-05 07:19:16 -07:00
Damien Miller f508b116de [openssh] add sshsig fuzzer (#2802) 2019-09-04 21:47:42 -07:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Damien Miller 2b49be2eaa Updates for OpenSSH fuzzing (#2306)
* Enable experimental XMSS keys for fuzzing

* Enable auth options fuzzer
2019-04-10 13:31:45 +10:00
Damien Miller 91a91ef445 Add openssh project (#834)
* Add openssh project

This includes fuzzers for public key parsing and signature verification
so far, as well as seed corpora.

* fix MAINTAINER email address
2017-09-08 07:53:15 -07:00