nss: implement public key pinning for NSS backend

Bug: https://bugzilla.redhat.com/1195771
This commit is contained in:
Kamil Dudka
2015-03-25 13:48:41 +01:00
parent 1fd33e3ec8
commit b47c17d67c
5 changed files with 58 additions and 3 deletions

View File

@@ -2346,6 +2346,7 @@ sub checksystem {
}
elsif ($libcurl =~ /nss/i) {
$has_nss=1;
$has_sslpinning=1;
$ssllib="NSS";
}
elsif ($libcurl =~ /(yassl|wolfssl)/i) {