I would like to give OpenSSL the first part of the initial SSL connect negotiation.
This is because my application has already read it from the socket (which was in plain text), but then I'm happy for OpenSSL to use the socket directly after that.
Would creating a temporary BIO containing the over read data work, allow OpenSSL to read it in. Then once empty switch the BIO for one with the socket assigned ? Can you switch BIOs like that ?
Thanks Darryl -- Darryl L. Miles ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]