Commit Graph

18 Commits

Author SHA1 Message Date
DavidKorczynski ff5f7821ef
openvpn: disable forward fuzzer (#7342)
Changes upstream caused it to fail. This should be refined down the
line.
2022-03-01 11:58:43 +00:00
AdamKorcz 94ececa68f
[openvpn] make shallow clone (#7137) 2022-01-15 12:13:53 +00:00
DavidKorczynski 7dc31b09ab
openvpn: fix patch (#7019) 2021-12-15 23:10:18 +00:00
DavidKorczynski c3b9798447
openvpn: fix build (#7001) 2021-12-10 14:44:22 +00:00
DavidKorczynski 58d5b3648f
openvpn: fix build (#6444) 2021-09-15 10:52:30 +01:00
jonathanmetzman 03d18372d5
Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313)
This reverts commit 878c32419c.

Related: #6180
2021-08-26 09:53:49 -07:00
Oliver Chang 878c32419c
Revert "[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)" (#6306)
This reverts commit 5549d804b3.
2021-08-26 15:42:34 +10:00
jonathanmetzman 5549d804b3
[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)
Fix projects so they don't break with upgrade.
These fixes are likely not backwards compatible and will fail on
Ubuntu 16.04.
Related: #6180
2021-08-25 22:14:52 -07:00
DavidKorczynski 209a0ee334
refine openvpn build script. (#6038) 2021-07-14 11:21:30 +01:00
DavidKorczynski 9373996909
openvpn: fix coverage. (#6020) 2021-07-10 11:25:47 +01:00
DavidKorczynski f480680685
openvpn: add fuzz_crypto (#6016) 2021-07-09 13:22:07 +01:00
DavidKorczynski 336002acff
openvpn: improve route fuzzer. (#6004) 2021-07-06 18:57:20 +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 1c54b327c8
openvpn: three new fuzzers and improved proxy fuzzer (#5979)
* add list fuzzer

* add header file inclusion order.

* added an mroute fuzzer.

* add packet id fuzzer.

* refactor list, mroute and packet_id fuzzers.

* set it up so fgets always returns a string with an ASCII char.

* refactor build script.

* hook fopen and fclose in builtin_console.
2021-06-28 21:45:31 +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 1aba765679
openvpn: improve buffer fuzzer. (#5965) 2021-06-24 12:21:04 +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