Re: ECDSA certs?

2007-01-08 Thread Paul Hoffman
At 12:47 PM -0800 1/8/07, Nelson B wrote: ECC is an optional feature of NSS. NSS can be built with or without ECC. You must have a build that was built without ECC. Did you built it yourself? No, I was using the pre-built FreeBSD port. I'm now trying to coax that port into building from sour

Re: JSS dll dependencies -- nspr4.dll and libnspr4.dll

2007-01-08 Thread neil williams - Sun Microsystems - Santa Clara United States
Steve Mitchell wrote: It is confusing deploying JSS on Windows XP. The library jss4.dll depends on libnspr4.dll, not nspr4.dll as is installed with Firefox. Other dependent libraries such as nss3.dll depend on nspr4.dll. Should I copy and rename nspr4.dll to libnspr4.dll, or are these suppos

Re: NSS - PKCS #11 Test Suites build problems

2007-01-08 Thread Bob Relyea
Wan-Teh Chang wrote: Also could someone tell me where the regress and reporter source is available to download, I read on the mozilla website "The Netscape PKCS #11 test suites make use of two testing tools whose source is available with the source for the test suites " I have the source c

Re: ldap_simple_bind call blocks with SSL connection, when DS hangs

2007-01-08 Thread Nelson B
RamaKrishna, This is apparently an LDAP library issue. The LDAP library has opened a BLOCKING socket, and is using it with an infinite timeout. The SSL library is handling it exactly as it should, given that it has been told to use a blocking socket with no timeout. -- Nelson B ___

Re: ECDSA certs?

2007-01-08 Thread Nelson B
Paul Hoffman wrote: > At 9:41 AM -0800 1/8/07, Nelson B wrote: >> Paul Hoffman wrote: >>> Greetings. I'm running NSS 3.11.4 and would like write / read ECDSA >>> certificates. Does the current version support ECDSA? I have no >>> problem creating, for example, DSA cert requests, but trying to us

Re: ECDSA certs?

2007-01-08 Thread Paul Hoffman
At 9:41 AM -0800 1/8/07, Nelson B wrote: Paul Hoffman wrote: Greetings. I'm running NSS 3.11.4 and would like write / read ECDSA certificates. Does the current version support ECDSA? I have no problem creating, for example, DSA cert requests, but trying to use "-k ecdsa" fails with: cert

Re: NSS - PKCS #11 Test Suites build problems

2007-01-08 Thread Wan-Teh Chang
conor fitzgerald wrote: Hello All I hope this is the correct mailing list for PKCS #11 Test Suites problems I am currently building the PKCS #11 Test Suites and have encountered some issues I want to use the run the suites against a PKCS #11 implementation(PKCS#11 version 2.11) Firstly at htt

Re: Firefox with encoding/decoding of local files

2007-01-08 Thread Bob Relyea
Wolfgang Eibner wrote: "dolphinling" <[EMAIL PROTECTED]> wrote: Wolfgang Eibner wrote: Hi! I would like to have an Firefox (Portable) started from a CD and showing HTML files from the CD. The html files on the cd should be encrypted because so the can't be copied from the CD easily.

Re: NSS - PKCS #11 Test Suites build problems

2007-01-08 Thread Nelson B
Conor fitzgerald wrote: > I hope this is the correct mailing list for PKCS #11 Test Suites problems Hi Conor, Yes, this is the place. The PKCS#11 test suite of which you write was part of the original Netscape source code, predating the time when NSS was open sourced in Y2K. The complete source

Re: ECDSA certs?

2007-01-08 Thread Nelson B
Paul Hoffman wrote: > Greetings. I'm running NSS 3.11.4 and would like write / read ECDSA > certificates. Does the current version support ECDSA? I have no > problem creating, for example, DSA cert requests, but trying to use > "-k ecdsa" fails with: >certutil -k: ecdsa is not a recognized

NSS - PKCS #11 Test Suites build problems

2007-01-08 Thread conor fitzgerald
Hello All I hope this is the correct mailing list for PKCS #11 Test Suites problems I am currently building the PKCS #11 Test Suites and have encountered some issues I want to use the run the suites against a PKCS #11 implementation(PKCS#11 version 2.11) Firstly at http://www.mozilla.org/proje

Re: Firefox with encoding/decoding of local files

2007-01-08 Thread Gervase Markham
Wolfgang Eibner wrote: Hi! I would like to have an Firefox (Portable) started from a CD and showing HTML files from the CD. The html files on the cd should be encrypted because so the can't be copied from the CD easily. This approach will never succeed in the long run. You are giving your "

ldap_simple_bind call blocks with SSL connection, when DS hangs

2007-01-08 Thread RamaKrishna Narla
Hi All, We are using Mozilla LDAP C SDK 5.12 in our application. We are currently switching from synchronous calls to asynchronous calls, so that even when Directory Server (DS) hangs our servers do not hang. To simulate DS hang, we hooked up a small plugin (delete pre-operation) into iPlanet DS.

Re: certificate and certutil questions

2007-01-08 Thread Yahel Zamir
Dennis Sinelnikov wrote: Yahel Zamir wrote: Hi Everyone, Our company develops a server to be deployed at customer sites, and we would like to use NSS to authenticate client connections. As a start, we can setup a CA sign our own certificates. I tried to follow the instructions in the SSL Re

Re: certificate and certutil questions

2007-01-08 Thread Yahel Zamir
Hi Nelson and Wan-Teh, OK, I might be able to resolve the issue that way. Thank you for responding quickly with informative replies, this is a great help when starting to use Mozilla NSS. Also, the NSS documentation is much better than the documentation provided for OpenSSL. I guess you and