- if: ${{ contains(matrix.build.install_steps, 'quictls') }}
run: |
- git clone --depth=1 -b OpenSSL_1_1_1s+quic https://github.com/quictls/openssl
+ git clone --depth=1 -b OpenSSL_1_1_1t+quic https://github.com/quictls/openssl
cd openssl
./config enable-tls1_3 --prefix=$HOME/quictls
make install_sw
name: 'install prereqs and impacket'
- run: |
- git clone --depth=1 -b openssl-3.0.7+quic https://github.com/quictls/openssl
+ git clone --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
cd openssl
./config --prefix=$HOME/all --libdir=$HOME/all/lib
make install_sw
name: 'install prereqs and impacket'
- run: |
- git clone --depth=1 -b openssl-3.0.7+quic https://github.com/quictls/openssl
+ git clone --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
cd openssl
./config --prefix=$HOME/all --libdir=$HOME/all/lib
make install_sw
name: 'install wolfssl'
- run: |
- git clone --depth=1 -b openssl-3.0.7+quic https://github.com/quictls/openssl
+ git clone --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
cd openssl
./config --prefix=$HOME/all --libdir=$HOME/all/lib
make install_sw
name: 'install prereqs and impacket, pytest, crypto'
- run: |
- git clone --depth=1 -b openssl-3.0.7+quic https://github.com/quictls/openssl
+ git clone --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
cd openssl
./config --prefix=$HOME/all --libdir=$HOME/all/lib
make install_sw