diff libpurple/sslconn.h @ 17496:e0eb1eb5b47b

- Added PURPLE_SSL_PEER_AUTH_FAILED to show that an SSL connection was unable to authenticate the other end of the connection. - Wrote (non-working) GnuTLS request code to prompt the user to check the cert
author William Ehlhardt <williamehlhardt@gmail.com>
date Tue, 29 May 2007 20:50:06 +0000
parents 2d2c72f70e8c
children 3ce170204ef0
line wrap: on
line diff
--- a/libpurple/sslconn.h	Tue May 29 16:20:39 2007 +0000
+++ b/libpurple/sslconn.h	Tue May 29 20:50:06 2007 +0000
@@ -32,7 +32,8 @@
 typedef enum
 {
 	PURPLE_SSL_HANDSHAKE_FAILED = 1,
-	PURPLE_SSL_CONNECT_FAILED = 2
+	PURPLE_SSL_CONNECT_FAILED = 2,
+	PURPLE_SSL_PEER_AUTH_FAILED = 3
 } PurpleSslErrorType;
 
 typedef struct _PurpleSslConnection PurpleSslConnection;