diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2018-06-05 22:08:55 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2018-06-05 22:51:43 +0500 |
commit | d84c4b94a958b7cc79aad44439bed8029b3b549b (patch) | |
tree | 3516de26b8afa0e4982a6b0d7c2240a80038836d /accel-pppd/accel-ppp.conf.5 | |
parent | 9dd52874d21025adc27fa6e0fedebbb805d8c398 (diff) | |
download | accel-ppp-d84c4b94a958b7cc79aad44439bed8029b3b549b.tar.gz accel-ppp-d84c4b94a958b7cc79aad44439bed8029b3b549b.zip |
sstp: add ECDSA certs support and ssl-ecdh-curve option for ECDHE ciphers
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 7439de1..9ccac7d 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -684,6 +684,9 @@ Specifies incoming connection acceptance mode. .BI "ssl-dhparam=" pemfile Specifies a file with DH parameters for DHE ciphers. .TP +.BI "ssl-ecdh-curve=" string +Specifies a curves for ECDHE ciphers. Value is specified in the format understood by the OpenSSL library. +.TP .BI "ssl-ciphers=" string Specifies the enabled ciphers. The ciphers are specified in the format understood by the OpenSSL library. .TP |