Re: Need help for X509

2006-04-19 Thread Saurabh Arora
eanup(); #endif    CRYPTO_cleanup_all_ex_data(); }   So what I should do for this?   From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Ambarish Mitra Sent: Wednesday, March 22, 2006 6:36 PM To: openssl-users@openssl.org Subject: RE: Need help for X509   The

RE: Need help for X509

2006-04-19 Thread Namrata Patil
Title: RE: Need help for X509 I used #define OPENSSL_NO_ENGINE and got the message cc -g -I../../include -Wall   -c -o mkreq.o mkreq.c In file included from mkreq.c:13: ../../include/openssl/engine.h:70:2: #error ENGINE is disabled. gmake: *** [mkreq.o] Error 1 in the engine.h file its

RE: Need help for X509

2006-04-19 Thread Girish Venkatachalam
do for this? > > > > ____ > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Ambarish Mitra > Sent: Wednesday, March 22, 2006 6:36 PM > To: openssl-users@openssl.org > Subject: RE: Need help for X509 > >

RE: Need help for X509

2006-04-19 Thread Namrata Patil
ll_ex_data(); }   So what I should do for this?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ambarish Mitra Sent: Wednesday, March 22, 2006 6:36 PM To: openssl-users@openssl.org Subject: RE: Need help for X509   There is no need to create a new makefile at all. If

RE: Need help for X509

2006-03-22 Thread Ambarish Mitra
:[EMAIL PROTECTED]On Behalf Of Namrata PatilSent: Wednesday, March 22, 2006 6:17 PMTo: openssl-users@openssl.orgSubject: RE: Need help for X509 So this mean it is just enough to create new make file to compile C files for mkreq and mkca and directly I can use X509 utility

RE: Need help for X509

2006-03-22 Thread Namrata Patil
Subject: RE: Need help for X509   x509 ca - all CA management utilities   x509 crl - all CRL management utilities.   etc.   The documentation is there in the site. If you have any specific questions, do let us know and we shall try to help you

RE: Need help for X509

2006-03-22 Thread Ambarish Mitra
eate'. Once you successfully build, it will be created. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Namrata PatilSent: Wednesday, March 22, 2006 5:55 PMTo: openssl-users@openssl.orgSubject: Need help for X509 Hi,   OPENSSL---d

Need help for X509

2006-03-22 Thread Namrata Patil
Hi,   OPENSSL --- demo/x509     I noticed that Makefile is not there for X509 in demo folder. So tried to build in X509 by creating new makefile and was able to get .o and exe for two C files present in X509 directory.   I have question about X509 usage. How to test this command