Ø Is there a good way to pass the packets to/from openssl instead of using a
FD for handshakes/etc?
BIO is the openssl IO abstraction; see SSL_set_bio, for example.
/r$
--
Principal Security Engineer
Akamai Technology
Cambridge, MA
I would like to ask your advice on a matter...
I am writing an application that has wrapped HTTPS in another protocol.
I have extracted the SSL packet out of the enclosing packet (which has already
pulled the packet out of the socket).
Is there a good way to pass the packets to/from openssl inst