conversion.
Is there a more direct alternative?
Scott Bolton
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager
On the second call to SSL_free, using the same SSL*, my program croaks. The
documentation is clear on this issue. I have 2 threads that have been handed
the same SSL*. Is there an easy way to determine that the other thread has
already called SSL_free for a particular SSL*?
I know I can create a
I'm a little new to openssl, but not to sockets. I am working on a program
that is not of the standard request/response type. I need to be able to
write to a client at anytime, and monitor the session/socket to handle
anything coming from the client. With SSL, as I understand it, these
operations