Actions
Feature #7063
closedAdd OpenVPN 2.4 ECDH options
Start date:
01/01/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
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.
Updated by Jim Pingle almost 8 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset f888c35aa25b38cdf5b1a73fc65ed6959451bfe0.
Updated by Phillip Davis almost 8 years ago
A little fix in https://github.com/pfsense/pfsense/pull/3340
Updated by Jim Pingle almost 8 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
Actions