Automatically exchange ECDSA keys and upgrade to new authentication protocol.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 10 Jul 2011 20:34:17 +0000 (22:34 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 10 Jul 2011 20:34:17 +0000 (22:34 +0200)
If we don't have ECDSA keys for the node we connect to, set protocol_minor
to 1, to indicate this to the other end. This will first complete the
old way of authentication with RSA keys, and will then exchange ECDSA keys.
The connection will be terminated right afterwards, and the next attempt
will use ECDSA keys.


No differences found