mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +03:00
PolarSSL: Implement public key pinning
This commit is contained in:
parent
7639a9cfc9
commit
33623d7196
5 changed files with 89 additions and 7 deletions
|
|
@ -2358,6 +2358,7 @@ sub checksystem {
|
|||
}
|
||||
elsif ($libcurl =~ /polarssl/i) {
|
||||
$has_polarssl=1;
|
||||
$has_sslpinning=1;
|
||||
$ssllib="polarssl";
|
||||
}
|
||||
elsif ($libcurl =~ /axtls/i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue