RE: Intructions for Borland C++ compiler does not build dlls!?

2003-10-17 Thread Dann Daggett
> You mentioned that you rebuilt the source again...did you > build the dlls or just the libs that are part of the > bcb.mak file for Borland C++ instructions. > > If you built the dlls, can you please tell all of us how to > do that using the Borland C++ compiler...thanks. I only rebuilt the l

RSA private key encryption & storage doubt

2003-10-17 Thread Daniel Monteiro Ferreira
Hello! I'm a newbie in OpenSSL and I'm trying to save an encrypted RSA private key to a file, using triple DES encryption. I use the following command ok = PEM_write_RSAPrivateKey (fp, rsa, EVP_des_ede3_cbc(), NULL, 0, NULL, (void *)password); which works just fine. The problem is that everyt

Re: Intructions for Borland C++ compiler does not build dlls!?

2003-10-17 Thread Ram Mulay
You mentioned that you rebuilt the source again...did you build the dlls or just the libs that are part of the bcb.mak file for Borland C++ instructions. If you built the dlls, can you please tell all of us how to do that using the Borland C++ compiler...thanks. - Original Message - From

Re: Intructions for Borland C++ compiler does not build dlls!?

2003-10-17 Thread Ram Mulay
This helps...thanks. I had visited that website before and I even started downloading OpenSSL.exe but cancelled it thinking it was only the openssl.exe within OpenSSL project...and not ssleay32.dll and libeay32.dll... :-) - Original Message - From: "Thomas J. Hruska" <[EMAIL PROTECTED]> T

Re: crypto RSA

2003-10-17 Thread Jacques Lebastard
Thomas Monjalon a écrit: Hello, I am using RSA_public_encrypt(...) with always the same key and the same data to encrypt. Each time it generate different encrypted data. I would like to know why the results is each time different. Is there a random stuff ? Is it to make encryption more secure ?

Re: egd daemon

2003-10-17 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 17 Oct 2003 08:49:18 -0700 (PDT), Hema <[EMAIL PROTECTED]> said: n_hems> Hi, n_hems> I am trying to do development on AIX using openssl. n_hems> However, I gathered from the website that I can do so n_hems> only if the egd daemon is running in the b/g, as AI

egd daemon

2003-10-17 Thread Hema
Hi, I am trying to do development on AIX using openssl. However, I gathered from the website that I can do so only if the egd daemon is running in the b/g, as AIX workstations do not have /dev/random. Currently my coe works only if the daemon is running. Is there another alternative to running egd

Re: TEST_ENG_OPENSSL_RC4_P_INIT

2003-10-17 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 17 Oct 2003 20:20:21 +0200, Stefan Olsson <[EMAIL PROTECTED]> said: stefan> Hi! stefan> stefan> I posted this question a couple of weeks ago and have not received any stefan> answer... stefan> ...maybe because it's a stupid question? stefan> openssl is com

TEST_ENG_OPENSSL_RC4_P_INIT

2003-10-17 Thread Stefan Olsson
Hi! I posted this question a couple of weeks ago and have not received any answer... ...maybe because it's a stupid question? openssl is compiled using: "./config --prefix=/usr/local --openssldir=/usr/local/openssl threads shared" and works like a charm, but the following lines (in eng_openssl.

How to install ssleay32.dll & libeay32.dll in PERL as modules

2003-10-17 Thread Radha K. Manam
Hi All, We have application written in PERL, which connects to the EDI customer web sites and post data automatically. We call this application when we see some transaction files are generated by other applications. Currently this application is using HTTP POST method with necessary HTTP heard inf