Patrick wrote: > > Hello, > > How does one get error messages when using NSS3.3? The only NSS3.3 > public function which could help is PORT_GetError, however it seems > limited to NSPR type opreations. What about NSS/SSL error messages?
The correct function to use is PR_GetError(). The same error mechanism is used by NSPR and NSS. > My app used to use SECU_Strerror but that function is no gone or failed > to be made public... SECU_Strerror is in libsectool.a (or sectool.lib on Windoze). -- Nelson Bolyard Netscape Communications (subsidiary of AOL) Disclaimer: I speak for myself, not for Netscape
