X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=0049cd93a24646f55640412abfcef207c1a7bd65;hb=b13e1a3c1f7252cda5ab95166d9f2d578983471f;hp=02b7399c716b3d00a01302edd67c3e4a66a5e4d3;hpb=28b7a53b693f6b4e70218a926e68a36ece54cda1;p=tinc diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 02b7399c..0049cd93 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -46,6 +46,9 @@ #include "ed25519/sha512.h" #include "keys.h" +/* If nonzero, use null ciphers and skip all key exchanges. */ +bool bypass_security = false; + int invitation_lifetime; ecdsa_t *invitation_key = NULL;