aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cryptofuzz/Dockerfile
diff options
context:
space:
mode:
authorGravatar Guido Vranken <guidovranken@users.noreply.github.com>2020-07-06 22:53:50 +0200
committerGravatar GitHub <noreply@github.com>2020-07-06 13:53:50 -0700
commit11a0f516cd61472055eb073e19dc63e5807ef194 (patch)
tree198bf7668b5e874b99379f6f5cdb6c2fc72c38b5 /projects/cryptofuzz/Dockerfile
parentecc80ba61356c2f0f2c2279b429e4cc0b4e51d3a (diff)
[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
Diffstat (limited to 'projects/cryptofuzz/Dockerfile')
-rw-r--r--projects/cryptofuzz/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cryptofuzz/Dockerfile b/projects/cryptofuzz/Dockerfile
index 54598705..e859cab0 100644
--- a/projects/cryptofuzz/Dockerfile
+++ b/projects/cryptofuzz/Dockerfile
@@ -42,7 +42,7 @@ RUN git clone --depth 1 https://github.com/google/cityhash.git
RUN git clone --depth 1 https://github.com/golang/go
RUN git clone --depth 1 https://github.com/randombit/botan.git
RUN git clone --depth 1 https://github.com/wolfSSL/wolfssl.git
-RUN git clone --depth 1 https://github.com/ARMmbed/mbed-crypto.git
+RUN git clone --depth 1 https://github.com/ARMmbed/mbedtls.git
RUN hg clone https://hg.mozilla.org/projects/nspr
RUN hg clone https://hg.mozilla.org/projects/nss
RUN git clone --depth 1 https://github.com/jedisct1/libsodium.git