Re: [OpenCA-Devel] Re: UpdateSearchAttributes command

2005-02-15 Thread Michael Bell
Jose Manuel Estevez wrote: I forget to mention that also I had to add the following : sub cmdUpdateSearchAttributes { # begin patch our ($errval, $errno, $db); # end patch ... I think this is due to the strict pragma included in the last version. Yes, commited too. Michael -- ___

[OpenCA-Devel] Re: UpdateSearchAttributes command

2005-02-15 Thread Jose Manuel Estevez
Hi, I forget to mention that also I had to add the following : sub cmdUpdateSearchAttributes { # begin patch our ($errval, $errno, $db); # end patch ... I think this is due to the strict pragma included in the last version. Regards, Jose -

[OpenCA-Devel] UpdateSearchAttributes command

2005-02-15 Thread Jose Manuel Estevez
Hi, (openca 0.9.2.1) When I run UpdateSearchAttibutes command on the CA node an error appears. In my test environment I have no CRRs, and the command crashes while processing them. I patched the command and it ends now without errors. File: cmds/updateSerachAttributes Revision: 1.2.

Re: [OpenCA-Devel] openca-sv

2005-02-15 Thread Johnny Gonzalez
Hello Michael, --- Michael Bell <[EMAIL PROTECTED]> escribió: > Ives Steglich wrote: > > >>> That's correct. The data must have the exact > same > >>> order. > > Uups, I was on the wrong way. If you send some data > plus a signature to > OpenCA's approve command then we store the data in > yo

Re: [OpenCA-Devel] CSR XML basic element inputs

2005-02-15 Thread Michael Bell
Hi Jose, Jose Manuel Estevez wrote: lib/cmds/basic_csr: sub cmdBasic_csr { ... # begin patch # my $twig = loadConfigXML (getRequired ("DN_TYPE_".$type."_ELEMENT_".$i."_XML_FILE")); my $twig = loadConfigXML ("DN_TYPE_".$type."_ELEMENT_".$i."_XML_FILE"); # end patch ... # begin patch #my $twig =

Re: [OpenCA-Devel] Renew Self-signed CA Certificate

2005-02-15 Thread Martin Bartosch
Hi, > I posted this message on the users list, but I had no replies till > now. > > If I have a Self-signed CA Certificate with a valid period of 365 > days. > > I know the procedure to renew user certificates but: > how can I renew the CA-Certificate before the expiration

[OpenCA-Devel] Renew Self-signed CA Certificate

2005-02-15 Thread Jose Manuel Estevez
Hi, I posted this message on the users list, but I had no replies till now. If I have a Self-signed CA Certificate with a valid period of 365 days. I know the procedure to renew user certificates but: how can I renew the CA-Certificate before the expiration? If I replace it

Re: [OpenCA-Devel] openca-sv

2005-02-15 Thread Michael Bell
Ives Steglich wrote: That's correct. The data must have the exact same order. Uups, I was on the wrong way. If you send some data plus a signature to OpenCA's approve command then we store the data in your order in the database. We never reorder the stuff to avoid problems with the ordering. If

[OpenCA-Devel] Rebuild OpenSSL index

2005-02-15 Thread Jose Manuel Estevez
Hi, (openca 0.9.2.1, 10-jan-2005) I tried to rebuild the SSL index on the CA NODE (cmd rebuildOpenSLLindexDB) An error appears (... array extend crypto-utils.lib) while processing the CA Certificate In the sub export_openssl_db (crypto-utils.lib), the certificate serial is ret

[OpenCA-Devel] CSR XML basic element inputs

2005-02-15 Thread Jose Manuel Estevez
Hi, I configure my CSRs to obtain some BASIC ELEMENTS from a xml file: (in ca.conf): ... DN_TYPE_BASIC_ELEMENT_2"(OU) Group" DN_TYPE_BASIC_ELEMENT_2_XML_FILE "/pki/ca/etc/custom_csr.xml" DN_TYPE_BASIC_ELEMENT_2_XML_PATH "basic_csr/basic/element_2/option" ... But it did n