Re: signtool error

2008-09-11 Thread Nelson B Bolyard
johst wrote, On 2008-09-11 18:31: > I must apologise for wasting your time with something that was not > really an issue. When you asked about whether I had downloaded the > mozilla sources or used my distributor's (gentoo) I was about to > answer that I downloaded the sources from mozilla.org and

Re: signtool error

2008-09-11 Thread johst
I must apologise for wasting your time with something that was not really an issue. When you asked about whether I had downloaded the mozilla sources or used my distributor's (gentoo) I was about to answer that I downloaded the sources from mozilla.org and built NSS from there, but this prompted me

Re: signtool error

2008-09-11 Thread Nelson B Bolyard
johst wrote, On 2008-09-11 16:39: > Ok, thanks for the reply. Slowly I will build my understanding of this > system and the tools. Attached is the output of modutil - i'm not too > sure how to interpret it though: > > Listing of PKCS #11 Modules > --

Re: signtool error

2008-09-11 Thread johst
Ok, thanks for the reply. Slowly I will build my understanding of this system and the tools. Attached is the output of modutil - i'm not too sure how to interpret it though: Listing of PKCS #11 Modules --- 1. NSS Internal PKCS #11 Module

Re: New documentation: NSPR functions required for using NSS

2008-09-11 Thread Wan-Teh Chang
I just made another pass through the PR_ImportTCPSocket man page at http://developer.mozilla.org/En/PR_ImportTCPSocket. I added a warning section to assess the benefit and risk of using this function. Hopefully it is in a good shape now. Wan-Teh ___ de

enabling crypto hardware for NSS

2008-09-11 Thread David Sadler
I am tring to setup logger as per http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn2.html I have this modutil -dbdir /etc/apache2/SampleCertDBs/ -list Using database directory /etc/apache2/SampleCertDBs... Listing of PKCS #11 Modules --

Re: enabling crypto hardware for NSS

2008-09-11 Thread Julien R Pierre - Sun Microsystems
David, David Sadler wrote: > > I believe we have a debug build. Any idea why there is no log data? You should double check that you really do have debug builds, for both NSPR and NSS bits. The behavior you describe is consistent with not having a debug build. One quick way to check that debu

Re: New documentation: NSPR functions required for using NSS

2008-09-11 Thread Wan-Teh Chang
On Mon, Sep 8, 2008 at 5:44 PM, Kyle Hamilton <[EMAIL PROTECTED]> wrote: > > What is the semantic if someone opens the TCP socket in O_NONBLOCK in > the first place? The PRFileDesc* returned by PR_ImportTCPSocket is in blocking mode. If the caller intends to use the PRFileDesc* in non-blocking mo

Re: enabling crypto hardware for NSS

2008-09-11 Thread Nelson B Bolyard
capricieuse wrote, On 2008-09-11 07:18: > I'm debuting with Software Developement and i need help, > I'm trying to add Nss tools to Sun application server in order to run > an application that load information from USBToken localised in > client side . > So i flowed instructions in this link:http:/

Re: signtool error

2008-09-11 Thread Nelson B Bolyard
Johan wrote, On 2008-09-11 09:45: > I'm using NSS 3.12. I tried adding -p "mypassword" to the signtool > command and it produced the same result. OK. Then I'm wondering if your NSS installation is working at all. Please try the command modutil -list -dbdir . where "." is the same directory yo

Re: signtool error

2008-09-11 Thread johst
Hi again, I'm using NSS 3.12. I tried adding -p "mypassword" to the signtool command and it produced the same result. I also rebuilt NSS with NSS_ENABLE_AUDIT=0 (just to make sure it's non FIPS), and again received the same output. Any other ideas, suggestions? I'm really out of my depth here sinc

Re: IPsec implementations using NSS?

2008-09-11 Thread Wan-Teh Chang
On Thu, Sep 11, 2008 at 9:29 AM, Paul Hoffman <[EMAIL PROTECTED]> wrote: > Greetings again. Are people aware of any IPsec implementations using > NSS's crypto, even as a non-default build option? No, I don't know of any IPsec implementations using NSS's crypto. Since IPsec is usually implemented

IPsec implementations using NSS?

2008-09-11 Thread Paul Hoffman
Greetings again. Are people aware of any IPsec implementations using NSS's crypto, even as a non-default build option? --Paul Hoffman ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re-reading certificates at runtime - Java

2008-09-11 Thread David B Hinz
We are still encountering the problem detailed below that was described bySteve over a year ago.Is there anyone that can provide some insight on how we can solve thisproblem?What happens is that some of our applications must run 24x7 yet the usercertificates are changed every 90 days (or sooner bas

Re: enabling crypto hardware for NSS

2008-09-11 Thread capricieuse
I'm debuting with Software Developement and i need help, I'm trying to add Nss tools to Sun application server in order to run an application that load information from USBToken localised in client side . So i flowed instructions in this link:http://developers.sun.com/ appserver/reference/techart/k