dll dependency on msvcrt.dll

2007-06-21 Thread piyush tewari
Hi all, I want to clear my working in more depth. I have compiled the source code of stunnel. And now try to redistribute it on the windows XP machine. Where it is showing the error that the application could not initialize properly.Then i checked the dependency of my exe. It was de

dll dependency on msvcrt.dll

2007-06-21 Thread piyush tewari
hi, i m using stunnel and the openssl in my project. the openssl libraries on which stunnel is depend are libeay32.dll , ssleay32.dll , libssl32.dll and zlib1.dll. But i m not able to redistribute the application because these dll are themself dependent on the msvcrt.dll. So pleas

Re: CRL file not revoking the certificates.

2007-06-07 Thread piyush tewari
still able to connect. That is CRL is working in the case of CRLfile entry and not working in the case of CRLpath. So where is the flaw. regards piyush "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: On Wed, Jun 06, 2007, piyush tewari wrote: > > > &

Re: CRL file not revoking the certificates.

2007-06-06 Thread piyush tewari
"Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote:On Wed, Jun 06, 2007, piyush tewari wrote: > > Hi, > > I m protecting one of my server by using stunnel. > Now I am trying to use the revocation list concept in the stunnel . > > For using the revocation

CRL file not revoking the certificates.

2007-06-06 Thread piyush tewari
Hi, I m protecting one of my server by using stunnel. Now I am trying to use the revocation list concept in the stunnel . For using the revocation list i performed the following steps. 1. For generating the CRL file openssl ca -gencrl -keyfile ca_key -cert

Re: problem in certificate revocation

2007-06-04 Thread piyush tewari
Hello everybody, please help me in solving this issue. thanks in advance. warm regards piyush piyush tewari <[EMAIL PROTECTED]> wrote: Hello, I want to revoke my certificate by specifying CRLfile in the stunnel.conf. the commands that i m using are:- 1. for gene

problem in certificate revocation

2007-06-04 Thread piyush tewari
Hello, I want to revoke my certificate by specifying CRLfile in the stunnel.conf. the commands that i m using are:- 1. for generating the CRL file openssl ca -gencrl -keyfile ca_key -cert ca_crt -out my_crl.pem 2. for revoking the certificates openssl ca -revoke bad_crt_file -keyfile

pb in simultaneous certificate generation

2007-05-15 Thread piyush tewari
Hello everybody, i m trying to create openssl for generating multiple certificate generation, simultaneously. but the error i m having during this process is that "some other process is using serial file". Is there any mean by which i can perform the simultaneous crt generation by bat file

Concurrent crt generation

2007-05-11 Thread piyush tewari
Hello Friend, I m using stunnel in my project , that uses the certificates developed by openssl.. what I need is to allow two or more process to generate the certificates simultaneously. So please provide me information regarding this that whether openssl allows it? What the error mes