diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-23 10:36:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-23 10:36:49 +0000 |
commit | 20161c38f27b24d72601cd6305502387d668b455 (patch) | |
tree | 3f7e120defcf10a1c5c7c5cb0d2a72a4d33ed53f | |
parent | 7b6394b75a87a740806a5a784d9c88ba11199270 (diff) |
Added a question about other SSL libraries
-rw-r--r-- | FAQ | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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! |