We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9265cc commit 3bab714Copy full SHA for 3bab714
library/spdm_common_lib/libspdm_com_context_data.c
@@ -2752,6 +2752,8 @@ void libspdm_reset_context(void *spdm_context)
2752
libspdm_zero_mem(&context->encap_context, sizeof(libspdm_encap_context_t));
2753
context->connection_info.local_used_cert_chain_buffer_size = 0;
2754
context->connection_info.local_used_cert_chain_buffer = NULL;
2755
+ context->connection_info.multi_key_conn_req = false;
2756
+ context->connection_info.multi_key_conn_rsp = false;
2757
#if LIBSPDM_RESPOND_IF_READY_SUPPORT
2758
context->cache_spdm_request_size = 0;
2759
#endif
0 commit comments