GNOME Bugzilla – Bug 431376
add certificate-based authentication to exchange, addressbook, calendar
Last modified: 2007-04-19 15:34:21 UTC
we've added support to soup to authenticate using ssl certs in bug 334021. this patch attempts to add this to evolution-data-server. it uses an additional interface supplied and objects supplied by a small library i made called gnome-certauth: http://off.net/~jacob/gnome-certauth-0.1.tar.gz I know this patch has some rough edges; it doesn't use HAVE_GNOME_CERTAUTH everywhere, it doesn't check in configure for the new soup, and it has some leftover printfs and such, but I was interested in getting some early feedback on the implementation.
Created attachment 86638 [details] [review] add certificate authentication to e-d-s
*** This bug has been marked as a duplicate of 273869 ***