Bump QUIC flavored OpenSSL
This commit is contained in:
parent
1517c77d9c
commit
0aa107426c
|
@ -78,7 +78,7 @@ jobs:
|
||||||
- name: Build quictls/openssl
|
- name: Build quictls/openssl
|
||||||
if: matrix.http3 == 'http3'
|
if: matrix.http3 == 'http3'
|
||||||
run: |
|
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
|
cd openssl
|
||||||
./config enable-tls1_3 --prefix=$PWD/build
|
./config enable-tls1_3 --prefix=$PWD/build
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
|
@ -5,7 +5,7 @@ RUN apt-get update && \
|
||||||
git g++ make binutils autoconf automake autotools-dev libtool \
|
git g++ make binutils autoconf automake autotools-dev libtool \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
zlib1g-dev libev-dev libjemalloc-dev ruby-dev libc-ares-dev bison && \
|
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 && \
|
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 && \
|
git clone --depth 1 https://github.com/ngtcp2/nghttp3 && \
|
||||||
cd nghttp3 && autoreconf -i && \
|
cd nghttp3 && autoreconf -i && \
|
||||||
|
|
Loading…
Reference in New Issue