Skip to content
Snippets Groups Projects
Commit 20161c38 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added a question about other SSL libraries

parent 7b6394b7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
\ No newline at end of file
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!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment