문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top