1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-02 11:30:48 +00:00

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

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 : This fork includes :
- no logs - no logs
- TLS 1.2 only - 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) - 4096 bits DH (instead of 2048 bits)
- [FDN's DNS Servers](http://www.fdn.fr/actions/dns/) - [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) - Every feature of the [original script](https://github.com/Nyr/openvpn-install) (I check periodically to sync the latest commits from source)