diff options
author | Kamil Dudka <kdudka@redhat.com> | 2015-03-25 13:48:41 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2015-04-22 13:21:31 +0200 |
commit | b47c17d67c9b5c9e985375b090f0140bf43cb146 (patch) | |
tree | eae985fca8853c0dcbf72e5556d070637f86db56 /tests | |
parent | 1fd33e3ec8fcfe6f5797b212980ececd6bdb9d03 (diff) |
nss: implement public key pinning for NSS backend
Bug: https://bugzilla.redhat.com/1195771
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index ef9d3c8d4..b64c42373 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2346,6 +2346,7 @@ sub checksystem { } elsif ($libcurl =~ /nss/i) { $has_nss=1; + $has_sslpinning=1; $ssllib="NSS"; } elsif ($libcurl =~ /(yassl|wolfssl)/i) { |