Re:about ssl_accept and memory leak

2010-12-28 Thread
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

CRYPTO_set_add_lock_callback and SSL_get1_session can cause crashes in Windows

2010-12-28 Thread Leandro Gustavo Biss Becker
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

Re: S/MIME encrypted by Bouncycastle cannot be decrypted with openssl

2010-12-28 Thread Dr. Stephen Henson
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

Clearing a certificate

2010-12-28 Thread Fili, Tom
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

Fedora 13 ssl + mysql problem

2010-12-28 Thread Artur Słowik
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