mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
Added a question about other SSL libraries
This commit is contained in:
parent
7b6394b75a
commit
20161c38f2
1 changed files with 9 additions and 1 deletions
10
FAQ
10
FAQ
|
|
@ -56,4 +56,12 @@ Does curl support custom FTP commands?
|
|||
ftp commands without transfering anything. Therefore you must always specify
|
||||
a URL to transfer to/from even when doing custom FTP commands.
|
||||
|
||||
|
||||
Does curl work with other SSL libraries?
|
||||
========================================
|
||||
|
||||
Curl has been written to use OpenSSL, although I doubt there would be much
|
||||
problems using a different library. I just don't know any other free one and
|
||||
that has limited my possibilities to develop against anything else.
|
||||
|
||||
If anyone does "port" curl to use a commercial SSL library, I am of course
|
||||
very interested in getting the patch!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue