Convert IIS 5.0 certificate to pem

2002-09-10 Thread Scott Bolton
conversion. Is there a more direct alternative? Scott Bolton __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Multiple calls to SSL_free

2002-09-04 Thread Scott Bolton
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

When can I SSL_read? Always safe to SSL_write?

2002-09-03 Thread Scott Bolton
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