summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2009-11-12 19:44:27 -0500
committerDan Winship <danw@gnome.org>2010-12-07 11:23:05 +0100
commit97bacf3057b7c45c29a6d025c67a6dd588144e05 (patch)
tree08335adab4e6d66d10a8bb560773b9d98d067017 /README
parentac667c1893aee87d07627fbc2181902ec3de1d79 (diff)
downloadlibsoup-97bacf3057b7c45c29a6d025c67a6dd588144e05.tar.gz
SoupSocket: port to GSocketConnection/GTlsConnection
and remove libsoup's built-in TLS support, which is no longer needed
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bf3b70a6..8baf635b 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ and the glib main loop, to integrate well with GNOME applications.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
- * SSL Support using GnuTLS
+ * SSL support
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication