Commit Graph

13 Commits

Author SHA1 Message Date
Catena cyber c58fc17c52 [gnupg] Updates fuzz targets for gnupg (#2576)
Adding an arugment to public_key_list
2019-07-08 06:29:22 -07:00
Abhishek Arya 56259f98d9
Revert "[gnupg] Disable afl (#2447)" (#2467)
This reverts commit b7227fdd01.
2019-05-27 17:38:59 -07:00
Catena cyber 34a719c97f Gnupg: avoids filling disk with logs (#2453) 2019-05-22 09:09:42 -07:00
jonathanmetzman b7227fdd01
[gnupg] Disable afl (#2447) 2019-05-20 17:28:55 -07:00
Catena cyber 0c8b8eaa21 [gnupg] Removes a patch applied to gnupg (#2422) 2019-05-15 11:18:54 -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
Catena cyber cc0d4c8ab3 Gnupg uses separate fuzz targets (#1898) 2018-10-22 08:37:44 -07:00
Catena cyber 51e638b3d3 [gnupg] Limit size of inputs for gnupg import fuzz target (#1871)
* Limit size of inputs for gnupg import fuzz target

And adds the targets out of the diff

* Removes option limiting size for gnupg target import

As it is done in the target itself

* Removes max length options for fuzz targets in gnupg
2018-10-17 10:41:44 -07:00
Catena cyber 09b000b9f5 [gnupg] Change mail address for gnupg project (#1806) 2018-09-10 08:56:20 -07:00
Catena cyber f199b34afb [gnupg] Add diff file to oss-fuzz repo (#1795) 2018-09-06 10:55:40 -07:00
Catena cyber 62bbe5a3a3 [GPG] Use main repo (#1794)
And patch in build.sh
2018-09-05 07:43:43 -07:00
Catena cyber 6c0458a14c [gnupg] Generic listing of fuzz targets for project gnupg (#1686)
* Generic listing of fuzz targets for project gnupg

So that we will no longer need pull requests on oss-fuzz
when one new fuzz target is added in gnupg code

There is one new fuzz target : fuzz_list

* Updating libgpg-error to version 1.32
2018-08-03 09:18:48 -07:00
Catena cyber 13aca53072 [gnupg] Gnupg integration (#1310)
* Integrating GnuPG with oss-fuzz

* Building and running fuzz_verify for gnupg

* Add fuzz_import for gnupg

* Adding seed corpus for fuzz import

and fuzz target decrypt

* Automatically generated corpuses
2018-05-24 08:58:52 -07:00