Bump QUIC flavored OpenSSL

This commit is contained in:
Tatsuhiro Tsujikawa 2021-08-26 21:41:06 +09:00
parent 1517c77d9c
commit 0aa107426c
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ jobs:
- name: Build quictls/openssl
if: matrix.http3 == 'http3'
run: |
git clone --depth 1 -b OpenSSL_1_1_1k+quic https://github.com/quictls/openssl
git clone --depth 1 -b OpenSSL_1_1_1l+quic https://github.com/quictls/openssl
cd openssl
./config enable-tls1_3 --prefix=$PWD/build
make -j$(nproc)

View File

@ -5,7 +5,7 @@ RUN apt-get update && \
git g++ make binutils autoconf automake autotools-dev libtool \
pkg-config \
zlib1g-dev libev-dev libjemalloc-dev ruby-dev libc-ares-dev bison && \
git clone --depth 1 -b OpenSSL_1_1_1k+quic https://github.com/quictls/openssl && \
git clone --depth 1 -b OpenSSL_1_1_1l+quic https://github.com/quictls/openssl && \
cd openssl && ./config enable-tls1_3 --openssldir=/etc/ssl && make -j$(nproc) && make install_sw && cd .. && rm -rf openssl && \
git clone --depth 1 https://github.com/ngtcp2/nghttp3 && \
cd nghttp3 && autoreconf -i && \