diff options
author | Dan Winship <danw@gnome.org> | 2010-02-20 12:44:44 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-02-21 10:06:10 -0500 |
commit | ab3a4d1eafda14b04454343ad0ba59df3236503d (patch) | |
tree | 82dbd8af9dd1a1d64b0682595ad3167b250f3588 /libsoup/soup-connection.h | |
parent | e25d2020015656efb36825fc189e84b04c5f6593 (diff) | |
download | libsoup-ab3a4d1eafda14b04454343ad0ba59df3236503d.tar.gz |
Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatal
Based on a patch from Gustavo Noronha Silva
https://bugzilla.gnome.org/show_bug.cgi?id=610374
Diffstat (limited to 'libsoup/soup-connection.h')
-rw-r--r-- | libsoup/soup-connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsoup/soup-connection.h b/libsoup/soup-connection.h index ae8973e9..f2ec40c2 100644 --- a/libsoup/soup-connection.h +++ b/libsoup/soup-connection.h @@ -44,6 +44,7 @@ typedef void (*SoupConnectionCallback) (SoupConnection *conn, #define SOUP_CONNECTION_TUNNEL_ADDRESS "tunnel-address" #define SOUP_CONNECTION_PROXY_URI "proxy-uri" #define SOUP_CONNECTION_SSL_CREDENTIALS "ssl-creds" +#define SOUP_CONNECTION_SSL_STRICT "ssl-strict" #define SOUP_CONNECTION_ASYNC_CONTEXT "async-context" #define SOUP_CONNECTION_TIMEOUT "timeout" #define SOUP_CONNECTION_IDLE_TIMEOUT "idle-timeout" |