1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00

HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29

Closes #5871
This commit is contained in:
Eric Curtin 2020-08-27 12:14:19 +01:00 committed by Daniel Stenberg
parent 7731c35886
commit 9ee5701f12
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ in the master branch using pull-requests, just like ordinary changes.
Build (patched) OpenSSL 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 % cd openssl
% ./config enable-tls1_3 --prefix=<somewhere1> % ./config enable-tls1_3 --prefix=<somewhere1>
% make % make

View File

@ -43,7 +43,7 @@ if [ "$NGTCP2" = yes ]; then
make install make install
else else
cd $HOME 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 cd possl
./config enable-tls1_3 --prefix=$HOME/ngbuild ./config enable-tls1_3 --prefix=$HOME/ngbuild
make make