From 0675abbc7572ff6d711a1f325d9b812f98bce78f Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sun, 5 Apr 2015 01:48:16 -0400 Subject: cyassl: Implement public key pinning Also add public key extraction example to CURLOPT_PINNEDPUBLICKEY doc. --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index b64c42373..65c093c33 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2351,6 +2351,7 @@ sub checksystem { } elsif ($libcurl =~ /(yassl|wolfssl)/i) { $has_yassl=1; + $has_sslpinning=1; $ssllib="yassl"; } elsif ($libcurl =~ /polarssl/i) { -- cgit v1.2.3