Some prep work to make room for perfect forward security (PFS). Will not affect existing clients.
This commit is contained in:
parent
bdce679d84
commit
a8835cd8b3
2 changed files with 20 additions and 21 deletions
|
@ -118,8 +118,6 @@ bool Packet::dearmor(const void *key)
|
|||
s20.decrypt(payload,payload,payloadLen);
|
||||
|
||||
return true;
|
||||
} else if (cs == ZT_PROTO_CIPHER_SUITE__C25519_AES256_GCM) {
|
||||
return false; // not implemented yet
|
||||
} else return false; // unrecognized cipher suite
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue