Re: Fetch server certificate from an authenticated SSL session

2009-03-21 Thread Subrata Mazumdar
to fetch the server certificate from an authenticated SSL session in firefox. I have some amount of experience in XPCOM and NSS. Just thought that NSS might help me in this and the following functions would be of use to me: CERTCertificate *SSL_PeerCertificate(PRFileDesc *fd) CERTCertificate

Fetch server certificate from an authenticated SSL session

2009-03-20 Thread arungenesis
Hi all, I need to fetch the server certificate from an authenticated SSL session in firefox. I have some amount of experience in XPCOM and NSS. Just thought that NSS might help me in this and the following functions would be of use to me: CERTCertificate *SSL_PeerCertificate(PRFileDesc *fd

Re: Fetch server certificate from an authenticated SSL session

2009-03-20 Thread Nelson B Bolyard
arungene...@gmail.com wrote, On 2009-03-20 02:46: I need to fetch the server certificate from an authenticated SSL session in firefox. I have some amount of experience in XPCOM and NSS. Just thought that NSS might help me in this and the following functions would be of use to me

Re: Fetch server certificate from an authenticated SSL session

2009-03-20 Thread arungenesis
On Mar 20, 3:09 pm, Nelson B Bolyard nel...@bolyard.me wrote: arungene...@gmail.com wrote, On 2009-03-20 02:46:    I need to fetch the server certificate from an authenticated SSL session in firefox. I have some amount of experience in XPCOM and NSS. Just thought that NSS might help me