aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cryptofuzz
Commit message (Collapse)AuthorAge
* Update Boost download location in all projects (try 2) (#5705)Gravatar Guido Vranken2021-05-03
| | | bintray is deprecated now
* Use the 2.x branch of Mbed TLS (#5636)Gravatar Gilles Peskine2021-04-22
| | | | | | | | 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>
* [cryptofuzz] Fix build (#5310)Gravatar Guido Vranken2021-03-07
| | | | | * [cryptofuzz] Fix build * [cryptofuzz] Trigger CI
* [cryptofuzz] Update e-mail list (#5263)Gravatar Guido Vranken2021-02-27
|
* [cryptofuzz, bignum-fuzzer] Fix AFL++ builds (#5121)Gravatar Guido Vranken2021-02-12
| | | | | | | | | * [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
* [cryptofuzz] Use latest version of xxHash (#5003)Gravatar Guido Vranken2021-01-20
| | | | | * [cryptofuzz] Use latest version of xxHash * [cryptofuzz] Trigger CI
* [cryptofuzz,wolfssl] Disable randomizing ECDSA signatures (#4953)Gravatar Guido Vranken2021-01-13
|
* [cryptofuzz] Fix Crypto++ MemorySanitizer issues (#4889)Gravatar Guido Vranken2020-12-23
|
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* [Cryptofuzz] Several updates (#4715)Gravatar Guido Vranken2020-11-25
| | | | | | | | | | | * [cryptofuzz] Add trezor * [cryptofuzz] Disable SymCrypt UBSAN build * [cryptofuzz] wolfCrypt: Enable cryptocb * [cryptofuzz] wolfCrypt: Enable ECIES * [cryptofuzz] Fix symbol collision
* [cryptofuzz] Disable i386 build (#4626)Gravatar Guido Vranken2020-11-10
|
* [cryptofuzz, nettle] Update Botan library path (#4616)Gravatar Guido Vranken2020-11-07
|
* [cryptofuzz] Multiple updates (#4567)Gravatar Guido Vranken2020-10-27
| | | | | | | | | | | | | | | | | | | * [wolfCrypt] Enable more wolfCrypt features * [cryptofuzz] Add Monocypher * [cryptofuzz] Update Boost to v1.74 * [cryptofuzz] Improve Botan build time * [cryptofuzz] Improve Crypto++ build time * [cryptofuzz] wolfCrypt: Add build option required for ECDSA signing * [cryptofuzz] Reference Nettle's libhogweed.a This is required for Nettle ECC operations. * [cryptofuzz] wolfCrypt: Enable XCHACHA
* [cryptofuzz] Add crypto-js (#4500)Gravatar Guido Vranken2020-10-05
|
* [cryptofuzz] Subscribe mbed-tls-security (#4450)Gravatar Gilles Peskine2020-09-16
| | | Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
* [cryptofuzz] Add bn.js and bignumber.js (#4447)Gravatar Guido Vranken2020-09-14
| | | | | | | | These are popular JavaScript bignum libraries. Execution of JavaScript code happens through QuickJS. This commit adds xxd.c to the project directory because it's needed to build modules and the distribution doesn't provide it.
* [cryptofuzz] Add wolfCrypt build options (#4382)Gravatar Guido Vranken2020-08-26
| | | | | * [cryptofuzz] wolfCrypt: Build with mp_jacobi * [cryptofuzz] wolfCrypt: Support Ed25519, Ed448
* [cryptofuzz] Enable wolfSSL keygen (#4298)Gravatar Guido Vranken2020-08-11
|
* [cryptofuzz] Disable Nettle assembly in MSAN mode (#4295)Gravatar Guido Vranken2020-08-10
|
* [cryptofuzz] wolfCrypt: Add build options (#4286)Gravatar Guido Vranken2020-08-08
| | | | | | | | | | | | | | | | | - Enable SHAKE - Enable additional curves - Disable tests and examples for shorter build times [cryptofuzz] Add Nettle [cryptofuzz] Nettle: Fix 32 bit build [cryptofuzz] Add libgmp [cryptofuzz] Don't build libgmp with MSAN [cryptofuzz] Add mpdecimal [cryptofuzz] Fix libgmp, mpdecimal builds
* [cryptofuzz] Build script updates (#4072)Gravatar Guido Vranken2020-07-06
| | | | | | | | | * [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
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [cryptofuzz] wolfCrypt: Build with support for AES-CFB, AES-OFB (#3904)Gravatar Guido Vranken2020-05-29
|
* [cryptofuzz] Add Microsoft SymCrypt (#3826)Gravatar Guido Vranken2020-05-15
|
* Add Thyla and Ben to NSS OSS-Fuzz results (#3809)Gravatar J.C. Jones2020-05-14
|
* [cryptofuzz] Move libtomcrypt to NSS-based binary (#3745)Gravatar Guido Vranken2020-05-02
| | | | | * [cryptofuzz] Move libtomcrypt to NSS-based binary * [cryptofuzz] Fix msan build
* cryptofuzz: fix libgcrypt cloning (#3737)Gravatar Volodia2020-04-29
|
* [cryptofuzz] Add libtomcrypt (#3713)Gravatar Guido Vranken2020-04-25
|
* [cryptofuzz] LibreSSL i386 build (#3701)Gravatar Guido Vranken2020-04-23
|
* Add email to cryptfuzz also (#3685)Gravatar Kaleb Himes2020-04-21
|
* [cryptofuzz] Don't build libgcrypt with MemorySanitizer (#3679)Gravatar Guido Vranken2020-04-20
|
* [cryptofuzz] Include libgcrypt, libsodium, Crypto++ in MemorySanitizer build ↵Gravatar Guido Vranken2020-04-18
| | | | (#3668)
* [cryptofuzz] BoringSSL: Build 'decrepit' (#3658)Gravatar Guido Vranken2020-04-16
|
* [cryptofuzz] Enable libsodium again (#3631)Gravatar Guido Vranken2020-04-13
|
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [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
* [cryptofuzz] Fix NSS coverage (#3459)Gravatar Guido Vranken2020-03-04
|
* [cryptofuzz] Add target for BoringSSL i386 with assembly optimizations (#3446)Gravatar Guido Vranken2020-02-29
|
* [cryptofuzz] Add Matthias of OpenSSL (#3203)Gravatar Guido Vranken2020-01-08
|
* [cryptofuzz] Remove OpenSSL 1.0.2 and 1.1.0 (#3156)Gravatar Guido Vranken2019-12-20
| | | | | | OpenSSL 1.1.0 has been end-of-life since 11 September 2019. OpenSSL 1.0.2 will be end-of-life on 31 December 2019. Per https://www.openssl.org/policies/releasestrat.html
* [cryptofuzz] Add NSS (#3089)Gravatar Guido Vranken2019-12-04
| | | | | | * [cryptofuzz] Add NSS * [cryptofuzz] Add NSS CCs
* adjust wolfSSL emails listed in cryptofuzz project (#3032)Gravatar JacobBarthelmeh2019-11-13
|
* [cryptofuzz] ARM mbed crypto (#3021)Gravatar Guido Vranken2019-11-09
|
* [cryptofuzz] Enable wolfCrypt 32 bit builds (#3008)Gravatar Guido Vranken2019-11-05
|
* [cryptofuzz] wolfCrypt (#3004)Gravatar Guido Vranken2019-11-03
|
* [cryptofuzz] Add @slontis (#2879)Gravatar Guido Vranken2019-09-23
|
* [cryptofuzz] Compile OpenSSL 1.0.2/noasm with -DPURIFY (#2833)Gravatar Guido Vranken2019-09-15
| | | This prevents MSAN false positives in its bignum code.
* [cryptofuzz] Add Botan (#2780)Gravatar Guido Vranken2019-08-30
|
* [cryptofuzz] Compile Cityhash w/ SSE4.2 for more coverage (#2655)Gravatar Guido Vranken2019-08-04
|
* [cryptofuzz] Fix coverage build (#2649)Gravatar Guido Vranken2019-08-01
|
* [cryptofuzz] Golang (#2643)Gravatar Guido Vranken2019-07-31
|