Re: Looking for a standard NSS function

2008-02-26 Thread martijn . s
On Feb 15, 4:39 pm, Wan-Teh Chang [EMAIL PROTECTED] wrote: On Fri, Feb 15, 2008 at 2:35 AM, D3!$ [EMAIL PROTECTED] wrote: Hi All!!!  I am looking for a standard NSS/NSPR function which when called should  return and/or the local IP address and the port number to which SSL is  bound

Re: Looking for a standard NSS function

2008-02-26 Thread Wan-Teh Chang
On Tue, Feb 26, 2008 at 3:09 PM, [EMAIL PROTECTED] wrote: On Feb 15, 4:39 pm, Wan-Teh Chang [EMAIL PROTECTED] wrote: On Fri, Feb 15, 2008 at 2:35 AM, D3!$ [EMAIL PROTECTED] wrote: Hi All!!! I am looking for a standard NSS/NSPR function which when called should return

Re: Looking for a standard NSS function

2008-02-26 Thread Nelson Bolyard
[EMAIL PROTECTED] wrote, On 2008-02-26 15:09: On Feb 15, 4:39 pm, Wan-Teh Chang [EMAIL PROTECTED] wrote: On Fri, Feb 15, 2008 at 2:35 AM, D3!$ [EMAIL PROTECTED] wrote: Hi All!!! I am looking for a standard NSS/NSPR function which when called should return and/or the local IP address

Looking for a standard NSS function

2008-02-15 Thread D3|\||\|!$
Hi All!!! I am looking for a standard NSS/NSPR function which when called should return and/or the local IP address and the port number to which SSL is bound on the system. If these functionalities are not present by default, I would like to recieve suggestions regarding the implementation

Re: Looking for a standard NSS function

2008-02-15 Thread Wan-Teh Chang
On Fri, Feb 15, 2008 at 2:35 AM, D3!$ [EMAIL PROTECTED] wrote: Hi All!!! I am looking for a standard NSS/NSPR function which when called should return and/or the local IP address and the port number to which SSL is bound on the system. Use the NSPR function PR_GetSockName: http