Coverage for nuts.enums : 100%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
# Client messages
#: First message from client, with challenge to server and protocol version. #: Security association suggested by client. #: Command from client. #: Generate new master key #: Confirm successful re-key by signing a random nonce with the new key #: Client is terminating the session.
# Server messages
#: First response from server, responds to client challenge and challenges client #: Negotiated security association from server. #: Reply to command issued by client. #: Respond to re-key command with satellites public key #: Complete the re-keying by invalidating all existing sessions #: Version suggested by client is not supported by server. #: Server is terminating the session. |