On 8/1/07, Dave Townsend <[EMAIL PROTECTED]> wrote: > I'm attempting to create a scriptable component that is usable from js > in mozilla apps to call into NSS, in particular I am exposing the > signature verification functionality. > > I pretty much have the component done but I am trying to figure out > where in tree it should sit. I've tried it alongside the code that is > using it but it seems that's too early in the build process to get at > the nss headers. So it looks like I need to put it into security/manager > somewhere which from what I can see is like a bridge between nss and the > rest of Mozilla. Is that right?
Yes, security/manager is the right place for your code. I'm glad that your component will expose the signature verification functionality. Wan-Teh _______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

