Commit Graph

40 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
Stefan Krah 3311daea9f
[bignum-fuzzer] Update mpdecimal to version 2.5.1 (#5678) 2021-06-19 17:03:47 -07:00
Gilles Peskine fbeee3fb02
Use the 2.x branch of Mbed TLS (#5636)
The default branch of https://github.com/ARMmbed/mbedtls is about to
change to point to the work on the next major release (3.0). We expect
frequent API changes during that time. Switch fuzzers to run on the
stable major version of Mbed TLS (2.x) during the transition period.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-04-22 08:34:41 -07:00
Guido Vranken c65286347d
[cryptofuzz, bignum-fuzzer] Fix AFL++ builds (#5121)
* [cryptofuzz, bignum-fuzzer] Fix AFL++ builds

* [cryptofuzz, bignum-fuzzer] Don't build Golang

Because it's already part of the base image.

* [cryptofuzz, bignum-fuzzer] Retrigger CI
2021-02-12 18:26:00 -08:00
Guido Vranken 2050988b06
[bignum-fuzzer] Update mpdecimal to latest version (#4891)
* [bignum-fuzzer] Update mpdecimal to latest version

* [bignum-fuzzer] Add license to build.sh
2020-12-24 08:45:22 -08:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08:00
danh-arm 466b6eb6fe
Update Mbed TLS contact address and website (#4247)
Update the primary contact addresss and website in the Mbed TLS
project file.

Also update the Mbed TLS cc address in the bignum-fuzzer project
file.

Signed-off-by: Dan Handley <dan.handley@arm.com>
2020-08-04 07:20:00 -07:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Gilles Peskine a49611cd5c
[bignum-fuzzer] Mbed TLS no longer has an mbed-crypto submodule (#3556)
[bignum-fuzzer] Mbed TLS no longer has an mbed-crypto submodule

Mbed TLS has gone back to being self-contained, without a separate
submodule for the cryptography part of the library. Revert the
bignum-fuzzer build scripts accordingly.

This reverts commit 54733ddc84.
2020-04-01 15:34:38 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Guido Vranken 2a14b496e2 [bignum-fuzzer] Add Richard of OpenSSL (#3034) 2019-11-14 07:56:38 -08:00
Guido Vranken 8aa0c3e6ed [bignum-fuzzer] Disable Rust (#3028) 2019-11-12 10:38:52 -08:00
Janos Follath 54733ddc84 Fix a build failure in bignum fuzzer when building the Mbed TLS module (#2487)
* [bignum-fuzzer] Clone Mbed TLS recursively

The cryptography library of Mbed TLS has been moved to a separate
repository. It is now included into the project as a git submodule and
therefore we need to clone Mbed TLS recursively.

* [bignum-fuzzer] Use new Mbed TLS library location

The bignum module in Mbed TLS as part of the cryptography library has
been moved to a new location. This commit sets the corresponding paths
to their new values.
2019-06-04 08:13:23 -07:00
Guido Vranken 1198743824 [cryptofuzz] EverCrypt: Don't explicitly allow AVX instructions (#2441)
* [cryptofuzz] EverCrypt: Don't explicitly allow AVX instructions

Recent crashes involving EverCrypt were found to be caused by
AVX instructions in the EverCrypt library. The Makefile explicitly
allowed the use of AVX instructions via hardcoded CFLAGS. The authors
have released a new version that should resolve this problem.

* [cryptofuzz, bignum-fuzzer] Revert to default OpenSSL build method

Reverts the workaround for OpenSSL broken build script, which is
now fixed.

* [cryptofuzz] Compile with -D_GLIBCXX_DEBUG (runtime C++ UB checks)
2019-05-19 07:59:05 -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
Guido Vranken 4caafd5aa1 [bignum-fuzzer] Fix OpenSSL build (#2354)
Temporary workaround for OpenSSL's build system problems.
2019-04-28 17:19:25 -07:00
Abhishek Arya 2e3212d8f0
Revert "Remove mbed TLS fuzzer (#2278)" (#2304)
This reverts commit cce2ed4d23.
2019-04-09 09:07:55 -07:00
Guido Vranken eb2795c830 [bignum-fuzzer] Fix OpenSSL build (#2296) 2019-04-06 07:28:40 -07:00
Guido Vranken cce2ed4d23 Remove mbed TLS fuzzer (#2278) 2019-03-31 22:49:35 -07:00
Guido Vranken b150da5354 [bignum-fuzzer] Compile OpenSSL debug mode (#2270)
This activates assert()s across the library that might help to detect
issues that other safeguards (sanitizers, differential testing)
aren't capable of.
2019-03-28 07:43:31 -07:00
Guido Vranken 7b1b0240f3 [bignum-fuzzer, libsrtp] Enable AFL (#2226) 2019-03-08 19:38:39 -08:00
Kostya Serebryany a0fa24466b
remove security@golang.org per their request 2019-03-01 13:42:01 -08:00
Guido Vranken 231ec64fa2 [bignum-fuzzer] Add BoringSSL+libmpdec fuzzer (#2194) 2019-03-01 07:03:15 -08:00
Guido Vranken 1bff6fe295 [bignum-fuzzer] Build and use latest Golang (#2193) 2019-02-28 15:50:31 -08:00
Guido Vranken 5442f88bc3 [bignum-fuzzer] Fix Rust nightly installation, attempt #2 (#2079) 2019-01-09 07:12:33 -08:00
Guido Vranken 6b2eb45a5b Fix Rust nightly installation (#2061) 2018-12-30 10:43:22 -08:00
Guido Vranken 4f2f3774c5 projects/bignum-fuzzer/Dockerfile: get Rust stable, not nightly (#1985) 2018-11-27 12:33:42 -08:00
Guido Vranken 2e867a3f6e [bignum-fuzzer] Add ARM e-mail address. Disable AFL (#1859)
* bignum-fuzzer: add ARM e-mail to auto_ccs

* bignum-fuzzer: only use libFuzzer, not AFL
2018-10-08 10:07:27 -07:00
Guido Vranken 4337d0f160 [bignum-fuzzer] Revert to older Rust Nightly to fix build (#1810) 2018-09-12 12:48:32 -07:00
Guido Vranken 14762cd45a [bignum-fuzzer] BoringSSL vs. mbed TLS differential bignum fuzzing (#1636)
* Add BoringSSL+mbed TLS fuzzer

* Fix BoringSSL UBSAN build

* Set maximum bignum size to 100 decimals

* Add BoringSSL team members to auto_ccs
2018-07-23 06:45:34 -07:00
Guido Vranken 422df7dab4 GNU multiprecision (libgmp) fuzzer (#1587)
* Build OpenSSL+libgmp fuzzer

* Fix comment typo
2018-07-03 09:51:01 -07:00
Oliver Chang 725434388d
Add jz.maddock@googlemail.com to bignum (#1488) 2018-06-05 20:25:01 +10:00
Guido Vranken 8fb808b1e8 Add Matt Caswell (OpenSSL) and John Maddock (Boost) to bignum-fuzzer auto_ccs (#1480) 2018-06-03 13:40:45 -07:00
Guido Vranken 690dd9cdfb [bignum-fuzzer] Add OpenSSL/C++ Boost multiprecision target (#1262)
* Add OpenSSL/C++-Boost target

* Add OpenSSL/C++-Boost target

* Add security@golang.org to CCs
2018-03-22 08:01:35 -07:00
Guido Vranken c5f13b4ce5 Build OpenSSL+Rust target (#1222) 2018-03-09 17:59:41 -08:00
Guido Vranken 359e2a27f2 bignum-fuzzer: don't download seed corpus but copy from repository (#1189) 2018-02-23 07:51:45 -08:00
Guido Vranken aba6d498af Remove references to *.options files to fix build errors (#1182) 2018-02-21 07:30:28 -08:00
Guido Vranken ce21653fec Requesting bignum-fuzzer integration (#1147)
* Add bignum-fuzzer project files

* Remove .options file

* Add OpenSSL recipients to project.yaml auto_ccs
2018-02-20 12:49:56 -08:00