NSS and SOCKS4/5 (Firewall support)

2001-12-12 Thread Mike Oliver
sure. Should I get the new netlib code (necko) - would this play nice w/ NSS/NSPR? And/Or, should I get the PSM code (where?). Or - I'm completely off-base. Would appreicate any insight/help. Regards, Mike Oliver Invertix

Re: NSS and SOCKS4/5 (Firewall support)

2001-12-12 Thread Mike Oliver
Okay - if I utilize necko for SOCKS4/5, however, would that conflict w/ NSS? Wan-Teh Chang [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Mike Oliver wrote: This may seem like a basic question, but I've been using NSS/NSPR for SSL support for m

Re: PR_IO_TIMEOUT_ERROR when doing a PR_Send with PR_INTERVAL_NO_TIMEOUT???

2001-10-24 Thread Mike Oliver
[EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Mike Oliver wrote: Nelson B. Bolyard [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... This can happen if you have set the SSL_ENABLE_FDX flag on the SSL socket,

PR_Cleanup hangs

2001-10-23 Thread Mike Oliver
After closing a SSL blocking socket and preparing to shutdown, I call: NSS_Shutdown(); PR_Cleanup(); PR_Cleanup, however, never returns. Any thoughts? Running on Win2K. Thanks, Mike Oliver Invertix

Re: PR_IO_TIMEOUT_ERROR when doing a PR_Send with PR_INTERVAL_NO_TIMEOUT???

2001-10-23 Thread Mike Oliver
No, I have not set SSL_ENABLE_FDX. W/r/t options, all I have set is: SSL_SECURITY SSL_HANDSHAKE_AS_CLIENT Mike Oliver Invertix Nelson B. Bolyard [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... This can happen if you have set the SSL_ENABLE_FDX flag on

Re: PR_Cleanup hangs

2001-10-23 Thread Mike Oliver
Oliver Invertix Wan-Teh Chang [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Mike Oliver wrote: After closing a SSL blocking socket and preparing to shutdown, I call: NSS_Shutdown(); PR_Cleanup(); PR_Cleanup, however, never returns. Any

PR_IO_TIMEOUT_ERROR when doing a PR_Send with PR_INTERVAL_NO_TIMEOUT???

2001-10-22 Thread Mike Oliver
What does it mean when I get a PR_IO_TIMEOUT_ERROR error when I do a PR_Send with PR_INTERVAL_NO_TIMEOUT? Shouldn't the call wait forever? I'm using non-blocking sockets over an SSL connection. This happens randomly. Thanks in advance. Mike Oliver Invertix

Re: PR_IO_TIMEOUT_ERROR when doing a PR_Send with PR_INTERVAL_NO_TIMEOUT???

2001-10-22 Thread Mike Oliver
I apologize, but I actually mis-typed. I'm using BLOCKING sockets over an SSL connection... Does this make any sense now? Mike Oliver Invertix Wan-Teh Chang [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Mike Oliver wrote: What does it mean wh

PR_Poll vs. PR_Available vs. SSL_DataPending

2001-10-16 Thread Mike Oliver
... Mike Oliver Invertix

Re: PR_Poll vs. PR_Available vs. SSL_DataPending

2001-10-16 Thread Mike Oliver
to socket, I get the same data over and over again. One last question: What's the difference between PR_Read/PR_Write and PR_Recv/PR_Send when working w/ a socket? Sorry for the basic questions - thanks in advance. Mike Oliver Invertix John Gardiner Myers [EMAIL PROTECTED] wrote in message [EMAIL