aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authormoparisthebest <admin@moparisthebest.com>2017-04-17 19:47:51 -0400
committerDaniel Stenberg <daniel@haxx.se>2017-05-15 22:54:33 +0200
commiteb16305e6ab1b3d660b6de326f61fd4c7df086ac (patch)
tree422d12edb97900622b0a2bd35f2e94762b284030 /tests/runtests.pl
parent19195696338b9a63fcc5ca42d8238cbe54e2afc2 (diff)
SecureTransport/DarwinSSL: Implement public key pinning
Closes #1400
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl1
1 files changed, 1 insertions, 0 deletions
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) {