aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cryptofuzz/Dockerfile
diff options
context:
space:
mode:
authorGravatar Guido Vranken <guidovranken@users.noreply.github.com>2020-11-25 22:20:01 +0100
committerGravatar GitHub <noreply@github.com>2020-11-25 13:20:01 -0800
commit824b9f85d8f5fa79b54a7ad36302cb08accc18e1 (patch)
tree0a61015265c303c03570be17daccd651ee412382 /projects/cryptofuzz/Dockerfile
parent8c8f6ef31ec1d80d0836022c54b32022d5a51443 (diff)
[Cryptofuzz] Several updates (#4715)
* [cryptofuzz] Add trezor * [cryptofuzz] Disable SymCrypt UBSAN build * [cryptofuzz] wolfCrypt: Enable cryptocb * [cryptofuzz] wolfCrypt: Enable ECIES * [cryptofuzz] Fix symbol collision
Diffstat (limited to 'projects/cryptofuzz/Dockerfile')
-rw-r--r--projects/cryptofuzz/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/cryptofuzz/Dockerfile b/projects/cryptofuzz/Dockerfile
index 94b03c2c..4d4db367 100644
--- a/projects/cryptofuzz/Dockerfile
+++ b/projects/cryptofuzz/Dockerfile
@@ -56,6 +56,7 @@ RUN git clone --depth 1 https://github.com/MikeMcl/bignumber.js.git
RUN git clone --depth 1 https://github.com/guidovranken/libfuzzer-js.git
RUN git clone --depth 1 https://github.com/brix/crypto-js.git
RUN git clone --depth 1 https://github.com/LoupVaillant/Monocypher.git
+RUN git clone --depth 1 https://github.com/trezor/trezor-firmware.git
RUN apt-get remove -y libunwind8
RUN apt-get install -y libssl-dev
RUN wget https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2