Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Dec 3, 2024
1 parent d10fd46 commit 69eb06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mbedtls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sleep 0.1
./mbedtls/build/programs/ssl/ssl_server2 dtls=1 debug_level=1 2>&1 > /tmp/server.log &
SERVER_PID=$!
sleep 0.1
./mbedtls/build/programs/ssl/ssl_client2 dtls=1 debug_level=1 # Confirm working with mbed
#./mbedtls/build/programs/ssl/ssl_client2 dtls=1 debug_level=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 \
Expand Down

0 comments on commit 69eb06f

Please sign in to comment.