[Pidgin] #3533: Libpurple does not load certificate .pem files
Pidgin
trac at pidgin.im
Thu Aug 21 18:18:31 EDT 2008
#3533: Libpurple does not load certificate .pem files
----------------------------------------------------+-----------------------
Reporter: emilal | Owner:
Type: defect | Status: new
Milestone: | Component: libpurple
Version: 2.5.0 | Resolution:
Keywords: Certificate files not loaded correctly |
----------------------------------------------------+-----------------------
Comment(by emilal):
Sorry, this is the problematic dialog box:
{{{
static void
x509_tls_cached_user_auth(PurpleCertificateVerificationRequest *vrq,
const gchar *reason)
{
gchar *primary;
/* Make messages */
primary = g_strdup_printf(_("Accept certificate for %s?"),
vrq->subject_name);
/* Make a semi-pretty display */
purple_request_action(
vrq->cb_data, /* TODO: Find what the handle ought to be */
_("SSL Certificate Verification"),
primary,
reason,
0, /* Accept by default */
NULL, /* No account */
NULL, /* No other user */
NULL, /* No associated conversation */
x509_tls_cached_ua_ctx_new(vrq, reason),
3, /* Number of actions */
_("Accept"), x509_tls_cached_user_auth_accept_cb,
_("Reject"), x509_tls_cached_user_auth_reject_cb,
_("_View Certificate..."), x509_tls_cached_show_cert);
/* Cleanup */
g_free(primary);
}
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/3533#comment:3>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list