summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-03-26 08:38:46 +0100
committerStefan Metzmacher <metze@samba.org>2016-04-12 19:25:25 +0200
commit7cf3318fa99aa52c9baf669c6cf5ab440ff2b801 (patch)
tree82848071f529bea26bcac82fbb9850a4e02b28ba /selftest/selftest.pl
parent942e4ed8512c86e5aafe1fd7cf7bef1809de0953 (diff)
downloadsamba-7cf3318fa99aa52c9baf669c6cf5ab440ff2b801.tar.gz
CVE-2016-2113: selftest: use "tls verify peer = no_check"
Individual tests will check the more secure values. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11752 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index fa2f4cd903a..ff5f27d0855 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -594,6 +594,7 @@ sub write_clientconf($$$)
winbind separator = /
tls cafile = ${cacert}
tls crlfile = ${cacrl_pem}
+ tls verify peer = no_check
";
close(CF);
}