Feature #7063
Add OpenVPN 2.4 ECDH options
Start date:
01/01/2017
Due date:
% Done:
100%
Estimated time:
Description
OpenVPN 2.4 added two ECDH-related options:
1. Settings "dh" to "none" tells OpenVPN to use only ECDH and not DH
2. Added the "ecdh-curve" option to select a specific ECDH curve
2a. To get a list of possible curves, use openvpn --show-curves
To me, I've got some code I've been experimenting with.
Associated revisions
History
#1
Updated by Jim Pingle about 4 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset f888c35aa25b38cdf5b1a73fc65ed6959451bfe0.
#2
Updated by Phillip Davis about 4 years ago
A little fix in https://github.com/pfsense/pfsense/pull/3340
#3
Updated by Jim Pingle about 4 years ago
- Status changed from Feedback to Resolved
I pushed a change with help text for DH & ECDH and also updated the doc wiki a bit: https://doc.pfsense.org/index.php/DH_Parameters
Add OpenVPN ECDH options. Implements #7063