On Wed, Dec 20, 2000 at 05:06:37PM +0200, Wirta, Ville wrote:
> I'm not actually reusing SSL_s but just read and write on it. Every
> operation is actually surrounded by mutexes so I'm quite a bit confused
> about what's still going wrong. (If you remember) I've been talking with you
> too a
I don't have experience with threads.
Too bad :-)
Did you call SSL_clear() after finishing the connection and before reusing
the SSL object?
I'm not actually reusing SSL_s but just read and write on it. Every
operation is actually surrounded by mutexes so I'm quite a bit confuse
On Wed, Dec 20, 2000 at 04:25:03PM +0200, Wirta, Ville wrote:
> I was wondering what might the differences between
> "SSL_use_certificate_file" and "SSL_CTX_use_certificate_file" be? Private
> key file can also be attached to both ssl_s and ssl_ctx... Would there be a
> place to read more of thes