You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe a reading of the Large SPDM message transfer mechanism implies that ChunkSeqNo should not wrap. Ie, if the message is too large for 65536 chunks then it should not be sent. However libspdm assumes wrapping, for example
I believe a reading of the Large SPDM message transfer mechanism implies that
ChunkSeqNo
should not wrap. Ie, if the message is too large for65536
chunks then it should not be sent. However libspdm assumes wrapping, for examplelibspdm/library/spdm_responder_lib/libspdm_rsp_chunk_get.c
Line 157 in 30014a8
I filed https://github.com/DMTF/SPDM-WG/issues/3703 to increase the size of
ChunkSeqNo
so that we don't have to think about this for SPDM 1.4 and greater.The text was updated successfully, but these errors were encountered: