aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian/readme.txt
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-04-11 07:06:34 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-04-11 07:06:34 +0000
commite43606eb4d3b2b914ff3c4a53e68ff9ad68503b8 (patch)
treedbc88eba6e2f1e02ec13fe71a9bedd7191b95929 /packages/Symbian/readme.txt
parent6a378a28b494274c144e2a8e4a870c2707a6f601 (diff)
Added new libcurl source files to Symbian OS build files.
Improved Symbian support for SSL.
Diffstat (limited to 'packages/Symbian/readme.txt')
-rw-r--r--packages/Symbian/readme.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/packages/Symbian/readme.txt b/packages/Symbian/readme.txt
index cdd9f7450..840447b5d 100644
--- a/packages/Symbian/readme.txt
+++ b/packages/Symbian/readme.txt
@@ -70,13 +70,15 @@ half an hour are selected.
LDAP, SCP or SFTP methods are not supported.
-gzip and deflate decompression is supported when enabled in the libcurl.mmp
-file.
+gzip and deflate decompression is supported when the appropriate macro
+is uncommented in the libcurl.mmp file.
-SSL/TLS encryption is not supported by default, but it has been reported
-to be made working with macros similar to the ones in config-symbian.h
-and libcurl.mmp. This requires the OpenSSL libraries included in the S60
-Open C SDK.
+SSL/TLS encryption is not enabled by default, but it is possible to add
+when the OpenSSL libraries included in the S60 Open C SDK are available.
+The appropriate macro in the libcurl.mmp file must be uncommented to
+enable support. In addition, some manual editing of the libcurl source
+code must also be done since the S60 port of OpenSSL disables support
+for some encryption methods that libcurl assumes are always available.
Debug builds are not supported (i.e. --enable-debug) because they cause
additional symbol exports in the library which are not frozen in the .def
@@ -85,4 +87,4 @@ files.
Dan Fandrich
dan@coneharvesters.com
-October 2008
+April 2009