Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
julek-wolfssl committed Dec 3, 2024
1 parent 7e5a17e commit 51aba3e
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mbedtls.sh
Original file line number Diff line number Diff line change
@@ -35,12 +35,12 @@ sleep 0.5
SERVER_PID=$!
sleep 0.5
sudo netstat -tulpan
./mbedtls/build/programs/ssl/ssl_client2 dtls=1 # Confirm working with mbed
env -C wolfssl ./examples/client/client -p 4433 -g -u \
-A ../mbedtls/framework/data_files/test-ca-sha256.crt \
-c ../mbedtls/framework/data_files/cli-rsa-sha256.crt \
-k ../mbedtls/framework/data_files/cli-rsa-sha256.key.pem
sudo netstat -tulpan
./mbedtls/build/programs/ssl/ssl_client2 dtls=1 # Confirm working with mbed
kill $SERVER_PID
sleep 0.5
env -C wolfssl ./examples/server/server -p 4433 -i -g -u \
3 changes: 3 additions & 0 deletions .github/workflows/mbedtls.yml
Original file line number Diff line number Diff line change
@@ -61,6 +61,9 @@ jobs:
timeout-minutes: 10
# if: github.repository_owner == 'wolfssl'
steps:
- name: Disable IPv6
run: echo 1 | sudo tee /proc/sys/net/ipv6/conf/lo/disable_ipv6

- name: Checking if we have mbed in cache
uses: actions/cache/restore@v4
id: cache

0 comments on commit 51aba3e

Please sign in to comment.