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
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
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
>
>
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
:[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
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
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
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