mirror of
https://github.com/hwdsl2/openvpn-install.git
synced 2026-01-11 10:56:16 +00:00
Upgrade HMAC digest algorithm to SHA-512
This was long overdue for compatibility reasons. My decision to force the upgrade now, has been made following recomendations published in the OpenVPN 2.4 audit performed by Cryptography Engineering LLC.
This commit is contained in:
@@ -264,6 +264,7 @@ ca ca.crt
|
||||
cert server.crt
|
||||
key server.key
|
||||
dh dh.pem
|
||||
auth SHA512
|
||||
tls-auth ta.key 0
|
||||
topology subnet
|
||||
server 10.8.0.0 255.255.255.0
|
||||
@@ -402,6 +403,7 @@ nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
remote-cert-tls server
|
||||
auth SHA512
|
||||
cipher AES-256-CBC
|
||||
comp-lzo
|
||||
setenv opt block-outside-dns
|
||||
|
||||
Reference in New Issue
Block a user