Commit Graph

5 Commits

Author SHA1 Message Date
DavidKorczynski f480680685
openvpn: add fuzz_crypto (#6016) 2021-07-09 13:22:07 +01:00
DavidKorczynski a9c49afb78
openvpn: new fuzzers (#5985)
* openvpn: add first take on forward fuzzer.

* updated the forward fuzzer.

* Add a certificate verification fuzzer.

* update packet_id fuzzer.

* fix max length we us for buffer creation.
2021-06-30 14:37:44 +01:00
DavidKorczynski 5d7cc94d00
openvpn: new fuzzer and refactoring to make all fuzzers c instead of cpp (#5977)
* refactor to have C-based fuzzers instead of C. Also adds route fuzzer.

* remove cpp fuzzers.

* refactor route fuzzer.

* Fix route fuzzer and add options file.

* minor refactoring.

* fix leak in route fuzzer. This should also be fixed upstream.

* minor cleanup.
2021-06-27 19:25:53 +01:00
DavidKorczynski 01765e6f2b
Openvpn: improve proxy fuzzer and fuzzing infrastructure (#5971)
* openvpn: improve buffer fuzzer.

* Improve state of openvpn fuzzing, the proxy fuzzer in particular.
2021-06-25 17:01:09 +01:00
DavidKorczynski 931d8d1ca6
openvpn: initial integration (#5902)
* openvpn initial integration.

* fix leak

* fix leak.

* fixup maintainer email.
2021-06-15 11:17:40 +10:00