Commit Graph

19 Commits

Author SHA1 Message Date
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
Nikos Mavrogiannopoulos c64b7fdde6 [gnutls] disable the full test suite (#3186)
The full test suite is not necessary for this build and this
disablement avoids any dependencies required by it.

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-01-06 07:42:24 -08:00
Nikos Mavrogiannopoulos 086eb67f39 gnutls: use new method to boostrap libtasn1 (#2620)
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-07-19 06:04:39 -07:00
Nikos Mavrogiannopoulos 674c259117 [gnutls] use bootstrap before build (#2069)
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-01-04 07:06:33 -08:00
Nikos Mavrogiannopoulos fd2e2a2104 [gnutls] unconditionally disable assembler in gmp (#833)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
2018-02-09 10:18:29 -08:00
Tim Rühsen 301c176a8d [gnutls] Fix disabling assembler for GMP (#783) 2017-08-19 12:08:50 -07:00
Tim Rühsen 04d90e828f [gnutls] Fix build (#782) 2017-08-18 07:43:58 -07:00
Nikos Mavrogiannopoulos c021b7dc0c New fuzzing architecture (#779)
Requisites are build as static libraries and as these linked to the fuzzers.
p11-kit can't be build statically, thus our fuzzers are not using it.
2017-08-16 08:09:27 -07:00
Nikos Mavrogiannopoulos b48c13a065 disable getrandom() via syscall, it confuses mem sanitizer (#764)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
2017-08-08 06:57:04 -07:00
Nikos Mavrogiannopoulos e618de2726 [gnutls] modified to use the internal corpora only (#705)
This avoids issues from external corpora format changing which
could effectively disable fuzzying.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-07-07 06:44:25 -07:00
Nikos Mavrogiannopoulos a2c248a784 [gnutls] statically link with nettle and hogweed and avoid using gmp (#661)
This allows the memory sanitizer to track all variable assignment
and use.
2017-06-08 07:22:41 -07:00
Max Moroz 8306637a1a [gnutls] Remove double-quotes from string comparison in build.sh. 2017-05-09 14:23:22 +02:00
Alex Gaynor e60bf381ce [gnutls] Fixed #578 -- when using MSAN disable assembly in gnutls (#580)
* Fixed #578 -- when using MSAN disable assembly in gnutls

* Use the more public API for this
2017-05-09 14:11:19 +02:00
Alex Gaynor 57795ec502 [gnutls] If the upstream repo has a corpus, include it (#222) 2016-12-28 06:33:59 -08:00
Alex Gaynor f4121e3f61 Move the gnutls fuzzers to their own repo. (#188)
Also add two new ones.
2016-12-15 12:01:36 -08:00
Alex Gaynor 6b27f9b7fa [gnutls] use an initial corpus for x509 (#164)
* [gnutls] use an initial corpus for x509

and add OpenSSL's corpus for client transcripts

* Use --depth=1 on clones
2016-12-10 09:28:26 -08:00
Alex Gaynor ed2ee1adac [In progress] Fuzzer for GNUTLS (#135)
* First cut at gnutls. Doesn't actually find coverage.

* link everything right

* pipes are not sockets

* send not write

* these are not used

* stick this here

* this doesn't exit

* remove jenkinsfile

* move to the right dir

* project file

* update for more recent conventions

* ugh, typo

* new lib

* docs take forever

* name it client fuzzer

* stick a cert store on there!

* add a timeout, ugh

* Shtudown the right side instead of using a timeout

* Use boringssl's test corpus

* simplify grabbing the tarballs

* statically link things. pthread is still dynamically linked because I was not able to make it work

* Added an x509 parser fuzzer

* update for the lastest convention
2016-12-09 07:36:42 -08:00