(no subject)

2005-11-14 Thread user
fgfgfgdf ___ mozilla-crypto mailing list mozilla-crypto@mozilla.org http://mail.mozilla.org/listinfo/mozilla-crypto

Re: Creation of RSA public key

2004-08-05 Thread user
Nelson Bolyard wrote: [EMAIL PROTECTED] wrote: Hi, I would like to create a RSA public key (SECKEYPublicKey) from the modulus and the exponent expressed in binary form. Is it possible with NSS? I only found to do this with DER format. How can I convert the modulus and exponent in DER format

cmsutil: where are the SECU* and PORT* objects stored?

2004-06-08 Thread user
Hi, I am attempting to compile a stand-alone version of cmsutil.c using the NSS 3.9 and NSPR 4.4.1 Solaris binary distributions. During the link, several unresolved symbols are identified. Does anyone know what library should contain these symbols? Please see below for complete compile output.

java.lang.UnsatisfiedLinkError: C:\WINDOWS\system32\jss3.dll: Can't find dependent libraries

2004-05-11 Thread user
I found this error when I try to run my jss class file. -- Run JSS -- java.lang.UnsatisfiedLinkError: C:\WINDOWS\system32\jss3.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at

Re: Memory error -8173

2004-01-18 Thread user
Hi again, I've traced it down to secport.c line 550 in function PORT_UCS2_ASCIIConversion if(!ucs2AsciiConvertFunc) { return PR_FALSE; } What is this? and why? I just wanted to create a pkcs12 but got sneard by som ascii convertion code. And in the end I got a Memory error... :-( What is

newbie question

2004-01-07 Thread user
Hi, I want to generate a public-private key pair using mozilla/netscape, so that I can later send the public key to my CA to create a certificate. Is there a simple howto or programming guide which describes this process? thanks! Ashu ___

Re: Certificate Chains, PKCS12 and Mozilla

2003-11-05 Thread user
certificate at the first level 2. Sub certification authorities certified by the first one at second level 3. User certificates certified by second level authorities at third level. That is a fairly typical PKI. All you need to do for the CA to be recognized is to get a copy of the root CA

Certificate Chains, PKCS12 and Mozilla

2003-11-04 Thread user
by the first one at second level 3. User certificates certified by second level authorities at third level. I want that a pair of users using netscape / mozilla can interchange signed messages, so every user imports the root self-signed certificate into the navigator. The problem is: I want

de donde?

2003-10-19 Thread user
de donde me puedo vajar las actualizaciones de seguridad del mozilla 1.5 ___ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto

Re: certutil tool issue

2003-10-07 Thread user
Gregoire MAUX wrote: Hy all, - I installed nss-3.8 optimized for solaris 5.8. - When I launch the certutil command, I have below error message: bash-2.03# /opt/nss-3.8/bin/certutil ld.so.1: /opt/nss-3.8/bin/certutil: fatal: libsmime3.so: version `NSS_3.4' not found (required by file

Re: Shared library for certificate-related functions

2003-09-19 Thread user
Jan Keller wrote: Hi! For smart card access I wrote a program according to the opensc pkcs11-tool. So far so good. Now i need to know some detail information about the objects stored on the card. pkcs11-tool.c uses the following methods to get these infos: Does anyone know which .so file I have

SSL Public Key (RSA)

2003-08-14 Thread user
When I look at the certificate using Mozilla, I can see the public key as a series of hex pairs, according to RFC 3447 these contain the modulus and public exponent. Poking around in the source code I can sort of see where this happens internally, using bits of code like:

Newbie question - How to install PSM

2003-06-18 Thread user
Hello! I apologize in advance if my question is not approriate here. I have just tried to enter a website and I received this notice, This document cannot be displayed unless you install the Personal Security Manager (PSM). Download and install PSM and try again, or contact your system

Re: Smart card switching produces Assertion failure at pk11cert.c

2003-06-16 Thread user
rf wrote: I continued tracking down the problem. This is the sequence of calls until assertion failure occurrs: NSS_CMSEncoder_Finish PK11_Authenticate PK11_DoPassword pk11_GetPassword own_defined_password_getting_function nssTrustDomain_UpdateCachedTokenCerts nssTrustDomain_GetCertsFromCache

Re: [ANNOUNCE] NSS 3.7.3 Release

2003-03-25 Thread user
Great Do you know if there is any plans for ncurses support in the PSM project (maybe asking the wrong person)? Wan-Teh Chang wrote: Emil Assarsson wrote: Is there any plans written for the 4.x releses? And if, where can I find them? Our design and engineering documents for NSS 4.x

Re: crypto.signText() and Form-Signing

2003-03-24 Thread user
we need it ? This function allows to build applications with non-repudiation, providing the user with a mean to sign information using a X509 certificate. Without this function you'd need to have some kind of native plug-in or some Java applet with JNI which is a big task to create and maintain

Re: Hardware tokens does not import cert chain

2003-03-23 Thread user
Emil Assarsson wrote: Hi I'm using an hardware with my personal certificate. When I imported the pkcs7 I selected this token as the one to install the cert on. The problem is that PSM doesn't import the chain to the token store. It would be nice if it was possible to move chained certificates to

Re: Hardware tokens does not import cert chain

2003-03-23 Thread user
Emil Assarsson wrote: Hi I'm using an hardware with my personal certificate. When I imported the pkcs7 I selected this token as the one to install the cert on. The problem is that PSM doesn't import the chain to the token store. It would be nice if it was possible to move chained certificates to

how can i enable psm for mozilla 1.3b

2003-02-19 Thread user
hello out there, i am getting crazy about the messages donwload and install psm , i never had this problem before till i installed mozilla 1.3b any help would be great! - thanks . martin

Re: Better certificate error messages, button for on-demand OCSP validation?

2002-10-28 Thread user
Nelson B. Bolyard wrote: fecund wrote: Using Mozilla 1.2 alpha, and having trouble accessing many sites when OCSP validation is turned on. The typical error is: Error trying to validate certificate from secure3.ingdirect.com using OCSP - response contains a date which is in the future. What

problem with certutil

2002-07-18 Thread user
I first do: certutil -G \docume~1\llimou~1\mydocu~1\security\server_db Everything seem to go well, then I get the following message: Generating key. This may take a few moments... I realized that key3.db is the same size as before the key generation. After i try: certutil -K

Re: imaps and pop3s server certs don`t work anymore

2002-07-13 Thread user
Hi Nelson, Nelson B. Bolyard wrote: Thank you for sending me the hostname and letting me try it. I found several things. There are at least two things in that server certificate that should be changed. Before I tell you what I found, let me ask you about the version of N6 that you say

Re: PKCS#11 loading problem

2002-03-21 Thread user
Naomaru Itoi wrote: [localhost:~/mycode/acpkcs11] apple% make cc -c -o ac_macx_pkcs11.o ac_macx_pkcs11.c cc -dynamiclib -o libac_macx_pkcs11.dylib ac_macx_pkcs11.o -lc -lm -ldl [localhost:~/mycode/acpkcs11] apple% Mozilla-0.99 binary downloaded from

PSM API

2001-11-12 Thread user
How can I get PSM API Pawel