diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2019-07-27 16:44:22 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2019-07-27 16:45:10 +0500 |
commit | 7c14a51276b7bb2e50d04aff1351e5147e416846 (patch) | |
tree | 4aae0a7e4c90a84b3884b78abbef706e4812f45c /accel-pppd/accel-ppp.conf.5 | |
parent | 90f30c5c33577ab5cb50bd93863908ab97c40749 (diff) | |
download | accel-ppp-7c14a51276b7bb2e50d04aff1351e5147e416846.tar.gz accel-ppp-7c14a51276b7bb2e50d04aff1351e5147e416846.zip |
sstp: implement ssl-protocol list option
possible protocols are ssl2, ssl3, tls1, tls1.1, tls1.2 and tls1.3,
but support does depend on openssl library.
defaults are up to openssl library w/o ssl2/ssl3.
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 15becb3f..ed1738ed 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -715,6 +715,9 @@ Specifies incoming connection acceptance mode. .B proxy - enable PROXY protocol 1 & 2 support. .TP +.BI "ssl-protocol=" ssl2|ssl3|tls1|tls1.1|tls1.2|tls1.3 +Specifies the enabled SSL/TLS protocols supported by OpenSSL library. +.TP .BI "ssl-dhparam=" pemfile Specifies a file with DH parameters for DHE ciphers. .TP |