Client -> server handshake successful

This commit is contained in:
Ian Gulliver
2015-02-07 10:47:03 -08:00
parent f8c2222774
commit ce0d4481d3
3 changed files with 32 additions and 6 deletions

View File

@@ -50,7 +50,8 @@ class CryptoPubServerConnection : public CryptoBase {
const std::string secret_key_;
const std::string ephemeral_secret_key_;
const std::string client_public_key_;
std::string client_public_key_;
std::string client_ephemeral_public_key_;
enum {
AWAITING_HANDSHAKE,
READY,