aboutsummaryrefslogtreecommitdiff
path: root/net/stunnel/files
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2019-04-08 09:58:13 +0200
committerFlorian Eckert <fe@dev.tdt.de>2019-04-10 09:06:46 +0200
commitd745fd7c490bd42894ebeffe165b54906f9b6208 (patch)
tree4f81c51e02dae03386aa88a85594f2aac3700d98 /net/stunnel/files
parent3c6ca66a494d741335b8be3af4c707019db1c37a (diff)
stunnel: update to version 5.51
Update to version 5.51 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'net/stunnel/files')
-rw-r--r--net/stunnel/files/stunnel.init6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/stunnel/files/stunnel.init b/net/stunnel/files/stunnel.init
index 0a2dfa416..739e16b94 100644
--- a/net/stunnel/files/stunnel.init
+++ b/net/stunnel/files/stunnel.init
@@ -52,12 +52,13 @@ validate_service_options() {
'checkHost:list(host)' \
'checkIP:list(ipaddr)' \
'ciphers:list(string)' \
+ 'ciphersuites:list(string)' \
'client:bool' \
'config:list(string)' \
'connect:list(string)' \
'CRLfile:string' \
'CRLpath:string' \
- 'curve:string' \
+ 'curves:list(string)' \
'debug:or(range(0,7),string)' \
'delay:bool' \
'engineId:string' \
@@ -232,7 +233,6 @@ print_service_options() {
cert \
CRLfile \
CRLpath \
- curve \
debug \
logId \
engineId \
@@ -294,6 +294,8 @@ print_service_options() {
print_lists_reduce : \
ciphers \
+ curves \
+ ciphersuites \
;
print_host_port \