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 instead of using a FD for handshakes/etc? If not can someone point me to where the socket calls are actually made? Thanks, LW