I want to return to my user running my client app, an error string that is generated in my clientAuthCertificate NSS callback function (SSL_AuthCertificateHook): after the first write on the SSL socket, my client app gets the server cert and performs checks on the server cert with this callback function. When the callback finds an error, it I use PR_SetErrorText to set the error. However the application does not see this error message but rather sees one set by NSS. Is there a way around this?
-- P
