remove

2006-02-27 Thread suresh . kumar
- Original Message - From: Marco GRELLA <[EMAIL PROTECTED]> Date: Monday, February 27, 2006 2:29 pm Subject: Problems with OpenSSL Engine and hashing. > Hello everybody, > I have a problem in making our OpenSSL Engine that drives our HW > accelerator work fine for hash (SHA1 in particular

Openssl in java

2004-12-15 Thread suresh . kumar
Hi, I am developing server application in java and client in vc++. How to use openssl from java. Thanks in abvance S.Suresh __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Openssl in java

2004-12-15 Thread suresh . kumar
Hi, Thanks for your reply. can i use openssl to encrypt in c++ and bouncy castle to decrypt in java. Thanks S.Suresh - Original Message - From: Lawrence Bowie <[EMAIL PROTECTED]> Date: Thursday, December 16, 2004 10:38 am Subject: Re: Openssl in java > Try the native implementation bun

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

rsa enc-dec problem

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 __