Regarding ALGORITHMS #844
-
Hello , Algorithm fails at below step in libspdm_try_negotiate_algorithms L383. if (libspdm_is_capabilities_flag_supported( Get Capability 0000: 11 e1 00 00 00 00 00 00 c0 c2 00 00 Negotiate Algorithm Requester sending : Algorithm Responder sending : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks both the Requester and Responder support KEY_EXCHANGE, however the Requester did not specify any DHE algorithms like |
Beta Was this translation helpful? Give feedback.
It looks both the Requester and Responder support KEY_EXCHANGE, however the Requester did not specify any DHE algorithms like
secp256r1
. We can probably put an assertion in the code to catch this.