Bug #6191
closedOpenVPN AES-GCM
0%
Description
When doing "openvpn --show-tls" in the shell of pfSense 2.3, it does post a long list including
TLS-DHE-RSA-WITH-AES-256-GCM-SHA384
It is also included in the output of openssl ciphers, but not included in the OpenVPN drop down menu, however.
That should be a good candidate for a super secure OpenVPN which should also be fast with AES-NI. Given the fact, that you did include AES-NI support for AES-GCM in pfSense 2.3, this would be a logical next step.
Can this option enabled, please?
Updated by Michael Schefczyk over 8 years ago
It is sometimes claimed that TLS-DHE-RSA-WITH-AES-256-GCM-SHA384 would only be available from OpenVPN 2.4 onwards. This is not in line with OpenVPN's current documentation:
Updated by Chris Buechler over 8 years ago
- Status changed from New to Not a Bug
--show-tls is not the same thing as --show-ciphers. AES-GCM is not a supported cipher in currently-available OpenVPN releases. When it is, we'll have it available automatically.