Re: SunPKCS11 and NSS 3.11.4

2009-12-10 Thread Israr Ahmed
tilization of JSS. > > Thanks! > -- > dev-tech-crypto mailing list > dev-tech-crypto@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-tech-crypto > > -- View this message in context: http://old.nabble.com/SunPKCS11-and-NSS-3.11.4-tp26123331p26724674.html Sent from the Mozilla - Cryptography mailing list archive at Nabble.com. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: SunPKCS11 and NSS 3.11.4

2009-12-01 Thread Kevin Oberlies
Appologies for not responding earlier. And I don't know why my first message appeared twice... I had attempted to post a reply stating that I accidentally put the line attributes = compatibility into the nss.cfg file. That is what caused my problem. I appreciate your reply however. I now have it

Re: SunPKCS11 and NSS 3.11.4

2009-11-13 Thread Glen Beasley
Hi Glen, I finally got all the other problems solved, and ran into this problem when trying to run your code I have some doubts that you're running my exact code sample and instead have changed the code sample which would mean the code is no longer mine and is yours. Doubts, only of cours

Re: SunPKCS11 and NSS 3.11.4

2009-11-12 Thread Kevin Oberlies
On Nov 3, 12:34 pm, "morris.d...@gmail.com" wrote: > On Nov 2, 8:13 pm, Glen Beasley wrote: > > > > > morris.d...@gmail.com wrote: > > > I ran into issues creating the secmod database: > > > before moving on to Java/SunPKCS11-NSSFIPS issue you should first get > > your configuration correct

Re: SunPKCS11 and NSS 3.11.4

2009-11-12 Thread Kevin Oberlies
On Nov 3, 12:34 pm, "morris.d...@gmail.com" wrote: > On Nov 2, 8:13 pm, Glen Beasley wrote: > > > > > morris.d...@gmail.com wrote: > > > I ran into issues creating the secmod database: > > > before moving on to Java/SunPKCS11-NSSFIPS issue you should first get > > your configuration correct

Re: SunPKCS11 and NSS 3.11.4

2009-11-03 Thread morris.d...@gmail.com
On Nov 2, 8:13 pm, Glen Beasley wrote: > morris.d...@gmail.com wrote: > > I ran into issues creating the secmod database: > > before moving on to Java/SunPKCS11-NSSFIPS issue you should first get > your configuration correct > so that running the modutil command will work correctly. Copying t

Re: SunPKCS11 and NSS 3.11.4

2009-11-03 Thread morris.d...@gmail.com
On Nov 2, 8:13 pm, Glen Beasley wrote: > morris.d...@gmail.com wrote: > > I ran into issues creating the secmod database: > > before moving on to Java/SunPKCS11-NSSFIPS issue you should first get > your configuration correct > so that running the modutil command will work correctly. Copying t

Re: SunPKCS11 and NSS 3.11.4

2009-11-02 Thread Glen Beasley
morris.d...@gmail.com wrote: I ran into issues creating the secmod database: before moving on to Java/SunPKCS11-NSSFIPS issue you should first get your configuration correct so that running the modutil command will work correctly. Copying the databases from a working system to a sys

Re: SunPKCS11 and NSS 3.11.4

2009-10-30 Thread morris.d...@gmail.com
On Oct 30, 3:32 pm, Glen Beasley wrote: > >> I ran into issues creating the secmod database: > > >> * Steps taken on the first Windows XP Professional Version 2002 SP2 > >> box > >> 1) "certutil -N -d ." ran fine, created the three database files with > >> a strong password > >> 2) "modutil -fips

Re: SunPKCS11 and NSS 3.11.4

2009-10-30 Thread Glen Beasley
I ran into issues creating the secmod database: * Steps taken on the first Windows XP Professional Version 2002 SP2 box 1) "certutil -N -d ." ran fine, created the three database files with a strong password 2) "modutil -fips true -dbdir ." failed, with error: "An I/O error occurred during secu

Re: SunPKCS11 and NSS 3.11.4

2009-10-30 Thread morris.d...@gmail.com
On Oct 30, 12:40 pm, "morris.d...@gmail.com" wrote: > On Oct 29, 11:30 pm, Glen Beasley wrote: > > > morris.d...@gmail.com wrote: > > > Initializing SunPKCS11 for utilization of NSS 3.11.4 capabilities > > > yields the following exception: > > > > java.security.ProviderException: Could not initia

Re: SunPKCS11 and NSS 3.11.4

2009-10-30 Thread morris.d...@gmail.com
On Oct 29, 11:30 pm, Glen Beasley wrote: > morris.d...@gmail.com wrote: > > Initializing SunPKCS11 for utilization of NSS 3.11.4 capabilities > > yields the following exception: > > > java.security.ProviderException: Could not initialize NSS > >    at sun.security.pkcs11.SunPKCS11.(SunPKCS11.java:

Re: SunPKCS11 and NSS 3.11.4

2009-10-29 Thread Glen Beasley
morris.d...@gmail.com wrote: Initializing SunPKCS11 for utilization of NSS 3.11.4 capabilities yields the following exception: java.security.ProviderException: Could not initialize NSS at sun.security.pkcs11.SunPKCS11.(SunPKCS11.java:183) at sun.security.pkcs11.SunPKCS11.(SunPKCS

SunPKCS11 and NSS 3.11.4

2009-10-29 Thread morris.d...@gmail.com
Initializing SunPKCS11 for utilization of NSS 3.11.4 capabilities yields the following exception: java.security.ProviderException: Could not initialize NSS at sun.security.pkcs11.SunPKCS11.(SunPKCS11.java:183) at sun.security.pkcs11.SunPKCS11.(SunPKCS11.java:90) at test.Tri