Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/test-wolfhsm-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ jobs:

- name: Build example POSIX TCP server
if: matrix.config.name != 'wolfHSM server cert chain verify'
run: cd lib/wolfHSM/examples/posix/tcp/wh_server_tcp && make WOLFSSL_DIR=../../../../../wolfssl
run: cd lib/wolfHSM/examples/posix/wh_posix_server && make WOLFSSL_DIR=../../../../wolfssl

# Start the server in the background
- name: Run POSIX TCP server
if: matrix.config.name != 'wolfHSM server cert chain verify'
run: |
cd lib/wolfHSM/examples/posix/tcp/wh_server_tcp
cd lib/wolfHSM/examples/posix/wh_posix_server
if [ "${{ matrix.config.name }}" = "wolfHSM cert chain verify" ]; then
tmpfile=$(mktemp)
echo "obj 1 0xFFFF 0x0000 \"cert CA\" ../../../../../../test-dummy-ca/root-cert.der" >> $tmpfile
./Build/wh_server_tcp.elf --nvminit $tmpfile &
echo "obj 1 0xFFFF 0x0000 \"cert CA\" ../../../../../test-dummy-ca/root-cert.der" >> $tmpfile
./Build/wh_posix_server.elf --type tcp --nvminit $tmpfile &
else
./Build/wh_server_tcp.elf --client 12 --id 255 --key ../../../../../../wolfboot_signing_private_key_pub.der &
./Build/wh_posix_server.elf --type tcp --client 12 --id 255 --key ../../../../../wolfboot_signing_private_key_pub.der &
fi
TCP_SERVER_PID=$!
echo "TCP_SERVER_PID=$TCP_SERVER_PID" >> $GITHUB_ENV
Expand Down
1 change: 0 additions & 1 deletion IDE/AURIX/Configurations/placeholder.txt

This file was deleted.

418 changes: 0 additions & 418 deletions IDE/AURIX/README.md

This file was deleted.

1 change: 0 additions & 1 deletion IDE/AURIX/SDK/placeholder.txt

This file was deleted.

617 changes: 0 additions & 617 deletions IDE/AURIX/test-app-wolfHSM/.cproject

This file was deleted.

62 changes: 0 additions & 62 deletions IDE/AURIX/test-app-wolfHSM/.project

This file was deleted.

85 changes: 0 additions & 85 deletions IDE/AURIX/test-app-wolfHSM/Cpu0_Main.c

This file was deleted.

42 changes: 0 additions & 42 deletions IDE/AURIX/test-app-wolfHSM/Cpu1_Main.c

This file was deleted.

42 changes: 0 additions & 42 deletions IDE/AURIX/test-app-wolfHSM/Cpu2_Main.c

This file was deleted.

Loading