From eb16305e6ab1b3d660b6de326f61fd4c7df086ac Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Mon, 17 Apr 2017 19:47:51 -0400 Subject: SecureTransport/DarwinSSL: Implement public key pinning Closes #1400 --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index f23fc1d68..309b7085a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2412,6 +2412,7 @@ sub checksystem { } elsif ($libcurl =~ /securetransport/i) { $has_darwinssl=1; + $has_sslpinning=1; $ssllib="DarwinSSL"; } elsif ($libcurl =~ /BoringSSL/i) { -- cgit v1.2.3