comparison libpurple/certificate.c @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 8ae227dca885
comparison
equal deleted inserted replaced
21244:a20ef7180680 21335:d4f95419be45
570 secondary, 570 secondary,
571 1, /* Accept by default */ 571 1, /* Accept by default */
572 NULL, /* No account */ 572 NULL, /* No account */
573 NULL, /* No other user */ 573 NULL, /* No other user */
574 NULL, /* No associated conversation */ 574 NULL, /* No associated conversation */
575 PURPLE_REQUEST_UI_HINT_BLIST, 575 PURPLE_REQUEST_HINT_BLIST,
576 vrq, 576 vrq,
577 x509_singleuse_verify_cb, 577 x509_singleuse_verify_cb,
578 x509_singleuse_verify_cb ); 578 x509_singleuse_verify_cb );
579 579
580 /* Cleanup */ 580 /* Cleanup */
1193 reason, 1193 reason,
1194 2, /* Accept by default */ 1194 2, /* Accept by default */
1195 NULL, /* No account */ 1195 NULL, /* No account */
1196 NULL, /* No other user */ 1196 NULL, /* No other user */
1197 NULL, /* No associated conversation */ 1197 NULL, /* No associated conversation */
1198 PURPLE_REQUEST_UI_HINT_BLIST, 1198 PURPLE_REQUEST_HINT_BLIST,
1199 x509_tls_cached_ua_ctx_new(vrq, reason), 1199 x509_tls_cached_ua_ctx_new(vrq, reason),
1200 3, /* Number of actions */ 1200 3, /* Number of actions */
1201 _("Accept"), x509_tls_cached_user_auth_accept_cb, 1201 _("Accept"), x509_tls_cached_user_auth_accept_cb,
1202 _("Reject"), x509_tls_cached_user_auth_reject_cb, 1202 _("Reject"), x509_tls_cached_user_auth_reject_cb,
1203 _("_View Certificate..."), x509_tls_cached_show_cert); 1203 _("_View Certificate..."), x509_tls_cached_show_cert);