From d745fd7c490bd42894ebeffe165b54906f9b6208 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 8 Apr 2019 09:58:13 +0200 Subject: stunnel: update to version 5.51 Update to version 5.51 Signed-off-by: Florian Eckert --- net/stunnel/files/stunnel.init | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net/stunnel/files') 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 \ -- cgit v1.2.3