RE: Signing certificates on Windows

2003-01-09 Thread Boyle Owen
>-Original Message- >From: Charles B Cranston [mailto:[EMAIL PROTECTED]] >Sent: Mittwoch, 8. Januar 2003 21:53 >To: [EMAIL PROTECTED] >Subject: Re: Signing certificates on Windows > > >> Franck Martin wrote: >> You can't use virtual hosts on apache with https. >> Each host must have its own

Re: Cancelling RSA Key Generation

2003-01-09 Thread Nils Larsch
Aram Perez wrote: 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. AFAIK it's not possible with 0penSSL <= 0.9.7 . If you use the current head (== 0.9.8-dev) you can use the callback function to abort the key/pa

Re: Hi, Please help me.

2003-01-09 Thread Anthony Neal
Hi there, The problem that I encountered was with a call to ERR_get_error_line_data(), and has not yet been solved.  I was not encountering any memory leaks with SSL_connect().  We are using OpenSSL V 0.9.6b currently, we plan to upgrade in the near future. When creating an SSL*, I tend to do the

memory leaks under openssl-0.9.7 on windows

2003-01-09 Thread Aslam
Hi, I used to do openssl memory leaks checking using following code under openssl-0.9.6x: int main(int argc, char* argv[]) { CRYPTO_malloc_debug_init(); CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL); CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); OpenSSL_add_all_algorithms();

Stripping the OpenSSL library

2003-01-09 Thread Sidney Fortes
Dear OpenSSL users, I have sucessfully implemented a message system mechanism using the OpenSSL library as the foundation for all the cryptography operations. The system was deployed and now, the client asked me to do a dependency checking and find all the OpenSSL source files that are being used

Re: Stripping the OpenSSL library

2003-01-09 Thread terr
I would be interested in looking at what you did. I and others in the past have run into issues with the way OpenSSL does server side I/O. Perhaps this will be part of a solution. Please advise how I can get the code. [EMAIL PROTECTED] Thanx On Thu, Jan 09, 2003 at 02:07:03PM -0500, Sidney

Re: memory leaks under openssl-0.9.7 on windows

2003-01-09 Thread Dr. Stephen Henson
On Thu, Jan 09, 2003, Aslam wrote: > Hi, > > I used to do openssl memory leaks checking using following code under > openssl-0.9.6x: > > int main(int argc, char* argv[]) > { > CRYPTO_malloc_debug_init(); > CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL); > CRYPTO_mem_ctrl(CRYPTO_ME

Build problems with openssl.

2003-01-09 Thread Sunitha Kumar
Hi, Query about openssl-0.9.7 build, I built openssl-0.9.7, using config: ./config --prefix=/usr/local/opensslbuilds no-threads no-shared This created all files in /usr/local/opensslbuilds. Then, I copied libssl.a and libcrypto.a into my source directory, and made changes to my Makefile to link w