Re: How can I upload that .chm file?

2010-09-20 Thread Lutz Jaenicke
Harold S. Henry wrote: Thanks, Kyle. The problem, as identified in the delivery failure message, is that openssl.org's mail server has a fixed message-size limit that is exceeded by the size of the attachment. Sorry to be unclear. Your contribution has been filed under #2342... but the

Re: How can I upload that .chm file?

2010-09-20 Thread Kenneth Robinette
Lutz How does one get access to the contributed .chm file? I looked on the OpenSSL site and cannot see any reference to it? Ken --- On Mon, 9/20/10, Lutz Jaenicke l...@lutz-jaenicke.de wrote: From: Lutz Jaenicke l...@lutz-jaenicke.de Subject: Re: How can I upload that .chm file? To:

RE: OPENSSL SSL_Connect blocking

2010-09-20 Thread pradeepreddy
Hi Dave, Now I understood the certificate internals. In mycode, SSL_CTX_load_verify_locations and SSL_CTX_set_client_CA_list(soap-ctx, SSL_load_client_CA_file(soap-cafile)), these 2 calls are passed with servercert.pem and clientcert.pem files in soap-cafile parameter . And I grabbed soap-cafile

Re: How can I upload that .chm file?

2010-09-20 Thread Lutz Jaenicke
Kenneth Robinette wrote: Lutz How does one get access to the contributed .chm file? I looked on the OpenSSL site and cannot see any reference to it? On the bottom of the descriptive test, right hand side, there should be a small reference to OpenSSL.zip. Best regards, Lutz

[openssl.org #2343] randfile.c compilation failure on OpenBSD

2010-09-20 Thread Ingo Schwarze via RT
Hello, while building openssl-1.0.1-stable-SNAP-20100920 from scratch on OpenBSD-current i noticed that crypto/rand/randfile.c does not compile because the local variable ok is neither declared nor initialized, but only tested for its value. After comparing to the (working) OpenBSD in-tree

RE: OPENSSL SSL_Connect blocking

2010-09-20 Thread Dave Thompson
From: owner-openssl-...@openssl.org On Behalf Of pradeepreddy Sent: Monday, 20 September, 2010 09:12 Now I understood the certificate internals. In mycode, SSL_CTX_load_verify_locations and SSL_CTX_set_client_CA_list(soap-ctx, SSL_load_client_CA_file(soap-cafile)), these 2 calls are passed