Some prep work to make room for perfect forward security (PFS). Will not affect existing clients.

This commit is contained in:
Adam Ierymenko 2015-05-13 18:53:37 -07:00
parent bdce679d84
commit a8835cd8b3
2 changed files with 20 additions and 21 deletions

View file

@ -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
}