From 9720830100c3bec96b46c821c8136ed42f314fe2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 10 Jan 2015 20:18:39 +0300 Subject: [PATCH] [DOC] Some additions that OpenVPN can be faster, because of it's C nature Signed-off-by: Sergey Matveev --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f436127..1416429 100644 --- a/README +++ b/README @@ -31,14 +31,14 @@ if pre-shared key is compromised. COMPARISON TO OpenVPN -* Higher performance +* Faster handshake * Perfect-forward secrecy (if long-term pre-shared keys are compromised, no captured traffic can be decrypted anyway) * Mutual two-side authentication (noone will send real network interface data unless the other side is authenticated) * Zero-knowledge authentication (pre-shared key is not transmitted in any form between the peers, not even it's hash value) -* Fast handshake +* Higher performance in some cases CONSOLE OUTPUT LEGEND -- 2.44.0