]> git.ipfire.org Git - people/ummeegge/ipfire-2.x.git/commit
OpenVPN: New AES-GCM cipher for N2N and RW openvpn_gcm
authorErik Kapfer <erik.kapfer@ipfire.org>
Sun, 25 Feb 2018 13:18:49 +0000 (14:18 +0100)
committerErik Kapfer <erik.kapfer@ipfire.org>
Sun, 25 Feb 2018 13:18:49 +0000 (14:18 +0100)
commit0517e738fdd471a1fee452e0e6e93913595cdaf7
tree250f88367f761120ea622834a22c752f644d0654
parent87484f5c784e013229bc6d32430cdc8eb7b8a709
OpenVPN: New AES-GCM cipher for N2N and RW

AES-GCM 128, 196 and 256 bit has been added to Net-to-Net and Roadwarrior section.

HMAC selection for N2N will be disabled if AES-GCM is used since GCM provides an own message authentication (GMAC).
    'auth *' line in N2N.conf will be deleted appropriately if AES-GCM is used since '--tls-auth' is not available for N2N.
HMAC selection menu for Roadwarriors is still available since '--tls-auth' is available for RWs
    which uses the configuered HMAC even AES-GCM has been applied.

Signed-off-by: Erik Kapfer <erik.kapfer@ipfire.org>
html/cgi-bin/ovpnmain.cgi