Commit Graph

17 Commits

Author SHA1 Message Date
Guido Vranken 11a0f516cd
[cryptofuzz] Build script updates (#4072)
* [cryptofuzz] Build script updates

- Update mbed TLS repository location
- mbed TLS: Enable components disabled by default
- wolfCrypt: Build AES key wrap ciphers

* [cryptofuzz] Add Marina Polubelovam to CC list
2020-07-06 13:53:50 -07:00
J.C. Jones e7b33e5311
Add Thyla and Ben to NSS OSS-Fuzz results (#3809) 2020-05-14 23:15:06 -07:00
Kaleb Himes b310b439e2
Add email to cryptfuzz also (#3685) 2020-04-21 08:21:25 -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 9e24e6e8b2 [cryptofuzz] Add Matthias of OpenSSL (#3203) 2020-01-08 07:44:38 -08:00
Guido Vranken 40d7406c1f [cryptofuzz] Add NSS (#3089)
* [cryptofuzz] Add NSS

* [cryptofuzz] Add NSS CCs
2019-12-04 16:55:39 -08:00
JacobBarthelmeh ba45d92957 adjust wolfSSL emails listed in cryptofuzz project (#3032) 2019-11-13 16:20:01 -08:00
Guido Vranken 82dcfabe3d [cryptofuzz] wolfCrypt (#3004) 2019-11-03 17:49:40 -08:00
Guido Vranken 8f82af5a61 [cryptofuzz] Add @slontis (#2879) 2019-09-23 08:40:04 -07:00
Guido Vranken 5a2952267a [cryptofuzz] Add Botan (#2780) 2019-08-30 15:00:49 -07:00
Guido Vranken d651af35ff [cryptofuzz] Add Pauli Dale (#2621) 2019-07-21 12:54:22 -07:00
Guido Vranken fe2e511da8 [cryptofuzz] Add Richard of OpenSSL to auto_ccs (#2603) 2019-07-15 06:00:34 -07:00
Guido Vranken 6eab2634bf Cryptofuzz i386 (#2569)
* [cryptofuzz] Enable i386 builds

* [cryptofuzz] Enable i386 builds (update project.yaml)
2019-07-05 10:12:40 -07:00
Guido Vranken a8d264b377 [cryptofuzz] Add EverCrypt (#2430) 2019-05-17 08:03:10 -07:00
Guido Vranken 3d4e351c0b [cryptofuzz] Add Crypto++ and libgcrypt (#2401) 2019-05-14 09:45:13 -07:00
Guido Vranken 955616ba12 [cryptofuzz] Add libsodium, Whirlpool reference impl, Veracrypt, Monero (#2378) 2019-05-03 17:41:16 -07:00
Guido Vranken 7bdfb2b7d8 Cryptofuzz (differential crypto fuzzing) (#2273)
* Add cryptofuzz

* [cryptofuzz] Specify sanitizers

* [cryptofuzz] Actually disable assembly in second OpenSSL build

* [cryptofuzz] Add BoringSSL

* [cryptofuzz] Enable MemorySanitizer builds

* [cryptofuzz] Fix OpenSSL build

* [cryptofuzz] Add LibreSSL target

* [cryptofuzz] Don't build LibreSSL if MemorySanitizer is enabled

* [cryptofuzz] Adapt build script to latest cryptofuzz code

* [cryptofuzz] Force rebuild of OpenSSL

* [cryptofuzz] Comment and move to Dockerfile OpenSSL's commit lock

* [cryptofuzz] BoringSSL, LibreSSL: only build libcrypto.a for faster builds

* [cryptofuzz] Replace -lFuzzingEngine -> $LIB_FUZZING_ENGINE for compatibility with OSS-Fuzz' new build setup

* [cryptofuzz] Add README.md
2019-04-17 20:33:50 -07:00