Re: [Openca-Users] can't approve a request (on RA)

2002-05-27 Thread alexandru matei
Hi, Please check that you use Netscape v 4.X with java enabled or MSIE with cryptoapi registered. Then check you have a valid RA certificat in your browser. Alex Loi Dan wrote:     Michael Bell <[EMAIL PROTECTED]> wrote: Loi Dan schrieb: > > --- Alex <[EMAIL PROTECTED]>wrote: > > Hi. > > > > You

Re: [Openca-Users] can't approve a request (on RA)

2002-05-29 Thread alexandru matei
Loi Dan wrote: > > I generated a ServerCertificate from CA server with > 'openca-newcert' command, then use 'openca-browseresp' > command. I get 2 file : '01.pem' and 'browser_01.p12'. > But I don't known how to import them into browser of > RAserver (Nestcape). > > I ask more: when we use 'ope

[Openca-Users] CRR import failed

2002-09-04 Thread alexandru matei
Hi, I use a version from development (between 0.8 and 0.9, mostly 0.9)with mysql as the database. When I do the import CRR (approved with pkcs#7 signature) with debug switched on I get the attached messages. Also, I notice that it seems to get import correctely but there is no CRR in the CRR tabl

[Openca-Users] EXPIRED_CERTIFICATE handling

2002-09-13 Thread alexandru matei
Dear all, I am testing Openca (pre 09x.RC) with DBI (mysql). As far as I understand, in the database the certs ar stored with status as VALID and REVOKED (see below). As far I am concerned, it's ok, if we consider the expired certificates as valid ones, but not longer in use. In listCerts and lis

Re: [Openca-Users] iexplore versions/patches default cryptographic device error

2002-09-20 Thread alexandru matei
Hello all, I think that the problem is the length of key IE needs to generate by the server request. In ie_Confirm.html it is stated (xenroll.dll vb script ) that the browser must generate a 1024 bit key with exportable or user-password exportable private key. This is no working on various versio

[Openca-Users] Certificate for groupWise

2002-09-27 Thread alexandru matei
Hi, I encounter a problem and I don't know how to handle it. I have installed an OpenCA and I can get certificates for both Netscape and IE. The strange part cames here. If I request and get an certificate in Netscape I can export it, import it in IE and then use in Novell's Groupwise for secure m

Re: [Openca-Users] signing Requests with Mozilla

2003-06-23 Thread alexandru matei
Mozilla can't be used for form signing (yet). This is the same with netscape above 4.x version. P.S There is a concept of signing with mozilla-based products on http://secclab.mozdev.org Did anybody give it a try? Alex Oliver Welter wrote: > Hi list, > > I have problems when I try to do a "app

Re: [Openca-Users] form signing with secclab plugin

2004-01-19 Thread Alexandru Matei
Michael, if you have secclab plugin installed, just go to http://downloads.us-east3.mozdev.org/secclab/common/SignString.html For me it looks strange that the signature looks as base64-encoded string, but with with leading lots of blank spaces and no line formatting (no \n for line splitting )

Re: [Openca-Users] form signing with secclab plugin

2004-01-19 Thread Alexandru Matei
Second thought... I'm assuming you have the right secclab plugin (glibc-dependent!) Alex Michael Bell wrote: Hi Oli, hi Alex, sometime ago somebody sends me a signature from secclab so that I can analyze it. The problem is that I cannot find the mail. Can somebody send me a signature from se

Re: [Openca-Users] form signing with secclab plugin

2004-01-19 Thread Alexandru Matei
Michael, I attached two files. The file sig is the signature of the text file. But, now- there is a big but- the file sig is obtained by splitting the signature obtained from secclab plugin in order to get 64-char file, and, of course adding the begin and end headers for pkcs7. P.S. Mozilla's

Re: [Openca-Users] form signing with secclab plugin

2004-01-19 Thread Alexandru Matei
Hi all, Michael, I think that the signForm. js should be modifies as folows: add function: function Split64Char(str) { var result = ""; var i=0; var j=0; for (var i=0; i < str.length; i++){ if ( (i % 64)== 63) { result = result + str.charAt(i) + "\n"; } else { result = result +

[Openca-Users] Configuration Error: invalid signature found

2002-02-06 Thread alexandru matei
Hello, I've installed openca-snap 20020129 on Redhat 7.2. I also installed DB_File-1.082 and openssl-snap-20020123. After I issue an RA operator certificate and I imported it into netscape, when I try to check it, the signature doesn't verify with the message : Configuration Error: invalid signatu

[Openca-Users] what happens on expiration of CA certificate

2002-02-21 Thread alexandru matei
Until now I can't see what happens when the CA certificate expires or have to be changed (due to key compromise). What happens with old user certificates in those cases( there are two cases: expired and compromised root CA key)? Regards, Alex ___ Openc

[Openca-Users] openssl snapshot

2002-02-21 Thread alexandru matei
Which is the openssl snapshot you used for developing openca-0.9. Where can I download it? It seems that on my RedHat 7.2 latest snapshots compile ok, but smime is not working (unable to load signer certificate for signing and segfault on encrypt) Regards, Alex __

[Openca-Users] Openca-0.9 initial administrator problem

2002-03-06 Thread alexandru matei
Helo, On OpenCA 0.9 (CVS snap) I encounter the following problem: Initialize the Certification Authority - all work ok Create the initial administrator - Create a new request- apparently OK Edit the request - (Error??) It says that I applied for a PKCS#10, altough the certificate must be f

[Openca-Users] Typo in

2002-03-06 Thread alexandru matei
It is a typo in crypto-utils.lib Last 8 "errval" and "errno" items in lib should be "$errval" and "$errno". Alex ___ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users

[Openca-Users] Re: Openca-0.9 initial administrator problem

2002-03-06 Thread alexandru matei
ormat. In handle the certificate there is no way to send the certificate (it's not .p12 formated!). Alex Michael Bell wrote: > alexandru matei schrieb: > > > > Helo, > > On OpenCA 0.9 (CVS snap) I encounter the following problem: > > Initialize the Certification A

[Openca-Users] typo in ca/messages/request_success.html

2002-03-11 Thread alexandru matei
Hello, In ca/messages/request_success.html is a typo (pki instead ca) in the row: pending list here Probably the typo is not noticable if both ca/ra server are on the same machine Alex ___ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sou

Re: [Openca-Users] ldap initialization ldap failed in bind 49

2002-04-09 Thread alexandru matei
If you are in trouble, get the Ldap Browser/editor from http://www.iit.edu/~gawojar/ldap/ . It functions to both unix&windows with java. Then bind to your LDAP server and try to add a entry using the credentials supplied to openca (RA.conf) . If you are successful, then the OpenCA Ldap should work

Re: [Openca-Users] msg: register the capicom.dll

2002-04-09 Thread alexandru matei
You have to download the capicom.dll from Microsoft sdk. Then you must execute regsvr32 capicom.dll. That's all. Alex Miroslav Hrad wrote: > Hello, > > I have installed the today's snap: SNAP-20020409 with DB. ... O.K. > I tried to test the 'full support for IE' made by Alexandru and Marilena M

Re: [Openca-Users] Error: Sign is needed to proceed

2002-04-12 Thread alexandru matei
receive any page or window telling me that procedure is ok and I > search "Pending requests" again in RA server and the request remains there. > Can you help me again ?!? > > Thanks a lot again, > > Best Regards, > > Marco > > - Original Message - >

Re: [Openca-Users] Error: Sign is needed to proceed

2002-04-14 Thread alexandru matei
ng requests" again in RA server and the request remains there. Can you > help me again ?!? > > Thanks a lot again, > > Best Regards, > > Marco > > - Original Message - > From: "alexandru matei" <[EMAIL PROTECTED]> > To: "Marco A. R.