On Fri, 2012-09-07 at 20:53 +0500, Muhammad Ashraf Nadeem wrote: > I want to > remove all of the buit-in certification authorities in it. please let me > know how mozilla manages the authorities in its source code, i mean in > which direcotry of source.
The list of root certificates is part of the NSS library. The raw certificates are stored in mozilla/security/nss/lib/ckfw/builtins/certdata.txt After you modify the file, you must run the perl script inside that directory, which converts the txt file to a C code file. Executing "gmake generate" in that directory will perform the conversion. Kai -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto