Move TRP messaging to tr_msg.c. Fix old bug.
authorJennifer Richards <jennifer@painless-security.com>
Fri, 17 Jun 2016 01:49:26 +0000 (21:49 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Fri, 17 Jun 2016 01:49:26 +0000 (21:49 -0400)
commitaa60420a1b690c06ae7ef9fd4584bf434cea9c6b
tree1e9138ca80c585677df5a669f3b9fb167d5214fb
parentc904da6561420671467ae076ccec2800e4928c1d
Move TRP messaging to tr_msg.c. Fix old bug.

* Move TRP message-related code to tr_msg.c
* Change names/code to match existing conventions
* Add constructor/destructor for TID_RESP struct
* Free sub-structures when freeing TR_MSG struct
* Add msgtst to Makefile.am
Makefile.am
common/tr_msg.c
include/tr_msg.h
include/trp_internal.h
include/trust_router/tid.h
include/trust_router/trp.h [new file with mode: 0644]
tid/tid_resp.c
trp/msgtst.c
trp/trp_msg.c