>-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
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
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
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();
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
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
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
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