Re: linking ssleay32.dll statically inside the app?

2005-01-19 Thread suresh . kumar
Hi,
I am using RSA encryption and decryption in my projects. If I do encryption 
continuously in loop I am not getting the desired results. Should there be any 
delay between calling RSA_public_encrypt.

Thank in advance
S.Suresh

- Original Message -
From: Serge [EMAIL PROTECTED]
Date: Monday, January 10, 2005 6:59 pm
Subject: linking ssleay32.dll statically inside the app?

 Hi,
 
 is it possible to link statically the ssleay32.dll along my 
 application so I won't need to provide the dll to my customers?
 
 I use windows xp and msvc++ 6.0.
 
 thank you.
 
   
 -
 Do you Yahoo!?
 All your favorites on one personal page ? Try My Yahoo!
 

__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


linking ssleay32.dll statically inside the app?

2005-01-10 Thread Serge
Hi,

is it possible to link statically the ssleay32.dll along my application so I won't need to provide the dll to my customers?

I use windows xp and msvc++ 6.0.

thank you.
		Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!

Re: linking ssleay32.dll statically inside the app?

2005-01-10 Thread francesco.petruzzi



Yes! You must compile openssl using the static 
option (see compilation instruction) or download an already compiled 
ssleay32.lib for windows.
Then you can include it in your project (remember 
to download also the include file).
This choice implies that if you want to use a new 
version of openssl library you mustrecompileyour 
application.
Francesco Petruzzi

[EMAIL PROTECTED]

- Original Message - 

  From: 
  Serge 
  To: openssl-users@openssl.org 
  Sent: Monday, January 10, 2005 2:29 
  PM
  Subject: linking ssleay32.dll statically 
  inside the app?
  
  Hi,
  
  is it possible to link statically the ssleay32.dll along my application 
  so I won't need to provide the dll to my customers?
  
  I use windows xp and msvc++ 6.0.
  
  thank you.
  
  
  Do you Yahoo!?All your favorites on one personal page – Try My Yahoo!


Re: linking ssleay32.dll statically inside the app?

2005-01-10 Thread Serge
I have tried to find the workspace project to build
the lib but did not find it anywhere on the web, where
do you think I can find this?


--- [EMAIL PROTECTED] wrote:

 Yes! You must compile openssl using the static
 option (see compilation instruction) or download an
 already compiled ssleay32.lib for windows.
 Then you can include it in your project (remember to
 download also the include file).
 This choice implies that if you want to use a new
 version of openssl library you must recompile your
 application. 
 Francesco Petruzzi
 
 [EMAIL PROTECTED]
 
 - Original Message - 
   From: Serge 
   To: openssl-users@openssl.org 
   Sent: Monday, January 10, 2005 2:29 PM
   Subject: linking ssleay32.dll statically inside
 the app?
 
 
   Hi,
 
   is it possible to link statically the ssleay32.dll
 along my application so I won't need to provide the
 dll to my customers?
 
   I use windows xp and msvc++ 6.0.
 
   thank you.
 
 

--
   Do you Yahoo!?
   All your favorites on one personal page - Try My
Yahoo!




__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]