Lines Matching refs:libcurl
478 my $libcurl;
515 $curl =~ s/^(.*)(libcurl.*)/$1/g || die "Failure determining curl binary version";
517 $libcurl = $2;
531 if ($libcurl =~ /\s(winssl|schannel)\b/i) {
535 elsif ($libcurl =~ /\sopenssl\b/i) {
539 elsif ($libcurl =~ /\sgnutls\b/i) {
543 elsif ($libcurl =~ /\srustls-ffi\b/i) {
546 elsif ($libcurl =~ /\swolfssl\b/i) {
550 elsif ($libcurl =~ /\sbearssl\b/i) {
553 elsif ($libcurl =~ /\ssecuretransport\b/i) {
557 elsif ($libcurl =~ /\sBoringSSL\b/i) {
562 elsif ($libcurl =~ /\slibressl\b/i) {
567 elsif ($libcurl =~ /\smbedTLS\b/i) {
571 if ($libcurl =~ /ares/i) {
575 if ($libcurl =~ /Hyper/i) {
578 if ($libcurl =~ /nghttp2/i) {
582 if ($libcurl =~ /libssh2/i) {
585 if ($libcurl =~ /libssh\/([0-9.]*)\//i) {
595 if ($libcurl =~ /wolfssh/i) {
600 # these are the protocols compiled in to this libcurl
822 "* $libcurl\n",