Re: pk11util and pk11mode

2009-03-15 Thread marcelino jr esguerra
thank you for the explanations. i am now configuring the pk11mode.c to work with my implementation. thanks again. marcelino 2009/3/13 Glen Beasley > marcelino jr esguerra wrote: > >> wow! thanks for all the help. I've successfully build it now. But then >> again, h

Re: pk11util and pk11mode

2009-03-12 Thread Glen Beasley
marcelino jr esguerra wrote: wow! thanks for all the help. I've successfully build it now. But then again, how do i use pk11mode in testing pkcs? The goal of pk11mode is to test every function entry point of the PKCS11 api "that NSS provides" at least once. Once you built NSS s

Re: pk11util and pk11mode

2009-03-11 Thread marcelino jr esguerra
wow! thanks for all the help. I've successfully build it now. But then again, how do i use pk11mode in testing pkcs? thanks. marcelino -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: pk11util and pk11mode

2009-03-11 Thread Julien R Pierre - Sun Microsystems
Wan-Teh Chang wrote: 2009/3/10 marcelino jr esguerra : i have these: mozilla/nsprpub mozilla/dbm mozilla/security/nss mozilla/security/coreconf mozilla/security/dbm i downloaded the MozillaBuildSetup-1.3.exe and installed it. i use the start-msvc9.bat and went to mozilla/security/nss then i

Re: pk11util and pk11mode

2009-03-11 Thread Wan-Teh Chang
2009/3/10 marcelino jr esguerra : > i have these: >  mozilla/nsprpub >  mozilla/dbm >  mozilla/security/nss >  mozilla/security/coreconf >  mozilla/security/dbm > i downloaded the MozillaBuildSetup-1.3.exe and installed it. > i use the start-msvc9.bat and went to mozilla/security/nss > then i enter

Re: pk11util and pk11mode

2009-03-11 Thread Nelson B Bolyard
marcelino jr esguerra wrote, On 2009-03-10 21:29: > i downloaded the MozillaBuildSetup-1.3.exe and installed it. > i use the start-msvc9.bat and went to mozilla/security/nss > then i entered: gmake nss_build_all > > but then, i have this error: > ... > creating pr/src/threads/combined/Makefile >

Re: pk11util and pk11mode

2009-03-10 Thread marcelino jr esguerra
i have these: mozilla/nsprpub mozilla/dbm mozilla/security/nss mozilla/security/coreconf mozilla/security/dbm i downloaded the MozillaBuildSetup-1.3.exe and installed it. i use the start-msvc9.bat and went to mozilla/security/nss then i entered: gmake nss_build_all but then, i have this error

Re: pk11util and pk11mode

2009-03-10 Thread Robert Relyea
On 2009-03-05 23:00: i need to test my pkcs implementation using pk11mode and pk11util. has anyone successfully used these? Yes. pk11mode is used in NSS's ongoing QA testing for FIPS compliance. pk11util is not used

Re: pk11util and pk11mode

2009-03-10 Thread marcelino jr esguerra
. i build it in windows xp. i would like to ask why and how this happened? and for help. thank you. 2009/3/10 Robert Relyea > Nelson B Bolyard wrote: > >> marcelino jr esguerra wrote, On 2009-03-05 23:00: >> >> >> >>> i need to test my pkcs implemen

Re: pk11util and pk11mode

2009-03-09 Thread Robert Relyea
Nelson B Bolyard wrote: marcelino jr esguerra wrote, On 2009-03-05 23:00: i need to test my pkcs implementation using pk11mode and pk11util. has anyone successfully used these? Yes. pk11mode is used in NSS's ongoing QA testing for FIPS compliance. pk11util is not used in

Re: pk11util and pk11mode

2009-03-09 Thread marcelino jr esguerra
thank you for the details. i am going to try it. On Sun, Mar 8, 2009 at 9:50 AM, Nelson B Bolyard wrote: > marcelino jr esguerra wrote, On 2009-03-05 23:00: > > > i need to test my pkcs implementation using pk11mode and pk11util. has > > anyone successfully used these? >

Re: pk11util and pk11mode

2009-03-07 Thread Nelson B Bolyard
marcelino jr esguerra wrote, On 2009-03-05 23:00: > i need to test my pkcs implementation using pk11mode and pk11util. has > anyone successfully used these? Yes. pk11mode is used in NSS's ongoing QA testing for FIPS compliance. pk11util is not used in that testing (AFAIK) and I don&

pk11util and pk11mode

2009-03-05 Thread marcelino jr esguerra
hi! i need to test my pkcs implementation using pk11mode and pk11util. has anyone successfully used these? i just want to ask what to do about using these. how to build? what files to be downloaded from the mozilla cvs? responses would be much appreciated. i really need to test my pkcs 11

Re: PK11Mode

2008-10-15 Thread marcelino esguerra jr
Wan-Teh Chang wrote: On Tue, Oct 14, 2008 at 6:32 PM, marcelino esguerra jr <[EMAIL PROTECTED]> wrote: I'm sorry I did not include what platform I'm on. I'm on Debian. Will that still work? Yes. You just need to change "SunOS5.10_DBG.OBJ" to something like "Linux2.6_x86_glibc_PTH_DBG.

Re: PK11Mode

2008-10-15 Thread Wan-Teh Chang
On Tue, Oct 14, 2008 at 6:32 PM, marcelino esguerra jr <[EMAIL PROTECTED]> wrote: > > I'm sorry I did not include what platform I'm on. > I'm on Debian. Will that still work? Yes. You just need to change "SunOS5.10_DBG.OBJ" to something like "Linux2.6_x86_glibc_PTH_DBG.OBJ" in Glen's instructions

Re: PK11Mode

2008-10-14 Thread marcelino esguerra jr
Glen Beasley wrote: On 10/13/08 07:00 PM, marcelino esguerra jr wrote: Good Morning! I'm Marcelino and I'm new in pkcs. i found this test tool from mozilla, the PK11Mode. I checkout them in cvs. However I am confused on how to run this. I would like to ask for instructions on th

Re: PK11Mode

2008-10-14 Thread marcelino esguerra jr
Glen Beasley wrote: On 10/13/08 07:00 PM, marcelino esguerra jr wrote: Good Morning! I'm Marcelino and I'm new in pkcs. i found this test tool from mozilla, the PK11Mode. I checkout them in cvs. However I am confused on how to run this. I would like to ask for instructions on th

Re: PK11Mode

2008-10-14 Thread Glen Beasley
On 10/13/08 07:00 PM, marcelino esguerra jr wrote: Good Morning! I'm Marcelino and I'm new in pkcs. i found this test tool from mozilla, the PK11Mode. I checkout them in cvs. However I am confused on how to run this. I would like to ask for instructions on this. Here are

PK11Mode

2008-10-13 Thread marcelino esguerra jr
Good Morning! I'm Marcelino and I'm new in pkcs. i found this test tool from mozilla, the PK11Mode. I checkout them in cvs. However I am confused on how to run this. I would like to ask for instructions on this. Thank you. Regards,