Re: Format of index.txt file

2009-01-20 Thread Andres Moreira
Hi Richard, thank you very much for the information. Yesterday, after I wrote the message I saw that code you send me on the apps/apps.h :) (I love the open sources projects for that). But was not documented each of the types. Again, thank you very much for the information. Kind regards,

Re: Format of index.txt file

2009-01-19 Thread Richard Levitte
It's true that it's not very well documented. The source gives some hints, though. apps/apps.h: #define DB_type 0 #define DB_exp_date 1 #define DB_rev_date 2 #define DB_serial 3 /* index - unique */ #define DB_file 4 #define DB_name 5 /* i

Format of index.txt file

2009-01-19 Thread Andres Moreira
Hi all, I need to know the format of the index.txt file, becuase I have to write on it from a python script. I was googling about it, but I don't find too much information. The only things I found was that: Field1 Field2 Field3 Field4 Field5 Unkown Unkown The fie

RE: ca format of index.txt. File - IT WORKS!

2006-08-01 Thread Fitzsimons, Nick
D] [mailto:[EMAIL PROTECTED] On Behalf Of Bernhard Froehlich Sent: Tuesday, August 01, 2006 3:13 PM To: openssl-users@openssl.org Subject: Re: ca format of index.txt. File - IT WORKS! Fitzsimons, Nick wrote: > [...] > I notice however that if I set the Status column to be R(evoked) I > get

Re: ca format of index.txt. File - IT WORKS!

2006-08-01 Thread Bernhard Froehlich
Fitzsimons, Nick wrote: [...] I notice however that if I set the Status column to be R(evoked) I get a staus of unknown rather than revoked. Does anyone have any observations on this ? The relevant code goes as this (apps/ocsp.c lines 1063 and following): inf = lookup_serial(db,

RE: ca format of index.txt. File - IT WORKS!

2006-08-01 Thread Fitzsimons, Nick
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fitzsimons, Nick Sent: Tuesday, August 01, 2006 11:22 AM To: openssl-users@openssl.org Subject: RE: ca format of index.txt. file Hi Ted, Thanks for your reply. I see you are busy replying to several different request helps. :-)

RE: ca format of index.txt. file

2006-08-01 Thread Fitzsimons, Nick
PROTECTED] On Behalf Of Bernhard Froehlich Sent: Tuesday, August 01, 2006 11:01 AM To: openssl-users@openssl.org Subject: Re: ca format of index.txt. file Fitzsimons, Nick wrote: > Hello All, > Does anyone know where there is a definition of the > format of the contents of the i

Re: ca format of index.txt. file

2006-08-01 Thread Bernhard Froehlich
Fitzsimons, Nick wrote: Hello All, Does anyone know where there is a definition of the format of the contents of the index.txt file used with the ocsp and ca commands ? (This file contains info on the revocation status of certificates). Thanks, Nick First of all the format

ca format of index.txt. file

2006-08-01 Thread Fitzsimons, Nick
Hello All, Does anyone know where there is a definition of the format of the contents of the index.txt file used with the ocsp and ca  commands ?  (This file contains info on the revocation status of certificates).    Thanks,    Nick