From 43c80f2489d429d168ec3e9c3664908971ffeac3 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Mon, 12 Feb 2018 23:56:38 +0000 Subject: verify mac1 for handshake messages --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1ebec71..aebec33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ license = "GPL-3.0" repository = "https://git.zx2c4.com/wireguard-rs/" description = "Userspace implementation of WireGuard, a fast, modern and secure VPN tunnel." +[profile.release] +debug = true + [dependencies] base64 = "^0.5" blake2-rfc = "0.2" @@ -34,3 +37,4 @@ tokio-uds = "^0.1" tokio-utun = "^0.1" tokio-timer = "^0.1" treebitmap = "^0.2" +x25519-dalek = "0.1.0" -- cgit v1.2.3-59-g8ed1b