Re: Memory leaks under Win32, OpenSSL 0.9.7

2003-03-20 Thread Aram Perez
You might also try ERR_free_strings() if you ever called ERR_load_crypto_strings() and/or SSL_load_error_strings(). That cleared up my memory leaks. Regards, Aram Perez Dr. Stephen Henson wrote: On Tue, Mar 18, 2003, Dmitry Sokolov wrote: Code: ---8--- DSA

Re: r.e. OpenSSL and MacOS (pre-OS X)

2003-02-17 Thread Aram Perez
Hi Rodney, Rodney Thayer wrote: I'm trying to build OpenSSL 0.9.7 on OS X 10.2.3 with CodeWarrior. I tried using the 'mcp' files in the MacOS directory, but they don't work. Specifically, they can't find /usr/include/sys/types.h. Short of being grumpy the compiler's too clueless to find

Re: r.e. OpenSSL and MacOS (pre-OS X)

2003-02-17 Thread Aram Perez
Hi Rodney, Yes, that happened to me. I didn't delete the files, just moved them to another directory, but then I couldn't boot. I had to boot into single user mode, copy the files back and then I was able to reboot fine. Regards, Aram Rodney Thayer wrote: At 07:15 AM 2/17/2003 -0800, Aram

Re: undefined symbols in libssl

2003-02-10 Thread Aram Perez
Check is Solaris has an older version of libcrypto already installed. Something similar happens with Mac OSX, see the file PROBLEMS that part of the distribution. Regards, Aram Perez Marco Donati wrote: Greetings, we have posted this a couple of times but never get an answer... We have

Cancelling RSA Key Generation

2003-01-08 Thread Aram Perez
Is there a way of cancelling the generation of an RSA key pair when RSA_generate_key(...) is used? I plan to use a callback function. Thanks, Aram Perez __ OpenSSL Project http://www.openssl.org