From: Daniel Stenberg Date: Thu, 23 Mar 2000 10:36:49 +0000 (+0000) Subject: Added a question about other SSL libraries X-Git-Tag: curl-7_1_1~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20161c38f27b24d72601cd6305502387d668b455;p=thirdparty%2Fcurl.git Added a question about other SSL libraries --- diff --git a/FAQ b/FAQ index 233e66de1e..59a3821f0d 100644 --- a/FAQ +++ b/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. - \ 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!