Lines Matching refs:SRP
221 my $has_tls_srp; # set if libcurl is built with TLS-SRP support
1029 $flags .= "--tlsauthtype SRP ";
1488 $flags .= "--priority NORMAL:+SRP ";
1489 $flags .= "--srppasswd $srcdir/certs/srp-verifier-db ";
1490 $flags .= "--srppasswdconf $srcdir/certs/srp-verifier-conf";
2469 if($feat =~ /TLS-SRP/i) {
2470 # TLS-SRP enabled
2491 # run HTTP TLS-SRP tests required when curl is built with https
2492 # protocol support and TLS-SRP feature enabled. For convenience
2969 elsif($1 eq "TLS-SRP") {
3110 elsif($1 eq "TLS-SRP") {
4560 if($server =~ /^(httptls)(\+)(ext|srp)(\d*)(-ipv6|)$/) {