Merge pull request #6641 from julek-wolfssl/gh/6555

Dtls13GetRnMask: Correctly get chacha counter on BE systems
This commit is contained in:
JacobBarthelmeh
2023-07-26 11:29:39 -06:00
committed by GitHub
15 changed files with 77 additions and 39 deletions

View File

@@ -8,6 +8,8 @@ jobs:
name: Build wolfSSL
# Just to keep it the same as the testing target
runs-on: ubuntu-latest
# This should be a safe limit for the tests to run.
timeout-minutes: 4
steps:
- if: ${{ runner.debug }}
name: Enable wolfSSL debug logging
@@ -65,6 +67,8 @@ jobs:
stream_proxy_ssl_verify.t stream_ssl_alpn.t
name: ${{ matrix.ref }}
runs-on: ubuntu-latest
# This should be a safe limit for the tests to run.
timeout-minutes: 6
needs: build_wolfssl
steps:
- name: Download lib