Loading tests/FILEFORMAT +1 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,7 @@ NTLM OpenSSL socks SSL SSLpinning TLS-SRP TrackMemory unittest Loading tests/data/test2034 +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ MooMoo <client> <features> SSL SSLpinning </features> <server> https Server-localhost-sv.pem Loading tests/data/test2035 +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ PEM certificate <client> <features> SSL SSLpinning </features> <server> https Server-localhost-sv.pem Loading tests/runtests.pl +9 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,8 @@ my $has_axtls; # built with axTLS my $has_winssl; # built with WinSSL (Secure Channel aka Schannel) my $has_darwinssl;# build with DarwinSSL (Secure Transport) my $has_sslpinning; # built with a TLS backend that supports pinning my $has_shared = "unknown"; # built shared my $resolver; # string to hold the resolver backend Loading Loading @@ -2299,10 +2301,12 @@ sub checksystem { } elsif ($libcurl =~ /openssl/i) { $has_openssl=1; $has_sslpinning=1; $ssllib="OpenSSL"; } elsif ($libcurl =~ /gnutls/i) { $has_gnutls=1; $has_sslpinning=1; $ssllib="GnuTLS"; } elsif ($libcurl =~ /nss/i) { Loading Loading @@ -2758,6 +2762,11 @@ sub singletest { next; } } elsif($1 eq "SSLpinning") { if($has_sslpinning) { next; } } elsif($1 eq "OpenSSL") { if($has_openssl) { next; Loading Loading
tests/FILEFORMAT +1 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,7 @@ NTLM OpenSSL socks SSL SSLpinning TLS-SRP TrackMemory unittest Loading
tests/data/test2034 +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ MooMoo <client> <features> SSL SSLpinning </features> <server> https Server-localhost-sv.pem Loading
tests/data/test2035 +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ PEM certificate <client> <features> SSL SSLpinning </features> <server> https Server-localhost-sv.pem Loading
tests/runtests.pl +9 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,8 @@ my $has_axtls; # built with axTLS my $has_winssl; # built with WinSSL (Secure Channel aka Schannel) my $has_darwinssl;# build with DarwinSSL (Secure Transport) my $has_sslpinning; # built with a TLS backend that supports pinning my $has_shared = "unknown"; # built shared my $resolver; # string to hold the resolver backend Loading Loading @@ -2299,10 +2301,12 @@ sub checksystem { } elsif ($libcurl =~ /openssl/i) { $has_openssl=1; $has_sslpinning=1; $ssllib="OpenSSL"; } elsif ($libcurl =~ /gnutls/i) { $has_gnutls=1; $has_sslpinning=1; $ssllib="GnuTLS"; } elsif ($libcurl =~ /nss/i) { Loading Loading @@ -2758,6 +2762,11 @@ sub singletest { next; } } elsif($1 eq "SSLpinning") { if($has_sslpinning) { next; } } elsif($1 eq "OpenSSL") { if($has_openssl) { next; Loading