From: Eric Curtin Date: Thu, 27 Aug 2020 11:14:19 +0000 (+0100) Subject: HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29 X-Git-Tag: curl-7_73_0~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee5701f12818e455c898c1a660cfd11d7e46518;p=thirdparty%2Fcurl.git HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29 Closes #5871 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 44381ae106..fa9d24437f 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -33,7 +33,7 @@ in the master branch using pull-requests, just like ordinary changes. Build (patched) OpenSSL - % git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl + % git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-29 https://github.com/tatsuhiro-t/openssl % cd openssl % ./config enable-tls1_3 --prefix= % make diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index 1938f9e486..e8bf719509 100755 --- a/scripts/travis/before_script.sh +++ b/scripts/travis/before_script.sh @@ -43,7 +43,7 @@ if [ "$NGTCP2" = yes ]; then make install else cd $HOME - git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl possl + git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-29 https://github.com/tatsuhiro-t/openssl possl cd possl ./config enable-tls1_3 --prefix=$HOME/ngbuild make