Certificates database

2001-08-04 Thread haikel
Hi, I need to develop an application that allows me to update, automaticaly, netscape and IE with new certificates and private keys. Does any know, netscape and IE keys and certificates databases structure. Regards begin:vcard n:MEJRI;haikel tel;fax:216 1 320 210 tel;work:216 1 359 402

Compile apache???

2001-08-04 Thread Paco Martinez
Estimated gurus. I have download openssl0.9.6.b, compile, make and make install. Indeed I have Apache 1.17. Is it necessary to compile and make Apache again ??? Or only compiling openssl is it enough ?? Thank you very much

Re: Netscape+Openssl

2001-08-04 Thread Averroes
Hi Michael, It was my fault, Netscape security tools configuration mistake. Thank for your suggestions Ciao! Michael Ströder wrote: Averroes wrote: But as the time when I wanted to sign my email I got an error message telling me : this operation cannot be performed because a required

zero byte FILENAME.crt

2001-08-04 Thread atanos
dear who may concern I made my own ca.key ca.crt for rootCA and I tried .. # openssl ca -in aaa.csr -out aaa.crt and I got 'zero byte' aaa.crt. How do I get correct aaa.crt from aaa.csr with my own rootCA sincerely yours atanos

Re: Certificates database

2001-08-04 Thread Michael Ströder
haikel wrote: I need to develop an application that allows me to update, automaticaly, netscape and IE with new certificates and private keys. IMHO this is not possible in general since the user's certificate and key database is hopefully protected with his/her passphrase. If you want to

CRLs and X509_verify_cert

2001-08-04 Thread Peter Shannon
Hi, I've been using the X509_STORE commands to verify certs but it seems as thought the X509_verify_cert() function has no code to process CRLs. The only mention of crls in x509_cfy.c is a comment with no associated code... /* CRL CHECK */ Just wondered if sombody could tell me if