cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: curl with ssl

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 21 Sep 2016 10:55:57 +0200 (CEST)

On Wed, 21 Sep 2016, Nima Sadjadi wrote:

> In order that cURL can verify ssl either using native CA bundle or with
> provided CA bundle, openssl extension is required? or cURL does not need
> openssl extension at all in any way?

I assume "openssl extension" in this context is the OpenSSL extension for PHP?
Then no, that's not used at all by curl afaik.

libcurl itself, the underlying library that powers PHP/CURL, is built to use a
TLS library and that library is very often OpenSSL.

-- 
  / daniel.haxx.se
_______________________________________________
https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2016-09-21