To pull the submodules :
git submodule update --init --recursiveTo configure MBEDTLS :
cd mbedtls
git apply ../mbedtls.diffTo configure openssl :
cd openssl
./config
makeTo build :
mkdir build
cd build
cmake ..
makeThe binaries need to be ran at the root of the project. There are located in bin/.