summaryrefslogtreecommitdiff
path: root/libsoup/soup-connection.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2016-05-03 14:11:35 -0400
committerDan Winship <danw@gnome.org>2016-05-03 14:13:36 -0400
commit205342c243ae68e3f96b6cee2a280c302f6bbc8d (patch)
treec764e59cc5d54f3b0d002282a5165735c7fde176 /libsoup/soup-connection.h
parent2b7987ce42868d028bce69af2d3c98ae2e7740b9 (diff)
downloadlibsoup-205342c243ae68e3f96b6cee2a280c302f6bbc8d.tar.gz
Don't do SSLv3 fallback if TLS fails
Firefox and Chrome have both removed support for this. Fix your server! (This is still supported by SoupSocket, since removing that would be an API break, but SoupSession never makes use of the feature now.) https://bugzilla.gnome.org/show_bug.cgi?id=765940
Diffstat (limited to 'libsoup/soup-connection.h')
-rw-r--r--libsoup/soup-connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libsoup/soup-connection.h b/libsoup/soup-connection.h
index 8df61129..3da217f1 100644
--- a/libsoup/soup-connection.h
+++ b/libsoup/soup-connection.h
@@ -36,7 +36,6 @@ GType soup_connection_get_type (void);
#define SOUP_CONNECTION_REMOTE_URI "remote-uri"
-#define SOUP_CONNECTION_SSL_FALLBACK "ssl-fallback"
#define SOUP_CONNECTION_SOCKET_PROPERTIES "socket-properties"
#define SOUP_CONNECTION_STATE "state"
@@ -80,8 +79,6 @@ void soup_connection_send_request (SoupConnection *conn,
SoupMessageCompletionFn completion_cb,
gpointer user_data);
-gboolean soup_connection_get_ssl_fallback (SoupConnection *conn);
-
G_END_DECLS
#endif /* SOUP_CONNECTION_H */