Compiling openssl 0.9.7.d with automake autoconf, libtool and aclocal, HOWTO?

2006-01-04 Thread ahmad hassan
Hi, I am trying to compile openssl using automake procedure on linux. How can i do that. If anybody has done it please let me know how to exactly achieve that. Thank You. _ Express yourself instantly with MSN Messenger! Download

Re: Licensing conditions in OpenSSL with proprietary software

2005-10-13 Thread ahmad hassan
TECTED] Subject: Re: Licensing conditions in OpenSSL with proprietary software Date: Thu, 13 Oct 2005 09:01:15 +0200 (CEST) In message <[EMAIL PROTECTED]> on Thu, 13 Oct 2005 11:15:33 +0500, "ahmad hassan" <[EMAIL PROTECTED]> said: guideveloper123> I am using Open

Licensing conditions in OpenSSL with proprietary software

2005-10-12 Thread ahmad hassan
Hello, I am using OpenSSL as a static library with my proprietary software for windows OS. I would like to know what steps exactly i have to do pertaining to licensing to link statically against openssl library. Thank you. _ Expr

Re: Callback function in c++ methods

2005-05-11 Thread ahmad hassan
n in c++ methods Date: Wed, 11 May 2005 20:32:24 +0200 ahmad hassan wrote: Hello, Hello Ahmad, I have also defined an object model and the workaround to this problem is like this. I made a static list of class pointers, thus whenever an object is formed it is put into that list. Now in the callback

RE: Callback function in c++ methods

2005-05-11 Thread ahmad hassan
Hello, I have also defined an object model and the workaround to this problem is like this. I made a static list of class pointers, thus whenever an object is formed it is put into that list. Now in the callback i had the ssl pointe (SSL*) with me and every class had the ssl pointer. I simply co

RE: Building with VC6

2005-05-09 Thread ahmad hassan
Hello, What u have to do is register environment variables of vc. For that locate vcvars.bat file usually located in C:\Program Files\Microsoft Visual Studio\VC98\Bin or whatever you root directory is or rerun vc++ setup to register vc environment variables. Regards, Ahmad. From: "Milan Tomic"

Re: Problem in compiling openssl 0.9.7g on Windows

2005-05-06 Thread ahmad hassan
th to those libs and you're done. I looked at the project on that site and its old, and all it does is compile the libraries in the VC++ GUI, instead of using the nice scripts provided by OpenSSL. What's the point? Sean ahmad hassan wrote: > Hello, > What's the matter. Nobod

RE: Problem in compiling openssl 0.9.7g on Windows

2005-05-05 Thread ahmad hassan
Hello, What's the matter. Nobody is doing what is mentioned below or people don't reply back on this group. Thank You. From: "ahmad hassan" <[EMAIL PROTECTED]> Reply-To: openssl-users@openssl.org To: openssl-users@openssl.org CC: [EMAIL PROTECTED] Subject: Problem in c

Problem in compiling openssl 0.9.7g on Windows

2005-05-03 Thread ahmad hassan
Hello, I am trying to build openssl 0.9.7g on windows, which i was successfully able to do using steps mentioned in INSTALL.W32 file. Now i would like to include libeay32 and ssleay32 source code as a workspace in my Visual C++ 6.0 project. For that i went to http://www.openssl.org/related/ and

Simple FTP Client(Open Source) for windows using Openssl.

2004-06-07 Thread ahmad hassan
Hello, I am looking for an Ftp client for windows using openssl. Could anyone help me in that matter and also could anyone tell me how to generate certificates and are they necessary for FTP over OpenSSL. Thanks. _ Looking to buy a

Re: Openssl on windows vc++ project

2004-06-05 Thread ahmad hassan
Hello, The links you sent were really helpful. Now i have a dsw but i would like to know that what these 2 lines are for. perl Configure VC-WIN32 ms\do_ms Couldn't i do without them i now know that the dsw has 50 projects but only useful to me or which i have to use are: libeay32.dll and ssleay3

Openssl on windows vc++ project

2004-06-04 Thread ahmad hassan
Hello, I would like to know that is it possible to compile and build openssl files on windows. I would like to be adding only the h and c files in the project. I have come through research on internet that it is possible to use it under windows using vc++ by making dll files or lib file using pe