]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29
authorEric Curtin <ericcurtin17@gmail.com>
Thu, 27 Aug 2020 11:14:19 +0000 (12:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Aug 2020 12:15:25 +0000 (14:15 +0200)
Closes #5871

docs/HTTP3.md
scripts/travis/before_script.sh

index 44381ae10677abe14520bf283fa3453b24313ca8..fa9d24437f5669dfafd5dcc7b73250d5d2e40f86 100644 (file)
@@ -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=<somewhere1>
      % make
index 1938f9e48698a799d8b96e14fb0cc57c93a04e42..e8bf719509321d441ddb32d88f14dc5638f3d67a 100755 (executable)
@@ -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