2010/1/19 Kai Chan <[email protected]>: > The reason I ask is because a lot of things that would be nice to abstract, > like CRL generation, is mainly done in their respective nss/cmd/<PROG> > directories.
You can use nss/cmd/lib as a static library, as if you copied the source code into your project. nss/cmd/lib uses only the NSS public API, so it is safe to use it. The API of nss/cmd/lib itself can change because it is not part of the NSS public API, but we rarely change it. Wan-Teh -- dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

