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

RE: Need help for X509

2006-03-22 Thread Namrata Patil
.     "How to create exe for X509?" - There is no need to 'create'. Once you successfully build, it will be created.   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Namrata Patil Sent: Wednesday, March 22, 2006 5:55 PM To: opens

RE: Need help for X509

2006-04-19 Thread Namrata Patil
your build was successful, you will have the openssl executable(s) present already. You can use the command line for testing:   openssl ca openssl crl openssl pkcs12 etc     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Nam

RE: Need help for X509

2006-04-19 Thread Namrata Patil
... --- Namrata Patil <[EMAIL PROTECTED]> wrote: > I am getting the error below now while recompiling > for x509 .c files. > >  > > mkreq.c:39: undefined reference to `ENGINE_cleanup' > > mkreq.c:41: undefined reference to > `CRYPTO_cleanup_all_ex_data