After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 431379 - add certificate-based authentication to mail, addressbook, calendar
add certificate-based authentication to mail, addressbook, calendar
Status: RESOLVED DUPLICATE of bug 273869
Product: Evolution Exchange
Classification: Deprecated
Component: Connector
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: Connector Maintainer
Ximian Connector QA
Depends on: 431376
Blocks:
 
 
Reported: 2007-04-19 15:29 UTC by jacob berkman
Modified: 2007-04-19 15:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cert auth for the connector (45.47 KB, patch)
2007-04-19 15:30 UTC, jacob berkman
none Details | Review

Description jacob berkman 2007-04-19 15:29:49 UTC
this builds on the patch for bug 431376, and the same caveats apply here as well.  It may just be better to have a single bug?  if so please mark as a dup and i can attach the patch to the other bug as well.

this patch is a little tricky because we are doing the cert stuff via nss.  nss doesn't currently support concurrent access via multiple applications, and it also may need to prompt the user for a pin, or to accept a certificate.  for these reasons, i have punted the nss bits to the client side and marshal them over either bonobo or the mail stub interface.

it seems to work ok, but i am up for some discussion if maybe this isn't the best approach.
Comment 1 jacob berkman 2007-04-19 15:30:19 UTC
Created attachment 86639 [details] [review]
cert auth for the connector
Comment 2 jacob berkman 2007-04-19 15:34:31 UTC

*** This bug has been marked as a duplicate of 273869 ***