pidgin: 1bea728c: ssl-gnutls: I think this error message m...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sat Oct 10 00:46:04 EDT 2009


-----------------------------------------------------------------
Revision: 1bea728ca994400e3cfc0ee7183e946ddaff6b09
Ancestor: 1a58220499c7d85ea9df28a72a0ddedfd5c7101e
Author: darkrain42 at pidgin.im
Date: 2009-10-10T03:53:59
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1bea728ca994400e3cfc0ee7183e946ddaff6b09

Modified files:
        libpurple/plugins/ssl/ssl-gnutls.c

ChangeLog: 

ssl-gnutls: I think this error message makes a little more sense.

The error is meant to indicate that the certificate crt is *not* signed
by issuer (where crt_issuer_id is the information extracted from the
certificate itself).

-------------- next part --------------
============================================================
--- libpurple/plugins/ssl/ssl-gnutls.c	db15cfeb1a66cb48fc9596a0d8314133a6c150e6
+++ libpurple/plugins/ssl/ssl-gnutls.c	51dadf178a49905cb0b75e909a7dade86894107a
@@ -698,9 +698,8 @@ x509_certificate_signed_by(PurpleCertifi
 			crt_issuer_id =
 				purple_certificate_get_issuer_unique_id(crt);
 			purple_debug_info("gnutls/x509",
-					  "Certificate for %s claims to be "
-					  "issued by %s, but the certificate "
-					  "for %s does not match.\n",
+					  "Certificate %s is issued by "
+					  "%s, which does not match %s.\n",
 					  crt_id ? crt_id : "(null)",
 					  crt_issuer_id ? crt_issuer_id : "(null)",
 					  issuer_id ? issuer_id : "(null)");


More information about the Commits mailing list