Replace AES-256-CBC by AES-128-GCM

This commit is contained in:
Angristan 2016-03-09 23:01:25 +01:00
parent 9b8ad887c3
commit 8757b22c52
1 changed files with 1 additions and 1 deletions

View File

@ -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)