dear all:
No one encountered this problem?
>From: ""
>Reply-To: openssl-users@openssl.org
>To: openssl-users@openssl.org
>Subject: about ssl_accept and memory leak
>Date:Mon, 27 Dec 2010 13:38:49 +0800
>
>Dear openssl-users£¬
>
>
> When using the openssl and found a large number of conn
Hello OpenSSL developers.
I have a little problem using OpenSSL and CRYPTO_set_add_lock_callback to
use InterlockedIncrement API in Windows.
Current implementation of SSL_get1_session does not allow the use of
CRYPTO_set_add_lock_callback to set a custom add lock callback
implementation that use
On Tue, Dec 28, 2010, Markus Wernig wrote:
> Hi all
>
> I am having trouble decrypting S/MIME messages with openssl that were
> generated in an application using the bouncycastle java-api.
>
[snip]
>
> I know this was a long read, but still I would be very grateful for any
> pointers ... if any
I set an SSL certificate by using SSL_CTX_use_certificate_ASN1 and
SSL_CTX_use_PrivateKey. Then in certain cases I need to clear the
certificate and go back to the default. Right now I destroy the context
with SSL_CTX_free and create a new one. This causes a crash which looks
like memory corruption
Hello
I work on fedora 13 with openssl 1.0.0.c and mysql server 5.1. I have a
strange situation. When I create certyificat on server and setup mysql
to use this certyficat, client mysql on this host connect with ssl
encription correctly. From other many Fedora 13 also correctly but from
Debian