Re: Problems with compiling NSS source code.

2007-11-20 Thread D3|\||\|!$
On Nov 20, 6:28 pm, David Stutzman wrote: > D3|\||\|!$ wrote: > > Thanks again for the information. Now I want to modify the selfserv.c > > to show the message sent in from the client-side... > > > I tried to achieve this by inserting a PR_Read(listen_sock, Buffer , > > Buffersize) after PR_Accept

Re: server certificate OCSP status inside TLS handshake

2007-11-20 Thread Wan-Teh Chang
On Nov 19, 2007 2:39 PM, Jean-Marc Desperrier <[EMAIL PROTECTED]> wrote: > Jean-Marc Desperrier wrote: > > [...] > > I assume this means the client support has been included in NSS. > > Since which version ? Will this be only for Fx 3, or is it already > > included in some version of Fx 2 ? > > I s

Re: SwissSign root CA certificate inclusion request

2007-11-20 Thread Eddy Nigg (StartCom Ltd.)
Nelson Bolyard wrote: > Eddy Nigg (StartCom Ltd.) wrote: >> >> Again, I might have missed something here...if not I suggest that you or >> me ask about clarification at the bug. >> > > Eddy, please ask exactly those questions in the bug. No further comments have been posted until now, so I we

Re: SwissSign root CA certificate inclusion request

2007-11-20 Thread Eddy Nigg (StartCom Ltd.)
The change I proposed concerning CA applications and submission of the relevant documents would solve this issue entirely. In the meantime I suggest for to always attach the audit papers to the bug. Concerning the document SwissSign provided I think it's genuine, confirms the criterion's used a

Re: Problems with compiling NSS source code.

2007-11-20 Thread David Stutzman
D3|\||\|!$ wrote: > Thanks again for the information. Now I want to modify the selfserv.c > to show the message sent in from the client-side... > > I tried to achieve this by inserting a PR_Read(listen_sock, Buffer , > Buffersize) after PR_Accept on line 1239 in selfserv.c and then using > an FPRI

Re: SwissSign root CA certificate inclusion request

2007-11-20 Thread Frank Hecker
Nelson Bolyard wrote: > Does Mozilla accept documents, *received from the applicants* (the CAs), > that purport to be true copies of auditor's attestation documents, as > being true copies of such documents, without any further proof? I don't think we've ever formulated a formal policy on this iss

Re: Problems with compiling NSS source code.

2007-11-20 Thread D3|\||\|!$
Thanks again for the information. Now I want to modify the selfserv.c to show the message sent in from the client-side... I tried to achieve this by inserting a PR_Read(listen_sock, Buffer , Buffersize) after PR_Accept on line 1239 in selfserv.c and then using an FPRINTF to print the contents of b