TLSv1.3 is enabled by default

This commit is contained in:
Tatsuhiro Tsujikawa 2022-05-08 11:08:05 +09:00
parent 1ce55d23a3
commit 6f3ba6940e
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ jobs:
run: |
git clone --depth 1 -b OpenSSL_1_1_1o+quic https://github.com/quictls/openssl
cd openssl
./config enable-tls1_3 --prefix=$PWD/build
./config --prefix=$PWD/build
make -j$(nproc)
make install_sw
- 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
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 install_sw
- name: Build nghttp3