Re: Looking for info regarding some NSS functions

2008-01-07 Thread D3|\||\|!$
Thanks a lot for the information rendered. Warm Regards, D3|\||\|!$ ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Looking for info regarding some NSS functions

2008-01-03 Thread Wan-Teh Chang
On Jan 3, 2008 12:21 PM, Nelson Bolyard <[EMAIL PROTECTED]> wrote: > Wan-Teh Chang wrote, On 2008-01-02 18:10: > > > On return, > > you need to check that SSL_GetChannelInfo returned SECSuccess > > and that the length field is <= sizeof(SSLChannelInfo) (the size of > > SSLChannelInfo when you compi

Re: Looking for info regarding some NSS functions

2008-01-03 Thread Nelson Bolyard
Wan-Teh Chang wrote, On 2008-01-02 18:10: > On return, > you need to check that SSL_GetChannelInfo returned SECSuccess > and that the length field is <= sizeof(SSLChannelInfo) (the size of > SSLChannelInfo when you compiled your code) before you can use > the value of any other field. Why do yo

Re: Looking for info regarding some NSS functions

2008-01-02 Thread Wan-Teh Chang
On Dec 29, 2007 3:44 AM, D3!$ <[EMAIL PROTECTED]> wrote: > Hi All! > > I am looking for information regarding some SSL functions. I > encountered them in selfserv.c packaged with the Mozilla source but no > documentation is present for them on Mozilla site. I will be glad if > somebody could su