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
The idea is to not run any enclave code until the handshake is complete. e.g. an init_clearing event is not processed until the handshake is complete.
An additional improvement is to make sure the right handshake msg is processed in a seq (i.e. it's not possible to call session_set_pub_key without calling session_create.
Summary
init_clearing
event is not processed until the handshake is complete.(comment on #174)
Acceptance Criteria
The text was updated successfully, but these errors were encountered: