aboutsummaryrefslogtreecommitdiff
path: root/projects/ecc-diff-fuzzer
diff options
context:
space:
mode:
authorGilles Peskine <gilles.peskine@arm.com>2021-04-22 17:34:41 +0200
committerGitHub <noreply@github.com>2021-04-22 08:34:41 -0700
commitfbeee3fb02a6810e06a8dba4406829a307ffaa41 (patch)
tree748a9541e0dba849e4bb6a4c1b74102b95fa5e3b /projects/ecc-diff-fuzzer
parent431b5c2f600f72d5f8d6aa3a72e5eb97470ec6e1 (diff)
downloadoss-fuzz-fbeee3fb02a6810e06a8dba4406829a307ffaa41.tar.gz
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>
Diffstat (limited to 'projects/ecc-diff-fuzzer')
-rw-r--r--projects/ecc-diff-fuzzer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/ecc-diff-fuzzer/Dockerfile b/projects/ecc-diff-fuzzer/Dockerfile
index 0ea8a4e4b..347ae8493 100644
--- a/projects/ecc-diff-fuzzer/Dockerfile
+++ b/projects/ecc-diff-fuzzer/Dockerfile
@@ -25,7 +25,7 @@ RUN npm install -g browserify
RUN npm install elliptic
RUN git clone --depth 1 https://github.com/horhof/quickjs quickjs
RUN git clone --depth 1 https://github.com/catenacyber/elliptic-curve-differential-fuzzer.git ecfuzzer
-RUN git clone --recursive --depth 1 https://github.com/ARMmbed/mbedtls.git mbedtls
+RUN git clone --recursive --depth 1 -b development_2.x https://github.com/ARMmbed/mbedtls.git mbedtls
RUN git clone --depth 1 https://github.com/ANSSI-FR/libecc.git libecc
RUN git clone --depth 1 https://github.com/openssl/openssl.git openssl
RUN git clone --depth 1 git://git.gnupg.org/libgpg-error.git libgpg-error