Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有自己的隐私 CA 库。所以现在我想将它与 Mozilla nss 集成。所以每次我的firefox想访问https页面时,都会通过nss调用这个库。我的问题是,我无法在 Firefox 中找到调用 nss_init 内容的点(或源文件)。
帮我
我认为您实际上是在寻找NSS_Initialize,它在此处加载。第一次加载 https url 时将调用此函数。