First stab of PFS design work with PKC security -- may not implement in 1.0.3 but stubbing out.
This commit is contained in:
parent
a8835cd8b3
commit
e94518590d
4 changed files with 112 additions and 30 deletions
|
@ -50,6 +50,7 @@ const char *Packet::verbString(Verb v)
|
|||
case VERB_NETWORK_CONFIG_REFRESH: return "NETWORK_CONFIG_REFRESH";
|
||||
case VERB_MULTICAST_GATHER: return "MULTICAST_GATHER";
|
||||
case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME";
|
||||
case VERB_SET_EPHEMERAL_KEY: return "SET_EPHEMERAL_KEY";
|
||||
}
|
||||
return "(unknown)";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue