curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: Replacing OpenSSL with Thirdparty libraries

From: Aleksandar Lazic <al-curllibrary_at_none.at>
Date: Tue, 5 Jun 2018 23:15:41 +0200

On 05/06/2018 15:40, Ranjan Khanna wrote:
>Hi,
>
>We are using libcurl with OpenSSL for HTTPS operations.
>
>One requirement is that we have to use some other third-party SSL
>libraries, like Oracle OCI libraries for SSL operations.
>
>Is this possible, if yes, is there any documentation that can help me.

Libcurl have already a lot of ssl backends.

https://curl.haxx.se/docs/ssl-compared.html

You can find the implementation of the backend in vtls

https://github.com/curl/curl/tree/master/lib/vtls

>Thanks,
>Ranjan

Hth

Aleks
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-06-05