From 8757b22c52d49fa9987c9fab1e8595a94697e5be Mon Sep 17 00:00:00 2001 From: Angristan Date: Wed, 9 Mar 2016 23:01:25 +0100 Subject: [PATCH] Replace AES-256-CBC by AES-128-GCM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4659e2f..a3e9f5d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This script will let you setup your own VPN server in no more than a minute, eve This fork includes : - no logs - TLS 1.2 only -- AES-256-CBC encryption (instead of BF-CBC) +- AES-128-GCM encryption (instead of BF-CBC) - 4096 bits DH (instead of 2048 bits) - [FDN's DNS Servers](http://www.fdn.fr/actions/dns/) - Every feature of the [original script](https://github.com/Nyr/openvpn-install) (I check periodically to sync the latest commits from source)