RE: Passing packets (vs file descriptor) to OpenSSL...

2014-04-03 Thread Salz, Rich
Ø 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

Passing packets (vs file descriptor) to OpenSSL...

2014-04-03 Thread Luke Woydziak
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