Use ECDSA to sign ECDH key exchange for UDP session keys.
[tinc] / src / node.h
index 05d751c..0ce7542 100644 (file)
@@ -49,6 +49,7 @@ typedef struct node_t {
        node_status_t status;
        time_t last_req_key;
 
+       ecdsa_t ecdsa;                          /* His public ECDSA key */
        ecdh_t ecdh;                            /* State for ECDH key exchange */
 
        cipher_t incipher;                        /* Cipher for UDP packets */