[Mbedtls] Use main repo and patch afterwards (#1793)

This commit is contained in:
Catena cyber 2018-09-05 18:22:02 +02:00 committed by jonathanmetzman
parent a9ae43ef6b
commit 1c0f84362b
3 changed files with 1543 additions and 2 deletions

View File

@ -18,9 +18,9 @@ FROM gcr.io/oss-fuzz-base/base-builder
#TODO change
MAINTAINER support-mbedtls@arm.com
RUN apt-get update && apt-get install -y make cmake
#TODO change when merged into master branch of official repo
RUN git clone --depth 1 --branch fuzz https://github.com/catenacyber/mbedtls.git mbedtls
RUN git clone --depth 1 https://github.com/ARMmbed/mbedtls.git mbedtls
RUN git clone --depth 1 https://github.com/google/boringssl.git boringssl
RUN git clone --depth 1 https://github.com/openssl/openssl.git openssl
WORKDIR mbedtls
COPY fuzzmbedtls.diff $SRC/fuzz.diff
COPY build.sh $SRC/

View File

@ -16,6 +16,8 @@
################################################################################
# build project
# TODO change when merged into master branch of official repo
git apply ../fuzz.diff
cmake .
make -j$(nproc) all

File diff suppressed because it is too large Load Diff