Open finwo opened 4 years ago
To allow more generic use of this library, it should be able to run without encryption as well, allowing keys to be set during a connection. This then allows a regular connection to add encryption later based on any key negotiation protocol.
Maybe implement something like randomized diffie-hellman if no key was given?
To allow more generic use of this library, it should be able to run without encryption as well, allowing keys to be set during a connection. This then allows a regular connection to add encryption later based on any key negotiation protocol.