From 6017757bc079f4446aa77bc5c0855c52741280f4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 28 May 2019 07:20:50 -0400 Subject: New upstream version 0.13~~git20190527.g039c4a1 --- bin/bbackupd/bbackupd-config.in | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'bin/bbackupd') diff --git a/bin/bbackupd/bbackupd-config.in b/bin/bbackupd/bbackupd-config.in index 1fc224c2..43f63b4e 100755 --- a/bin/bbackupd/bbackupd-config.in +++ b/bin/bbackupd/bbackupd-config.in @@ -169,7 +169,7 @@ if(!-f $private_key) if(!-f $certificate_request) { die "Couldn't run openssl for CSR generation" unless - open(CSR,"|openssl req -new -key $private_key -sha1 -out $certificate_request"); + open(CSR,"|openssl req -new -key $private_key -sha256 -out $certificate_request"); print CSR <<__E; . . @@ -317,6 +317,21 @@ NotifyScript = $notify_script __E +if("@HAVE_SSL_CTX_SET_SECURITY_LEVEL@" eq "1") +{ + print CONFIG <<__E; +# Box Backup compiled with support for SSLSecurityLevel +SSLSecurityLevel = 2 +__E +} +else +{ + print CONFIG <<__E; +# Box Backup compiled without support for SSLSecurityLevel +# SSLSecurityLevel = 2 +__E +} + if($backup_mode eq 'lazy') { # lazy mode configuration -- cgit v1.2.3