Changes

Np1sec

282 bytes added, 7 years ago
/* Finite State Table */
* '''authenticate and store share'''
validate the authentication token and store the sent share. If everybody is authenticated and all shares are received, compute the session key and the session confirmation and send of SESSION_CONFIRMATION message. In that case, the session state will be changed to GROUP_KEY GENERATED. Otherwise stays unchanged.
If the received PARTICIPANTS_INFO message does not corresponds to the session, it create a new session for that list in stale state.
* '''confirm and may move session'''
* '''init a session with new user'''
When a confirmed participant receive this message start a new session with the joiner added to it. The state of new session will be RE_SHARED.
 
* '''init a session stale session with new user'''
It creates a new session with the joiner added to it. The state of new session will be STALE.
= '''IX Cryptographic Primitives''' =