Re: HITB posts: on-topic? or spam?

2010-04-27 Thread Gervase Markham
On 23/04/10 19:33, Nelson B Bolyard wrote: With my list moderator hat on, I ask this list: what is your opinion of the Hack in the Box posts to this list? Spam. Gerv -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Where is the man page for cmsutil ?

2010-04-27 Thread mathieu
Hi there, I am looking at the nss source code but I cannot find the man page for cmsutil. All I can find is an online reference: http://www.mozilla.org/projects/security/pki/nss/tools/cmsutil.html did I miss anything ? Thanks. -- dev-tech-crypto mailing list

cmsutil: failed to decode message.

2010-04-27 Thread mathieu
Hi there, I am trying to understand how to use cmsutil. Here is a self- contained shell script: DB=MM PASSWD=$DB/passwd.txt RS=$DB/rand.seed CANN=netauth.com certutil -N -f $PASSWD -d $DB certutil -S -s cn=netauth ca,dc=netauth,dc=com -n $CANN \ -f $PASSWD -z $RS -x -t C,C,C -d $DB certutil -R

dynamic library issue on linux

2010-04-27 Thread David Stutzman
I just built nss-3.12.6 with the tarball from mozilla.org[1] and when I try to create a new DB using certutil -N -d . I get the following error. I'm running certutil out of the dist folder in the nss source tree after it's built. certutil: function failed: Symbol not found in any of the

Re: Where is the man page for cmsutil ?

2010-04-27 Thread Nelson B Bolyard
On 2010-04-27 05:35 PST, mathieu wrote: I am looking at the nss source code but I cannot find the man page for cmsutil. All I can find is an online reference: http://www.mozilla.org/projects/security/pki/nss/tools/cmsutil.html That's the man page, such as it is. did I miss anything ?

Re: dynamic library issue on linux

2010-04-27 Thread Nelson B Bolyard
On 2010-04-27 07:07 PST, David Stutzman wrote: I just built nss-3.12.6 with the tarball from mozilla.org[1] and when I try to create a new DB using certutil -N -d . I get the following error. I'm running certutil out of the dist folder in the nss source tree after it's built. certutil:

Re: dynamic library issue on linux

2010-04-27 Thread Robert Relyea
On 04/27/2010 09:32 AM, Nelson B Bolyard wrote: On 2010-04-27 07:07 PST, David Stutzman wrote: I just built nss-3.12.6 with the tarball from mozilla.org[1] and when I try to create a new DB using certutil -N -d . I get the following error. I'm running certutil out of the dist folder in

Re: cmsutil: failed to decode message.

2010-04-27 Thread Nelson B Bolyard
On 2010/04/27 06:46 PDT, mathieu wrote: I am trying to understand how to use cmsutil. Here is a self- contained shell script: DB=MM PASSWD=$DB/passwd.txt RS=$DB/rand.seed CANN=netauth.com certutil -N -f $PASSWD -d $DB certutil -S -s cn=netauth ca,dc=netauth,dc=com -n $CANN \ -f

Re: FIPS validation for RSA sig(ver)

2010-04-27 Thread Saran
On Apr 20, 4:11 pm, Saran sar...@gmail.com wrote: I am doing the algorithm certs test for RSA Sig(Gen) and Sig(Ver). The issue I have is.., When output file created from my Sig(Gen) is injected to my Sig(Ver), the verification is successfull. But when I inject the sample vectors( from RSA

Need to verify pkcs#8 keys

2010-04-27 Thread Huzaifa Sidhpurwala
Hi All, So i know that pkcs#8 keys are not supported by nss due to security reasons, however i want to write a function using nss where i can verify that the file indeed is a pkcs#8 key. Any idea if this can be really done? Thanks in advance. Regards, Huzaifa -- dev-tech-crypto mailing list