Skip to content

Conversation

@Li-Aaron
Copy link
Contributor

@Li-Aaron Li-Aaron commented Dec 24, 2025

Fix #184

should rebase once DMTF/libspdm#3450 merged

@Li-Aaron Li-Aaron marked this pull request as ready for review December 25, 2025 01:27
@Li-Aaron Li-Aaron marked this pull request as draft December 25, 2025 01:27
libspdm_zero_mem(message, sizeof(message));
status = libspdm_send_receive_data(spdm_context, &test_buffer->session_id, false,
status = libspdm_send_receive_spdm_data(spdm_context, &test_buffer->session_id,
&spdm_request, sizeof(spdm_request),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix alignment, and all other libspdm_send_receive_spdm_data changes

@Li-Aaron Li-Aaron changed the title Fix 184 Add support for chunked response Dec 25, 2025
@Li-Aaron Li-Aaron closed this Dec 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chunked response causes test failure

1 participant