Skip to content

Commit

Permalink
Add SPPRZ_STATUS message for debugging STS protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Nov 25, 2017
1 parent 7131f0b commit b255209
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion message_definitions/v1.0/messages.xml
Expand Up @@ -1988,7 +1988,11 @@
<field name="msg_data" type="uint8[]"/>
</message>

<!-- 255 is free -->
<message name="SPRRZ_STATUS" id="255">
<description>Message for monitoring ket exchange status</description>
<field name="sts_stage" type="uint8" values="INIT|WAIT_MSG1|WAIT_MSG2|WAIT_MSG3|CRYPTO_OK"/>
<field name="sts_error" type="uint8" values="NONE|MSG1_TIMEOUT|MSG1_ENCRYPT|MSG3_TIMEOUT|MSG3_DECRYPT|MSG3_SIGNVERIFY|MSG2_TIMEOUT|MSG2_DECRYPT|MSG2_SIGNVERIFY|MSG3_ENCRYPT|UNEXPECTED_TYPE|UNEXPECTED_STAGE|UNEXPECTED_MSG"/>
</message>

</msg_class>

Expand Down

0 comments on commit b255209

Please sign in to comment.