The Windows SSL code in c-client (which uses Microsoft SSPI) doesn't attempt to do anything about client certificates. It only validates the server certificate. If client certificates are used at all in the negotiation, it is SSPI/Windows that is doing that.

If you want to try to implement client certificates, the routine that you need to modify is ssl_start() in imap-200?/src/osdep/nt/ssl_w2k.c (maybe also ssl_nt.c and ssl_old.c).

-- Mark --

http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to