mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-23 21:46:08 +03: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:
parent
bcca288029
commit
c0f0d47a64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user