Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
update spdm_emu to 3.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoyuxlu <[email protected]>
  • Loading branch information
xiaoyuxlu authored and jyao1 committed Oct 18, 2023
1 parent ea7c32d commit 0ea23ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions sh_script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ run_with_spdm_emu() {
cleanup

echo_command cargo run -p spdm-responder-emu --no-default-features --features="$RUN_RESPONDER_FEATURES" &
sleep 5
sleep 20
pushd test_key
chmod +x ./spdm_requester_emu
echo_command ./spdm_requester_emu --trans PCI_DOE --exe_conn DIGEST,CERT,CHAL,MEAS --exe_session KEY_EX,PSK,KEY_UPDATE,HEARTBEAT,MEAS,DIGEST,CERT
Expand All @@ -119,7 +119,7 @@ run_with_spdm_emu_mut_auth() {
cleanup

echo_command cargo run -p spdm-responder-emu --no-default-features --features="$RUN_RESPONDER_MUTAUTH_FEATURES" &
sleep 5
sleep 20
pushd test_key
chmod +x ./spdm_requester_emu
echo_command ./spdm_requester_emu --trans PCI_DOE --req_asym ECDSA_P384 --exe_conn DIGEST,CERT,CHAL,MEAS --exe_session KEY_EX,PSK,KEY_UPDATE,HEARTBEAT,MEAS,DIGEST,CERT
Expand All @@ -128,7 +128,7 @@ run_with_spdm_emu_mut_auth() {

run_with_spdm_emu_mandatory_mut_auth() {
echo_command cargo run -p spdm-responder-emu --no-default-features --features="$RUN_RESPONDER_MANDATORY_MUTAUTH_FEATURES" &
sleep 5
sleep 20
pushd test_key
chmod +x ./spdm_requester_emu
echo_command ./spdm_requester_emu --trans PCI_DOE --req_asym ECDSA_P384 --exe_conn DIGEST,CERT,CHAL,MEAS --exe_session KEY_EX,PSK,KEY_UPDATE,HEARTBEAT,MEAS,DIGEST,CERT
Expand All @@ -151,7 +151,7 @@ run_basic_test() {
run_rust_spdm_emu() {
echo "Running requester and responder..."
echo_command cargo run -p spdm-responder-emu --no-default-features --features="$RUN_RESPONDER_FEATURES" &
sleep 5
sleep 20
echo_command cargo run -p spdm-requester-emu --no-default-features --features="$RUN_REQUESTER_FEATURES"
cleanup
}
Expand Down
2 changes: 1 addition & 1 deletion test_key/spdm-emu-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/DMTF/spdm-emu/releases/tag/3.0.0
https://github.com/DMTF/spdm-emu/releases/tag/3.1.1
Binary file modified test_key/spdm_requester_emu
Binary file not shown.
Binary file modified test_key/spdm_responder_emu
Binary file not shown.

0 comments on commit 0ea23ed

Please sign in to comment.