Re: building

2006-10-31 Thread Christian Biesinger
Wan-Teh Chang wrote: mk_add_options MOZ_CO_PROJECT=suite ac_add_options --enable-application=suite mk_add_options [EMAIL PROTECTED]@/suite-debug ac_add_options --disable-optimize ac_add_options --enable-debug ac_add_options --enable-crypto I'm not sure about the first three lines, but am sure ab

Re: nsIBadCertListener from a Javascript addon

2006-06-10 Thread Christian Biesinger
[posted+mailed due to the late reply, sorry] [EMAIL PROTECTED] wrote: I want to extend the Petname Tool to provide better usability for sites that use self-signed certificates. In particular, I want to prevent the "unknown issuer" dialog from being shown for sites that the user has already assig

Re: Wanted: public https servers that request client auth

2006-04-19 Thread Christian Biesinger
Nelson B wrote: Do you know of an https server, directly reachable on the Internet, that requests (and/or requires) SSL/TLS client authentication? http://patches.theflowerdays.com/ca/ (has the link to the HTTPS server) ___ dev-tech-crypto mailing list

Re: How to add custom badCertHandler

2006-04-10 Thread Christian Biesinger
Kate X wrote: Would anybody give me a hint of how to add my custom badCertHandler, or anyother solution for this problem? You can either register a global badCertHandler by implementing nsIBadCertListener with a contract ID of "@mozilla.org/nsBadCertListener;1". Or, in Gecko 1.8 and later, y