From 22279350f7c7591983527582ced1983b386e0d8d Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 8 Aug 2017 16:42:17 +0200 Subject: [PATCH] boring-ssl: distable TLS1.3 draft support --- boring-nginx/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index e1960b9..0f429bd 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -76,9 +76,6 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \ # BoringSSL && git clone https://boringssl.googlesource.com/boringssl --depth=1 \ && cd boringssl \ - && sed -i 's@out \([>=]\) TLS1_2_VERSION@out \1 TLS1_3_VERSION@' ssl/ssl_lib.cc \ - && sed -i 's@ssl->version[ ]*=[ ]*TLS1_2_VERSION@ssl->version = TLS1_3_VERSION@' ssl/s3_lib.cc \ - && sed -i 's@(SSL3_VERSION, TLS1_2_VERSION@(SSL3_VERSION, TLS1_3_VERSION@' ssl/ssl_test.cc \ && sed -i 's@\$shaext[ ]*=[ ]*0;@\$shaext = 1;@' crypto/*/asm/*.pl \ && sed -i 's@\$avx[ ]*=[ ]*[0|1];@\$avx = 2;@' crypto/*/asm/*.pl \ && sed -i 's@\$addx[ ]*=[ ]*0;@\$addx = 1;@' crypto/*/asm/*.pl \