vote up 0 vote down star

I have my very own privacy CA library. So now I want to integrate it with the mozilla nss. So every time when my firefox want to access https page, it will call this library via nss. my problem is, i could not find, at with point (or with source file) within firefox that make a call for nss_init stuff..

help me

flag

1 Answer

vote up 1 vote down

I think you are actually looking for NSS_Initialize, which is loaded here. This function will be called the first time an https url is loaded.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.