Remember whether we sent our key to another node.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Jan 2015 21:26:33 +0000 (22:26 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Jan 2015 21:26:33 +0000 (22:26 +0100)
commit6056f1c13bb37bf711dff9c25a6eaea99f14d31f
treecaba0ae604eebf2baebda1414b3b81e7565eece8
parentf1f2df07387bc48a3b165c85a0493ff2774de737
Remember whether we sent our key to another node.

In tinc 1.0.x, this was tracked in node->inkey, however in tinc 1.1 we have an abstraction layer for
the legacy cipher and digest, and we don't keep an explicit copy of the key around. We cannot use
cipher_active() or digest_active(), since it is possible to set both to the null algorithm. So add a bit to
node_status_t.
src/net_packet.c
src/net_setup.c
src/node.h
src/protocol_key.c