diff options
author | Dan Winship <danw@gnome.org> | 2009-11-12 19:44:27 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-12-07 11:23:05 +0100 |
commit | 97bacf3057b7c45c29a6d025c67a6dd588144e05 (patch) | |
tree | 08335adab4e6d66d10a8bb560773b9d98d067017 /README | |
parent | ac667c1893aee87d07627fbc2181902ec3de1d79 (diff) | |
download | libsoup-97bacf3057b7c45c29a6d025c67a6dd588144e05.tar.gz libsoup-97bacf3057b7c45c29a6d025c67a6dd588144e05.tar.bz2 libsoup-97bacf3057b7c45c29a6d025c67a6dd588144e05.zip |
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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |