From 0fb433690c0ca5f9561fe9e2e973e2cd61b873ba Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 11 Oct 2016 12:39:05 +0200 Subject: Commit introducing Client keyexchange, triggering bugs. Clients now send their public key to each node and the node calculates the shared secret. The node does not yet respond with it's public key. To keep this commit smaller. Nodes now disconnect from each other in a better way. Getting the relevant crypto api is now done with a generic function. What crypto algorithm and implemenation is beign used can be selected in the cmake cache (use cmake-gui or ccmake) Clients now connect correctly to multiple nodes. --- node/node.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'node/node.hpp') diff --git a/node/node.hpp b/node/node.hpp index fa0cb37..44e379f 100644 --- a/node/node.hpp +++ b/node/node.hpp @@ -6,7 +6,6 @@ #include "nextnode.hpp" #include "api.h" -#include "curve25519.h" #include "cmix.pb.h" -- cgit v1.2.3-70-g09d2