2017-08-29 01:35:01 +09:30
|
|
|
#include <common/cryptomsg.h>
|
2017-03-10 21:21:43 +10:30
|
|
|
|
|
|
|
# FIXME: This is probably too finegrained.
|
|
|
|
initr_act_one,1001
|
|
|
|
initr_act_two,1002
|
|
|
|
initr_act_three,1003
|
|
|
|
respr_act_one,1011
|
|
|
|
respr_act_two,1012
|
|
|
|
respr_act_three,1013
|
2017-01-10 15:38:33 +10:30
|
|
|
success,0
|
2017-03-10 21:21:43 +10:30
|
|
|
|
|
|
|
handshake_responder,1
|
2017-05-25 11:46:04 +09:30
|
|
|
handshake_responder,,my_id,33
|
2017-03-10 21:21:43 +10:30
|
|
|
handshake_responder_reply,101
|
2017-05-25 11:46:04 +09:30
|
|
|
handshake_responder_reply,,initiator_id,33
|
|
|
|
handshake_responder_reply,,cs,struct crypto_state
|
|
|
|
handshake_responder_reply,,gflen,2
|
|
|
|
handshake_responder_reply,,globalfeatures,gflen
|
|
|
|
handshake_responder_reply,,lflen,2
|
|
|
|
handshake_responder_reply,,localfeatures,lflen
|
2017-03-10 21:21:43 +10:30
|
|
|
|
|
|
|
handshake_initiator,2
|
2017-05-25 11:46:04 +09:30
|
|
|
handshake_initiator,,my_id,33
|
|
|
|
handshake_initiator,,responder_id,33
|
2017-03-10 21:21:43 +10:30
|
|
|
|
|
|
|
handshake_initiator_reply,102
|
2017-05-25 11:46:04 +09:30
|
|
|
handshake_initiator_reply,,cs,struct crypto_state
|
|
|
|
handshake_initiator_reply,,gflen,2
|
|
|
|
handshake_initiator_reply,,globalfeatures,gflen
|
|
|
|
handshake_initiator_reply,,lflen,2
|
|
|
|
handshake_initiator_reply,,localfeatures,lflen
|