PolarSSL: Implement public key pinning

This commit is contained in:
moparisthebest 2016-04-21 21:21:45 -04:00 committed by Daniel Stenberg
parent 7639a9cfc9
commit 33623d7196
5 changed files with 89 additions and 7 deletions

View file

@ -2358,6 +2358,7 @@ sub checksystem {
}
elsif ($libcurl =~ /polarssl/i) {
$has_polarssl=1;
$has_sslpinning=1;
$ssllib="polarssl";
}
elsif ($libcurl =~ /axtls/i) {