TLSv1.3 is enabled by default
This commit is contained in:
parent
1ce55d23a3
commit
6f3ba6940e
|
@ -99,7 +99,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 -b OpenSSL_1_1_1o+quic https://github.com/quictls/openssl
|
git clone --depth 1 -b OpenSSL_1_1_1o+quic https://github.com/quictls/openssl
|
||||||
cd openssl
|
cd openssl
|
||||||
./config enable-tls1_3 --prefix=$PWD/build
|
./config --prefix=$PWD/build
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install_sw
|
make install_sw
|
||||||
- name: Build quictls/openssl v3.0.x
|
- name: Build quictls/openssl v3.0.x
|
||||||
|
@ -110,7 +110,7 @@ jobs:
|
||||||
|
|
||||||
git clone --depth 1 -b openssl-3.0.3+quic https://github.com/quictls/openssl
|
git clone --depth 1 -b openssl-3.0.3+quic https://github.com/quictls/openssl
|
||||||
cd openssl
|
cd openssl
|
||||||
./config enable-tls1_3 enable-ktls --prefix=$PWD/build --libdir=$PWD/build/lib
|
./config enable-ktls --prefix=$PWD/build --libdir=$PWD/build/lib
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install_sw
|
make install_sw
|
||||||
- name: Build nghttp3
|
- name: Build nghttp3
|
||||||
|
|
Loading…
Reference in New Issue